How do ActiveX DLLs actually store their exported functions?
I know they are not exported the normal way, but instead the DLL's classes get registered in the Windows registry as GUIDs. But once a program checks the registry for the GUID for a class in the...
View ArticleVS 2019 [RESOLVED] 'Contains' method fails when searching a Queue(Of String)
VB Community, I am trying to understand why the 'Contains' method fails when searching a Queue(Of String). My application will offer a Most Recently Used (MRU) list within a combobox. The MRU list is...
View ArticleReading and editing a binary file as a array of Ushorts?
Hello dear programmers. I'm in a urgent need of help. I am developing a software that is in a nutshell a binary editor for eeprom and micro-processors in the world of Chip-Tuning (Cars), but it must...
View ArticleVoice chat over lan in word environment
I've been finding some threads about voice chat over LAN, but they are in VB.net, and do not work in VB.net or VB. My program is in the MS Word Environment (VBE). I am creating a medical report writing...
View ArticleVS 2019 Trying to do a REGEX search
I want to do a REGEX search that will find two different variables: strPrimaryLogin and strSecondaryLogin. \bstr will find all str* variables. Login\b finds all *Login variables. What "wildcard" do I...
View ArticleVS 2019 How to Send Audio Over RTP UDP VB.Net
Hey all, Been a while, I've moved along in the projects i have been working on. And currenlty trying to send audio (and eventually video ect) over the network in real time. I've done a fair bit of...
View ArticleWrite interactive code "Print Spooler" in C# ?
In windows 7, my computer often fails to print, I have to go to Control Panel->Administrative Tools->Services->Print spooler to switch from "Stop" to "Start" mode. In C# winform I want to...
View ArticleHow do I get rid of Msgbox when opening Microsoft Visual Basic 6 ???
hi How do I get rid of Msgbox when opening Microsoft Visual Basic 6 ?? Attached Images Â
View ArticleVS 2017 Listview population issue in a tabcontrol
Dear All, I have a Tab control with 3 tabs. Each tab has a listview(1,2,3). I populate this with a text file using the following code: Code: ListView1.Items.Clear() Â Â Â Â Using sr As StreamReader =...
View Articletreeview expand a particular node by code. Possible?
Hello VbForums I can open the first node by this code. Code: TreeView1.Nodes(1).Expanded = True But I want to open the 4th node. Code: TreeView1.Nodes(4).Expanded = True this code doesn't open the 4 th...
View Article[RESOLVED] treeview expand a particular node by code. Possible?
Hello VbForums I can open the first node by this code. Code: TreeView1.Nodes(1).Expanded = True But I want to open the 4th node. Code: TreeView1.Nodes(4).Expanded = True this code doesn't open the 4 th...
View ArticleWindows Aero Effect in Form
Hi guys, I have a program where I want to get a Form to open with the Windows Aero effect, and I'm having trouble with that when I use BorderStyle = None. This is Aero effect in Form child with...
View ArticleHow can I get the developer tools for the software?
hi How can I get the developer tools for the software? Microsoft Visual Basic 6.0 :confused:
View ArticleRounding a 4 decimal place number to 2 decimal places
I have the following problem: I have a 4 decimal place number e.g. 14.5548 that I want rounded up correctly to 2 decimal places. So the correct rounded number in this example should be 14.56 Using...
View ArticleUserform Listbox Unnecessarily Wide
I have a listbox on a userform that looks like this. The listbox width is set to 88 which is the smallest value that doesn't produce a horiontal scrollbar. Why does it need to be that large? Attached...
View ArticleIt's ok if you know
I have been writing by code for a long time, and with the help of this forum have manges to achieve what I want. However looking at some of my older code, it now strikes me that it some what in...
View Article[RESOLVED] It's ok if you know
I have been writing by code for a long time, and with the help of this forum have manges to achieve what I want. However looking at some of my older code, it now strikes me that it some what in...
View Articleconversion of an data array to list
I currently have an SQL table with about 2000 items in them, it is regularly used for reference data within the programme. As such at the start of the programme i load the SQL database in to an array...
View Article[RESOLVED] Events triggered when typing in ComboBox dropdown list
Hi, I need code to be triggered by selecting a ComboBox entry with the mouse, or by typing the entry in. When typing it in, the SelectedIndexChanged event gets triggered multiple times, which is a...
View ArticleVB6 Resource Editor Missing from Add-Ons
Continuing on trying to update an old VB6 app using VB6 on a Windows 10 computer. During my modifications where I am allowing the user to set the picturebox background from white to black, I noticed...
View Article