LaVolpe Button
Hello all, I am looking for a guy who has used LaVolpe's (Keith Fox) button control, one of the best buttons ever created. This button supports many wonderful properties but I am interested in the...
View ArticleVB6 Textbox Value Send
I'm entering a number in the text box.There is no any delimiter or commas.I'm entering a number between 1 to 16 & that value will output through serial port. The problem is, it will send numbers...
View ArticleExtracting Data from a ACCESS DB
Hi As a general rule I do not have any problems extracting data from a Access DB and displaying the information within textbox's or labels on a form. Access DB contains information on Tax Returns for 2...
View ArticleHow to make AutoCAD instance only available to my application?
Hey all, I've been working with integrating AutoCAD into my VB6 Projects. I imagine that my question is not specific to AutoCAD, but that just happens to be what I'm using. So, when I start my program,...
View ArticleReplace random words in a textbox with underline _________
Hi I have a text box which the user can enter text with. Now if he presses a button I want every fourth or so words in the text box to be replaced by an underline _______ a string I have made. Is there...
View Article[RESOLVED] LaVolpe Button
Hello all, I am looking for a guy who has used LaVolpe's (Keith Fox) button control, one of the best buttons ever created. This button supports many wonderful properties but I am interested in the...
View Article[RESOLVED] Extracting Data from a ACCESS DB
Hi As a general rule I do not have any problems extracting data from a Access DB and displaying the information within textbox's or labels on a form. Access DB contains information on Tax Returns for 2...
View Articlep2p sharing need help and advice
i wish to make p2p similar to this and need a kick start not done this before and wish to make 1 with your help if u can help me thanks. :) please anyone if u can help me get started that will be great
View Articlehow to get summary of bank account???
i have a data base which has all transactions of all customers like date type pf transaction amount and all......i need to kno what to use so that i get all summary of particular account number which...
View ArticleSQL command to display data from Access DB
Hey I have some data to display in listview from Access Database with two conditions. 1. For item selected in ListView1 and 2. If the selected item's has more than US $ 1 value in "IncreAmnt" field....
View ArticleHelp with Sql
I have a sql statement, which Im trying to retreive to items from a table. The item is Return, and Issue in the Code Desc Column . When I works good if I do just [Code Desc] = 'Return' and, but when I...
View Articleplease help how to solve a form with scroll bar
guys how to make a scroll bar in form? i tried to search how to do it here's the code i downloaded but the code was not exactly right because when I play the form and try to click and scroll the bar it...
View ArticleHow To: Center text in a listbox
I want to center only the 1st entry in a listbox; all other entries are left justified.
View Article[RESOLVED] using select case on label array help
am trying to figure out how to work it with labels Private Sub Label1_Click(Index As Integer) Select Case Label1(Index) If Label1_Click(0) Then ' dont work what am i missing out Me.Caption = "1" Else...
View Articlesort file name based date
in dir c:\mydir\ have a variuos .txt file(only this format) the single file name have this structure: aaa0_01-05-2013 aaa1_02-05-2013 aaa1_02-06-2013 aaa1_01-05-2013 aaa2_01-05-2013 i need to store the...
View ArticleListbox Array problem
I have nn listboxes (List2) indexed 1, 2, 3, 4, 5,...,etc etc (index 0 not part of this) I want to click on any item in List2 that currently is shown (all boxes in the array are one behind the other)...
View Articlewinsock hold connection
:phow do i hold a connection on get request 1 example code will do thanks:p
View ArticleVisual Basic 6 with Windows 7 Pro 64 Bit
I have installed vb 6 on a windows 7 pro 64 bit pc. I copied my project over to the new pc. Start to run my project. This is the error I am getting: Line 26: Class MSFlexGridLib.MSFlexGrid of control...
View Articlehelp: date format problem
I am using mysql database and I would like to know how I can save a date in mysql table in this format like so 1/30/2013 2:35:14 PM I know there is this datetime data type in mysql and its format is...
View ArticleServer Not Responding Issue
I'm getting data from a Server over which I have no control. Sometimes it does not respond and the code I'm using causes the App to freeze. Only thing I can think of maybe setting a timer in my program...
View Article