Where do files go if you forget to use the "\"
Sometimes I forget to use the "\" in the file path, like this Open App.Path & "myfile.txt" For Output As #1 Where does that file wind up?
View ArticleHelp with codes!
I want to now that why doesn't label7 display the Rate when I click Command 3. Label 7 has an integer data from an access database via ADO controller.. Private Sub Command3_Click() units =...
View ArticleUsing an external file to open other files
I have a single file named "gmes.chs" which contains a list of other files that are games that have been played but not finished. When a player connects to another player the program opens "games.chs"...
View Article[RESOLVED] How do I save a file by date and time
I want to save files so that the date and time are in the file name but using Date and Time cause error 76: Path not found
View Article[RESOLVED] Where do files go if you forget to use the "\"
Sometimes I forget to use the "\" in the file path, like this Open App.Path & "myfile.txt" For Output As #1 Where does that file wind up?
View Article[RESOLVED] Using an external file to open other files
I have a single file named "gmes.chs" which contains a list of other files that are games that have been played but not finished. When a player connects to another player the program opens "games.chs"...
View ArticleStructures, CSV files and textboxes
Hello, I have a CSV file containing contact information and what they prefer to be called. It's for a classroom setting: (I changed the file to generic information to protect people and yadda yadda) I...
View Articlerandomize
how will do choose a number from 1 to 10 by random until you complete all numbers 1 to 10 without repeating same number ?
View ArticlePrint Barcode on barcode printer using VB6
Hi there, I have designed a small program to print barcodes using barcode fonts. It prints perfectly on HP laser jet 1102 printer. What i want is to print on barcode printer using VB6 codes. Vendors...
View ArticleCan somebody tell me what's wrong
'Median If numbers.Length Mod 2 <> 0 Then Text6.Text = ("" & numbers(numbers.GetUpperBound(0) \ 2).ToString) 'MsgBox("Median = " & numbers(numbers.GetUpperBound(0) \ 2).ToString)...
View ArticleSimple.But im new with it.Heeeelp
This is what I get when I try to compute for the median.Is there something wrong?Pls help me Attached Images
View ArticleNeed some help with codes
If numbers.Length Mod 2 <> 0 Then Text6.Text = ("" & numbers(numbers.GetUpperBound(0) \ 2).ToString) 'MsgBox("Median = " & numbers(numbers.GetUpperBound(0) \ 2).ToString) Text6.Text = (""...
View ArticleNeed.urgent
If numbers.Length Mod 2 <> 0 Then Text6.Text = ("" & numbers(numbers.GetUpperBound(0) \ 2).ToString) 'MsgBox("Median = " & numbers(numbers.GetUpperBound(0) \ 2).ToString) Text6.Text = (""...
View ArticleVB6 on Win7 dll - Font changes for nested frame captions
We have a program that we have run for many years on Win XP that is written in VB6. It is a dll that is called by another program and displays a form for user entry. We have moved to Win 7 and now we...
View ArticlePrint screen save into document
Hi Please provide any sample VB code to save the image(when clicking print screen button) directly into a document without pressing Ctrl+V. Suppose i have VB/web application and while i walk through...
View Articlehow to make ( PLUGINS ) + ( ADDONS ) for softwares
this isnt an everyday question so my title says it all. example will be greate even a basic , am smart person il understand from a basic example shown to me bonnie:p:p:p:p:p:p:p:p:p james:p:p...
View ArticleUsing MSHTML Offline
I'm new to MSHTML. I wanted to load a htm or html file (saved offline) into a text box to see how it parsed. The object browser works correctly when entering code so no reference problem to MSHTML. I...
View ArticleHow to seprate web browsers in vb6 ?
hello my friends , is there any way that I can separate web browsers in visual basic 6 ? for example if I have 2 web browsers in my program , when I login in my account in first web browsers it...
View Article[RESOLVED] Move the Watch Window
For some reason the title bar of my watch window is above the work window. Alt-SPACE does not grab the window to move it. How do I get it back into a useful position? Attached Images
View ArticleListbox AddItem
Can someone help me?How to display medicines in listbox if the stock quantity is less than 15?. I tried this codes but it's not working. Private Sub List1_Click() If Text3.Text <= 15 And Text3.Text...
View Article