[RESOLVED] Which SQL Version should my scripts be for client machines
Using VS2019 and SQL Server v18.9.1 When I download and install my app to a client machine, what SQL script version should I use to create the database on their machine? My clients could have anything...
View ArticleConvert c to vb6
Can anyone help me convert this code to vb6? I have already done the GetLocalTime part :) Code: Private Declare Sub GetLocalTime Lib "kernel32" (lpSystemTime As SYSTEMTIME) Private Type SYSTEMTIME...
View ArticleGraphQL has anyone used it with vb6?
Hi, I am in the process of trying to use GraphQL I have manged to get Queries without parameters and Queries with parameters to work but Mutations are proving to be a real struggle. I am using...
View Article[RESOLVED] VBA Access cant work with double vertical line char ASCII 186
Hi.. I have to run a script to replace chars in access and I have problems in the VBA editor with chars. I want to execute: DoCmd.RunSQL "UPDATE DBA_abono_fp SET DBA_abono_fp.concepto_abono_fp =...
View ArticleReferences
IN the latest update of VS a feature was added to 'Remove Unused References'. Even though i have it checked to use in my preferences the menu item never shows. Anyone have an idea what's wrong?...
View ArticleProcessStartInfo
I run an external application like cmd using process.start() My question is,how do I close the application that I run thru that way.
View ArticleParser & Symbol Table Generator
Hello my favorites community! I know this post is puch-a-punched with heavy-duty coding algorithms and questions. Please bear with me. I am developing an application for which I need to implement a...
View ArticleHow to make Keyboard shotcuts work with the application minimized
Hi, i'm making an application to close MTA (a game) when it crashes. But when i click F7 inside MTA nothing happens, otherwise when i click f7 with the form.exe open the MTA close. Can someone helps me...
View Articlekeep getting a input past end of file
i am doing a recursive algorithm binary search project for school and i am unaware of what is causing the issue some help would be appreciated sorry if the format i am new to the forums Code: Option...
View ArticleOCR a data table from bitmap image? Ideas?
I have been using Tesseract to OCR images and it has been working very well. I would like to use this same library to convert tables, however I havent found a way to do it online. My thought was to...
View Articledraw font in assembly
Hello, today I want to do something different I want to print a custom assembly drawing when a certain key is pressed we know that each letter has its binary value. And when it is printed it receives...
View ArticleVS 2019 [Vb.net] Split text from txt file and get second value
Previously with .net visual studio 2010 I made this code below a script language to play with her idea was as follows read from the txt file the highlighted word in the case below echo and cut the word...
View ArticleWebbrowser vs webview2 control
It seems that microsoft is replacing webbrowser control with webview2 control. Now webview2 control does not have readystate for checking unlike webbrowser. I would like to know how to check if...
View Articlevisual studio 2017 how can i store a pdf document in sql server?
hey, i know there is a way to store pdf document in sql server i just dont know the method. i need the customer to download this file from the server. this file will be stored in a host through api. is...
View ArticleDatagridview to multiple textbox
Hi All, I am a beginner on using visual basic (Visual Studio 2010) and just want to ask a question on how to link the datagridview to textboxes on click event. Scenario: I have multiple textbox image...
View Article[RESOLVED] Horizontal Menu Bar Help
I am trying to make a horizontal toggle bar with rounded edges. I am not sure if there is a specific name for the component or not, but it's basically a bar that contains 2 or more items and is usually...
View ArticleHow to insert multiple records against single order id/ primary key
Hi. When I purchase medicine or any grocery from the shopping mart. So the final receipt which i receive has an Quote: Order ID against which there are several items which I have purchased. Similarly...
View ArticleUpdate Textbox From Module
Hello, I have created a module which will handle my Serial Port. originally i created the project all in one form and now ive decided to tidy it up (having multiple forms) and was all working before as...
View ArticleVS 2019 Does anyone still use Form.KeyPreview ?
I used to set this property to TRUE so I could listen to KeyPress events. Now, I don't use it, and I can still respond to keypress events. Does this property still matter ?
View Article(Resolved) Alt F4 doesn't close the app
Hi friends ! Is there something to activate/add to make Alt F4 closing the application ? Thanks ! Couin
View Article