[RESOLVED] SSTAB - How to add new tab in control
Currently i have a sstab on form. Basically i want to add new tab and dont know how to do it. At tabControl properties i have options like this . There is no "Add new tab" Attached Images Â
View ArticleVB6 MDI App Upgrade
Hi All! I have created a MDI CNC G code editor in VB6. It has many G code manipulation tools as well as graphical tool path and run time representation. I am using RichTextBox for the G code editing....
View Articlewhere is my label!
why i dont see my label in TAB1!!!! In effect i dont see the label caption text in tab strip Attached Files TEST_TAB.zip (1.8 KB)
View ArticleRun Time Error 713
Hi When i click on one form designer i gets the error "Run Time Error 713" . Class not registered . XpButton Thanks
View Article[RESOLVED] Flexgrid: How to autosize the height of MsFlexgrid
Hello, I'm using a FlexGrid and I set the MSFlexGrid1.ColWidth(0) to 1200 twips using the following code : Code: Form1.MSFlexGrid1.ColWidth(0) = 1200 Form1.MSFlexGrid1.ColWidth(1) = 2900...
View Article[RESOLVED] Run Time Error 713
Hi When i click on one form designer i gets the error "Run Time Error 713" . Class not registered . XpButton Thanks
View Articlehow do i open the outlook application and minimize it
hey, is there a way to open outlook minimized? couldn't find it on the web tnx salsa :)
View ArticleWidth 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