VS 2015 How to Use rest Api to post this Json data to SQLserver database
Please help me with a step by step in visual basic to post this json data to my sqlserver database {"status": "SUCCESSFUL", "msisdn": "256782123456", "initiation_date": "2019-10-21...
View Article[VB6 Add-In] Project Examiner
This Add-In is mainly intended for large projects, maybe old or inherited projects that you need to renew or rework, and you have to find what it has and where. It deals with design time issues, not...
View ArticleChange Value Of A Textbox Whose Name Is Derived from text in another textbox!
Hi All Hope you are all well! I am a little stuck with a particular application I am developing within Visual Studio and hope someone can help. What I would like to know is how can I populate a textbox...
View ArticleVS 2019 MySQL Populate 2nd Dropdown
Having issues populating 2nd dropdown after first is selected. Not having issue populating first box issue is happening after choosing selection to populate 2nd Code: Imports MySql.Data.MySqlClient...
View Articlecontinuously query a table. Possible?
Hi everyone, I 'm looking for a way to continuously query a table to check if it was updated. I'm thinking of using a timer with an interval of 30 s. I wonder if this affects the application...
View ArticleVS 2019 [RESOLVED] Help! updating DGV cells with values from another DGV
Hello! Please I need some help, I've been scratching my head for a while trying to figure out this... I want to update some DGV cells with the values from another DGV cells, all this on the Load event...
View ArticleWhat exactly do the font sizes in Notepad mean?
I used VB6 to write a program to create a simple bitmap FNT file (older format font-file, that's relatively easy to code software to generate, and still works in Windows). Now this is a fixed-width...
View ArticleVb6: WinHttp grab cookie
I am using WinHttp to grab cookie using this code: text1.text = winH.GetAllResponseHeaders but it could not grab cookies anyone can help please?
View ArticleVS 2008 Visual studio 2008 OPoS development issues
Hi everyone, I have a slight problem with some software I am working on when i run the application it will get to this line in the GlobalSettings.vb Code: Public WithEvents OPoSScanner As New...
View Article[RESOLVED] Dim form as variable not working with latest windows update?
I had this code which has been working well for years: Code: Dim fm As Form If BooLeanCheck = True Then fm = Form14 Else fm = Form4 End If It...
View ArticleVS 2019 [RESOLVED] MySQL Populate 2nd Dropdown
Having issues populating 2nd dropdown after first is selected. Not having issue populating first box issue is happening after choosing selection to populate 2nd Code: Imports MySql.Data.MySqlClient...
View ArticleTrying to make two lists alternate
Right now my code looks like this: Module VBModule Dim arrjoin As String Dim arrtext(1) As String Sub Main() arrtext(0) = "a,b,c" arrtext(1) = "1,2,3" arrjoin = String.Join( ",", arrtext)...
View ArticleVb6: search for more than one word in textbox
I have this text inside textbox: David a Marry b John c i want to display msgbox if all letters: a + b + c are detected inside textbox, i tried this code but it failed If InStr(Text1, "a", "b", "c")...
View Article[RESOLVED] REGEX - Find and Replace
I am trying to perform a find and replace on blocks of text. I am looking for each block that opens with <GenericEquipment> and closes with <\/GenericEquipment>. I am able to do that with...
View Articledrop down menu with scroll bar
I'm looking to create a drop down menu with an attached scroll bar that displays a number of items. Can anyone recommend any references that I can read to get the menu to function.
View Articledecimal point
Hi I am using an access database which seems to use a comma as the decimal point. When I import a number into a textbox in the vb program using Inrmvamendpt.Text1(1).Text = Format(!Y - CNY,...
View ArticleVS 2015 [RESOLVED] Google Maps API ?
Hello. I need a bit of help for what I have to do. Its important to mention I have zero experience with Google Maps API. This has to be done in a SOAP web service. The code will be server side in...
View ArticleWinsock LocalIP is not the correct IP
There is a winsock app that works between two computers over the internet which has not gotten the IP address correctly from either machine. I use proxy most of the time which gives and ip address...
View ArticleThe application is in break mode error ?
Dear All I receive this error while I deal with large amount of data in excel despite of the fact the program is working with the same code when I deal with a lesser amount of data in excel ?!!...
View ArticleCatalyst SocketWrench
Back in VB3 days I used Catalyst SocketWrench Freeware Edition to play with TCP/IP because we had no MS Winsock control (at least in VB3 Editions that I had access to). Recently I wanted to play with...
View Article