help with sql query !
on my form i have a 'yes' button. this form has an id num on it. When the user clicks the yes button another form opens with a new id number. say the id number on the fiorst form is 1 and the id on the...
View ArticleArranging printed lines by date
I have a series of strings that need to be arranged by date with the latest first for example with this code: Code: Open "c:\test\scripts.txt" For Input As #1 Do Until EOF(1) Â Â Line Input #1,...
View ArticleOrganizing information from a txt file
i have infromation stord in this format in a text file: Quote: DOS:01-24-13 MAS:NOE BPH:MATTHEW J. FAGAN, D.O. MIC:034.0 MDX:STREP THROAT-10 days, hoarse, ONS:01-05-10 SIC: SDX:Pre-Op Visit (L) HIP...
View ArticleReference Form fields to fill them
To start with....I'm a novice, but like VB, for as short as i use it already. I started with simple coding, but would like to reduce my coding now. e.g. I made a calculation pgm with 10 entries....
View ArticleNeed help with something difficult for me(beginner)
So i kind of created a maze right... and its pretty much done except i want to make it so when someone right clicks it ends the program and also how do i make it so when the player leaves the panel the...
View ArticleDropping header from empty section
The program i have written arranges information into sections for display. Sometimes there is no information to display in a section hopw do i get it to not print the header line for the section of...
View ArticleFindWindow(vbNullString, "Choose File To Upload")
Hi All, I am working on an webpage whre I need to click on a browse button to upload files. I am using the FindWindow(vbNullString, "Choose File To Upload") option to do the same. The problem is after...
View ArticlePage headers
How can i make certain information be printed on each page. I need to make a file that has a header with the company name and information on each page. for example my program generates...
View Article[RESOLVED] Help with Query
I have this table, in it get the description in also group all the same description together. But I also have a QTY Column, which I would like to add. But the problem is, when I put Qty in the query...
View ArticleLicense key/Tax key
Pliz help me,I have developed a payroll package in Visual basic.The challenge i have is developing a key generator or License key whatever you may call it.so that if i input the clients name,the number...
View ArticleProject Explorer Missing Files
I have several projects that I review on my computer via VB6. Once the project is open I can use the Project Explorer to get around except for one particular project. The top line of the project shows...
View Articlecan you make linux programs with visual basic 6.0
Hi, I was just wandering if I can make programs for linux with visual basic 6.0, Because there are programs out there like vb6.0 but Iv been using vb6.0 for some time now, thanks for your time.:wave:
View ArticleVB6 Resize Forms Solution for automatic form resizing in different resoulutions
I am not sure if it was on this forum but I did manage to get a really good download on how to resize a form automatically by supplying a font size to a procedure. I seem to remember that it worked...
View ArticleMulti-Server-Multi-Client Chat for ladoo or anyone
@ladoo I finished the multi server multi client chat. I had to start from scratch so it is not intergrated into your chat application but I think you can check it out and determine where and how you...
View ArticleHow to make a Task Manager type of application
hi there! i need help in making a project in vb6.0 . i need to make a simple task manager than can detect the programs running, at the same time saving the time the program starts, and terminated in a...
View ArticleSaving a name and associated status?
im trying to figure out how to save a series of data, what i need my creation(if i can call it that) to do is track names, comments and ranks for specific(multiple) people, and i have no idea how to...
View Article[RESOLVED] Folder Exists or Not
Hi I want to check whether folder exists or not in that drive , if it does not exist it should create that folder else it should give message. Thanks
View ArticleFire click event in another form
Is it possible to fire a click event from one form in another form? What basically happens is that I have a form (form1) with a combobox. The user can then: 1) Enter/Select a name in the combobox that...
View Articlehow to do this change serial online
please tell me how to do this http://www.casperprogs.com/SerialChange.html
View ArticleVb Code error
Private Sub Adodc1_WillMove(ByVal adReason As ADODB.EventReasonEnum, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset) Adodc1.Visible = False End Sub Private Sub Command1_Click()...
View Article