[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[RESOLVED] get value in between phrase
I forgot how to do this to get the value in between phrase. Suppose I have this sentence, "The quick brown fox jumps ON over the lazy dog WHERE near the bank of the river." The above is just an...
View ArticleTime
How can i keep time with thecomputer? This does not move. Label1.Caption = Format$(Now, "h:mm:ss AM/PM") Thank you
View ArticleHow to add multiple rows in multiple locations in MSFLEXGRID
I want to run a program where the rows will be added based on the no of records returned from DB . My header is already built with 12 rows and no of required columns. Like if 4 records are present in...
View ArticleCompatiblility with operative system?: Object variable or With block variable...
Hi everybody, by testing a monitoring script in OneSight-Empirix for a measurement client (Server A) it delivers the followig issue: Navigation Failure: internal error: polledPath: polledFinish113...
View ArticleHow to: ID System
I create a sample picture so you guys can understand my poor english xD do you guys know some free project that has the capable of doing such thing like that? or how do i do a id system like that? id...
View Article