VS 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 ArticleVS 2017 Read XML Attribute
Hi guys I'm a beginner, i have a problem to read a attribute from a XML file, How can i read sub attribute from repeated attribute? HTML Code: <weatherdata> <location>...
View ArticleVS 2019 Merge Two DataTables in a DataSet
I have a two Datasets called DSMonitors and DSPings. Inside DSMonitors I have a data table called DTMonitors. Inside DSPings I have a data table called PingTable. DTMonitors - Monitor_ID - Device_Name...
View ArticleSometimes you come across a news article with so many levels of ?!
Safe for work... just It should go without saying to keep any discussion within the bounds of taste.
View ArticleRS485 two wire communication
I am trying to communicate with a device over RS485. I am having issues with reading however. After sending the write command I only get F3 as a response. What I am thinking is due to the way the...
View ArticleVS 2019 How to create a symlink using Visual Basic code?
Pretty simple question here... I know that you can create a symlink using the Windows CLI and the MKLINK command. How can I make a symlink using Visual Basic code?
View Article