CreateWindowEx and "ThunderUserControlDC" class causing fatale crash, but why?
Then VB6 UserControl's class "ThunderUserControlDC" is used to make a new control as other dynamic controls are made then it crashes instantly. Is there a built in protection so it isn't able to...
View Article[RESOLVED] Question to Faf: vbaccelerator
Faf, and others, Does anyone have the sample code from here: http://www.vbaccelerator.com/home/VB...s/article.html I looked at the vbaccelerator archive on github and could not find this useful snippet...
View ArticleDie Roller and Sorter convert to java??
This code rolls die of any size and number, returning the result Code: Public Function RollDice(ByVal nDice As Long, ByVal sDice As Long) As Long Dim i As Long, d As Long, t As Long Randomize...
View ArticleUSB WebCam Viewer
Where can I find some source code that will show my laptop USB WebCam such as NexGo or others in a VB6 app? I have some code but it does not show the USB WebCam.
View ArticleUK based VB6ers - would you like to meet up?
May I draw the attention of VB6ers to this thread in the general discussion part of the forum. UK based VB6ers - would you like to meet up? https://www.vbforums.com/showthread....EET&highlight=
View ArticleSimple EXE file being huge
Just a simple .exe file using Visual Basic 6, with nothing on a Form i thought will be very small, maybe beat the record of 286 bytes i believe, but just a form with nothing, and it's caption being...
View ArticleDoes anybody have the Learn VB CD's working on windows 11?
VB5 and VB6 both had a learning edition that came with a really cool CD that had video tutorials for that will bring you up to speed real quick! I had a job when I was in high school writing VB...
View ArticleVB6 Question: Using Cairo to write a full screen context, how?
This github repo. is a VERY useful and a perfect start to bulding a VB6 app using Cairo. Courtesy of TheTrick and Wqweto. - https://github.com/VBForumsCommunity/VbCairo They have built a Cairo DLL and...
View ArticleUsable XP HyperV VM on windows 11?
Does anyone use VS6 and Windows XP/2000 or even 98 in a HyperV VM? I have VS6 working and installed directly on windows11 but I would really like to get an older windows environment set up. One of my...
View Article[RESOLVED] Client Area Location
On XP I calculate the top & left coordinates of the client area using system metrics adding up all the pieces that make up the nonclient area of a form, CYEDGE, CYFRAME, CYCAPTION and so on. This...
View Articledockproperty for controls,vb6/twinbasic
The Dock property sets which edge of the control aligns with the corresponding edge of the parent I feel that these internal text boxes, labels, can also use this method. SVG 2. Adjust text alignment:...
View ArticleChatbot like ChatGPT
Aloa, I created in my app a complete chatbot for ChatGPT using their API. IT is working not so bad at all. Now everything is using Textbox wich is quite old school. Does someone here has a written...
View Articleget element from table web
my code: Code: Private Sub FILL_TABELLA_REGIONI() Dim ODOM As HTMLDocument Set ODOM = CreateObject("htmlFile") Dim X As Long, Y As Long Dim REGIONE As String, POPZ As Long, COMUNI As...
View ArticleHow to expose IExplorerCommandProvider Interface?
I try to expose IExplorerCommandProvider interface but I'm stucked. My intention is to modify the treeview item's contextmenu given by the shell and that is strait forward. But not this interface. Any...
View Article