Changing Listview Group Header Text Color
Is it possible to customize the group header text? from my research, I noted that: - Group Header color can be set using LVGROUPMETRICS structure, only in XP - In LVGROUPMETRICS [crLeft; crTop;...
View ArticleExpand image with animation
The code below animates the resizing effect properly but from the left corner of the image. How can it be done from the center expanding in all directions? Code: Private Sub Timer1_Timer() If...
View Article[RESOLVED] FlexGrid/MSFlexGrid: How to remove a fixed row (header)
Hi, I'm using a MSFlexGrid. -How can I remove the fixed row (the gray header) ?
View ArticleSending Email from VB6 Legacy App on Windows 8
I am maintaining several legacy VB6 apps and have recently migrated the IDE to Windows 8. One of the apps uses the VBSendMail.dll to send emails out to clients. However, when the app runs it can't...
View Article[RESOLVED] how to did action when the application crashed or force closed
hi every one... as title, i search for way to did action when the application crashed or force stop... I don't mean this code PHP Code: on error resume next or this PHP Code: on error goto error1 but...
View ArticleComponents (OCX files) in VBP versus FRM file.
Does anyone understand how/when references get placed into the .FRM files as opposed to just being placed in the .VBP file? It's interesting, but I can delete the references from the .FRM files (using...
View ArticleListview loads by choose combo
Code: comBoxYLevel.Items.Add("Boy") comBoxYLevel.Items.Add("Girl") Private Sub retBtn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles retBtn.Click Select Case...
View ArticleFlexgrid: 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 Articlerun time error '3709'
hello please can you help me i have this error "Run-time error '3709': The connection cannot be used to perform this operation. It is either closed or invalid in this context." in this code : Code:...
View ArticleCStr - string conversion function broken and function return value?
In need to develop/add yearly workday calendar to app developed ages ago, faced problem related to function return value. Code: [Private Sub Form_Load() Dim i As Integer Dim x As String Text1.Text = ""...
View ArticleSetting up an Oracle database for eventual use with VB6
Hi Folks, I hope it's acceptable to start this thread here. I'll use the justification that this database is to ultimately be updated via a VB6 connection. Note to moderators: I'd have posted this in...
View Article[RESOLVED] CStr - string conversion function broken and function return value?
In need to develop/add yearly workday calendar to app developed ages ago, faced problem related to function return value. Code: [Private Sub Form_Load() Dim i As Integer Dim x As String Text1.Text = ""...
View ArticleZip and Unzip Compressing
Hello people anyone knows any dll to compress and decompress such as those listed here? at least with those I do not get what I want, I do not see the option to list files or directories not...
View Article[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 Article