MShFlexGrid and Formatting SubSet
Hello i have this problem and i really need some help I have made a shaped recordset and passed it as datasource to a MsHFlexGid The FG fill nicely with all the data and "hides" all the extra...
View Article[RESOLVED] space every letter in textbox (need help)
how to put space in every letter? sample : silhouette to s i l h o u e t t e
View Articleaccess font file from Server
Hi, I am creating windows based application in Visual basic 6.0. I have a font file (.ttf) present in one folder on my website. I want to access this file & assign font to label control in my...
View Articlehow to get the last populated row of excel?
I want to find out the last populated row of an excel sheet so as to manipulate sheets with varaiable lenghts.please provide valuable suggestion.
View ArticleMdi Child tabbing problem
Hi guyz, frm_main : mdiform child : 10 x child of frm_main which has some objects covers whole form windowstate property is maximized for each child forms. when i open 1rst child there is no problem...
View Articlehow to calculate tax like % betweeen 3 text files
hey this is a liitle bit hard(for me) im trying to calculate a txt between 3 textboxes Code: 1) text is txt(2).txt ( RS!InvBeforetax this is currency value in the DB) this is when i put a number like...
View ArticleQuestion about Picturebox
I have a VB program I am working on. On the Form is a picturebox called Picture1. It's ScaleMode is set to vbPixels and it's ScaleWidth is 216 pixels and it's height is 72 pixels. In a sub some of the...
View Article[RESOLVED] how to calculate tax like % betweeen 3 text files
hey this is a liitle bit hard(for me) im trying to calculate a txt between 3 textboxes Code: 1) text is txt(2).txt ( RS!InvBeforetax this is currency value in the DB) this is when i put a number like...
View Article[RESOLVED] combobox showing the same name twice after editing
hey i got combobo set to property 2 now when i add a new record and store it everything is ok but when i edit the current record the combobox show me the same name twice why? im sitting on this like...
View ArticleHow to add program to the Windows Firewall exception list (Profile: All) ?
At the moment I use this code to add my program to the Windows Firewall exception list: Code: Option Explicit Public Function AddToFirewallExceptions(ProgramAddress As String, ProgramName As String)...
View ArticleNeed Help Drawing Sine Wave in Segments
The following code reads a .wav file into a byte array then calls the sub to draw the sine wave onto a picturebox. The attached bitmap shows what the resultant sine wave looks like. What I need to do...
View ArticleDetecting user resizing MSFlexGrid columns
Here is one that has me stumped. I am using an MSFlexGrid control with the property AllowUserResizing set to 1 - flexResizeColumns. How can I tell if the user resizes the column? There is no event for...
View Articlehow to make button enabled only if all txtboxes and combobox are chosen
hey im trying to make a my button save enabled only if all txtboxes are filed and comboxes are choosen i tried something like this only form the txt but its not working Code: Dim x As Integer Dim a...
View ArticleVB6-Problem with User-Defined Type
I have a User-Defined type that is declared as Public in a module: Code: Public Type T_DATA bdata(1 to 276) as Byte End Type When I define a variable (PublicKey) as Public in a Class module, I...
View Article[RESOLVED] How to add program to the Windows Firewall exception list...
At the moment I use this code to add my program to the Windows Firewall exception list: Code: Option Explicit Public Function AddToFirewallExceptions(ProgramAddress As String, ProgramName As String)...
View Article[RESOLVED] how to make button enabled only if all txtboxes and combobox are...
hey im trying to make a my button save enabled only if all txtboxes are filed and comboxes are choosen i tried something like this only form the txt but its not working Code: Dim x As Integer Dim a...
View Article[RESOLVED] VB6-Problem with User-Defined Type
I have a User-Defined type that is declared as Public in a module: Code: Public Type T_DATA bdata(1 to 276) as Byte End Type When I define a variable (PublicKey) as Public in a Class module, I...
View ArticleHow To Receive Tray Icon Callback Messages with NOTIFYICON_VERSION_4
According to this thread, and I quote: Quote: Originally Posted by LaVolpe 1. Vista offers users option to display a popup window instead of a tooltip. In Vista, hover over your Sound icon and the new...
View ArticleDeployable ...\Office14\msacc.olb Reference File for VB6?
I have found copies of msacc.olb for Access 2010, but when I copy them into my VB6 project folder and specify them in the References form, they are not recognized. I have not been able to find enough...
View Articlevb6 (Crystal Report 9 Print Status)
I am using VB6 + CR9. How to know if the printer is : 1. Running out of Paper 2. Document Sent to printer 3. No Printer Installed is there any code for this?
View Article