Width property cannot be set on this control
Hi StatusBar.width = pctH.width + 15 pcth.width value = 21580 StatusBar.Width = 21600 Same error comes on this line. Left property cannot be set on this control. StatusBar.Left = pctHelp.Left + 50 Thanks
View Articlecall to DllRegisterServer failed
Hi The module flash10e.ocx was loaded but the call to DllRegisterServer failed with error code 0X80004005 Thanks
View ArticleData Type Mismatch
Code: ElseIf Opt3.Value = True Then   Call connection(cnview, App.Path & "\Seeyou.mdb", "endromida")   'Call connection(cnview, "\\SEEYOU-PC\shared\Seeyou.mdb", "endromida")   Call...
View ArticleFile - Saving
Hi everyone and thank you for reading. I'm starting in VB and I've to create a program to help a user to put information (with a Form) in two fields and then save them on a file (it can exist or not)....
View Article[RESOLVED] add 24 hours to a time
this works for adding a week to a date Dim newdate 'add a wreek Dim mydate mydate = gridMaster.textmatrix(mintgridMasterCurRow, 3) newdate = DateAdd("ww", 1, mydate) add a week...
View ArticleWhile Wend, Do Loop, for next???
hi guys, i am trying to understand the difference between "While Wend", "Do loop" and "For Next" i did a google search but i don't really understand the difference. is there a way that it could be...
View Articleform picture stretch?
One can use a picture as a background on a form. Simple enough. But, is there an API or function to make the background picture resize with the form?
View Article[RESOLVED] vbKeyDecimal constant value vs. actual numeric keypad decimal...
Hi all, MSDN page at https://msdn.microsoft.com/en-us/lib...(v=vs.60).aspx lists numeric keypad decimal point as vbKeyDecimal 110 DECIMAL POINT(.) key, but in W7 Pro with latest updates, the actual...
View ArticleKey combo to end program across multiple sequential forms
Hi gang--I have a program that involves sequential presentation of 100+ forms, one after the other (don't ask, I know it's not optimal). I don't want the user to be able to terminate the sequence, but...
View Articlecan't register an ActiveX control
I have a VB6 project that uses a Graph control, and for the life of me I can't get the development machine to register GRAPH32.OCX. I've tried using regsvr32 and also browsing to the file from within...
View ArticleOLE container to display an excel WS in an existing WB
Hello, What I need to do is display data off an existing excel WB/WS to an OLE container ; my problem is that the container does not fit the active range of that sheet Is there one line of code that...
View ArticleI need help!
I support a form generation software that was programmed in VB6. I have been supporting this program for many years now. I am not a programmer myself, I am just the supporting technician for our...
View ArticleI think Windows 10 has messed with my software
Hi, I used to sell shareware, my venerable program was "The RPN Engineering Calculator" written in VB6. I still use it and today the font has changed, the first pix is from my Windows 7 computer, and...
View Article[RESOLVED] form picture stretch?
One can use a picture as a background on a form. Simple enough. But, is there an API or function to make the background picture resize with the form?
View Article[RESOLVED] OLE container to display an excel WS in an existing WB
Hello, What I need to do is display data off an existing excel WB/WS to an OLE container ; my problem is that the container does not fit the active range of that sheet Is there one line of code that...
View Article[RESOLVED] get rid of flicker?
Anyway to avoid flicker when drawing to form and using Cls. Even when i produce code to draw a shape, such as a box, when the user clicks the mouse and draws the shape on form, the inside of the shape...
View Articlesuggestion for installer for dll and ocx only
Can anyone suggest me an installer for dll and ocx only. I know vb6 package and deployment wizard but I need to deploy only dll and the ocx.
View ArticleUsing API for the first time
hi guys,i have just been reading up on API and i have been writing test code to see how they work, i downloaded a window handle grabber and experimented retrieving text from a chat box on pokerstars...
View Article[RESOLVED] SHA256 output is different from the correct value
I am trying to get the SHA256 hash value for the following string: 800C28FCA386C7A227600B2FE50B7CAE11EC86D3BF1FBE471BE89827E19D72AA1D The value generated by the VB code I am using is...
View ArticleVB6 will not recognize external hard drive
Running Visual Studio 6.0 / VB6 on Win7 32bit HP desktop. I have a 2Tbyte external USB hard drive plugged into one of the "SS" usb ports. Windows 7 explorer recognizes it as drive "e" and I can see all...
View Article