Click here to Skip to main content
16,005,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralAlternative to Timer object Pin
Ruca6-Jan-03 5:53
Ruca6-Jan-03 5:53 
GeneralRe: Alternative to Timer object Pin
Richard Deeming6-Jan-03 6:20
mveRichard Deeming6-Jan-03 6:20 
GeneralRe: Alternative to Timer object Pin
Ruca6-Jan-03 6:31
Ruca6-Jan-03 6:31 
GeneralUsing Web Services and XML Pin
Matt Philmon6-Jan-03 5:43
Matt Philmon6-Jan-03 5:43 
Generalextracting new autonumber from database Pin
mcm6-Jan-03 4:47
mcm6-Jan-03 4:47 
GeneralRe: extracting new autonumber from database Pin
Nick Seng6-Jan-03 14:17
Nick Seng6-Jan-03 14:17 
GeneralNeed help updating vb script Pin
NeedingHelp6-Jan-03 4:25
NeedingHelp6-Jan-03 4:25 
GeneralRe: Need help updating vb script Pin
Ray Cassick6-Jan-03 5:02
Ray Cassick6-Jan-03 5:02 
First, this is NOT vbscript.. it is full VB.

Files are as follows:

vbp - Visual Basic project file - This is what you open in the VB IDE to open the project.

exe - Obviously the compiled application.

cls - A class source file. non-.NET versions require that each class be in it's own source file.

bas - A code module. This file holds only code, no form definitions.

By what you have told me I assume that the application does not interact with the user outside of possibly some simple dialog boxes maybe? I say this because you didn't point out any .frm files, the files that hold userform definitions.

You will need to use VB to open this project and recompile when you have made the changes that you need. What particular version I can not say for sure. I would think that it could be anything from Version 4 to 6. Open up the vbp file in notepad and it sould give you some indication of hte version needed if you don't already know.



Paul Watson wrote:
"At the end of the day it is what you produce that counts, not how many doctorates you have on the wall."

George Carlin wrote:
"Don't sweat the petty things, and don't pet the sweaty things."

GeneralRe: Need help updating vb script Pin
NeedingHelp6-Jan-03 5:28
NeedingHelp6-Jan-03 5:28 
GeneralRe: Need help updating vb script Pin
Ray Cassick6-Jan-03 6:24
Ray Cassick6-Jan-03 6:24 
QuestionHow to get the short (DOS) version of a long filename? Pin
Matt Philmon3-Jan-03 3:14
Matt Philmon3-Jan-03 3:14 
AnswerRe: How to get the short (DOS) version of a long filename? Pin
iluha4-Jan-03 6:18
iluha4-Jan-03 6:18 
Generalcommand line parameters Pin
r i s h a b h s2-Jan-03 22:47
r i s h a b h s2-Jan-03 22:47 
GeneralRe: command line parameters Pin
Ray Cassick3-Jan-03 2:23
Ray Cassick3-Jan-03 2:23 
Generalrefreshing a datagrid with new data Pin
mcm2-Jan-03 7:47
mcm2-Jan-03 7:47 
Generaldisplaying autonumber in a textbox Pin
mcm2-Jan-03 5:21
mcm2-Jan-03 5:21 
GeneralRe: displaying autonumber in a textbox Pin
Ray Cassick2-Jan-03 6:34
Ray Cassick2-Jan-03 6:34 
Generaldetect currently playing mp3 Pin
Sean Cull1-Jan-03 17:38
Sean Cull1-Jan-03 17:38 
GeneralRe: detect currently playing mp3 Pin
geo_m9-Jan-03 9:04
geo_m9-Jan-03 9:04 
Generalhelp me,about activex document Pin
Anonymous1-Jan-03 15:30
Anonymous1-Jan-03 15:30 
GeneralRe: help me,about activex document Pin
iluha4-Jan-03 6:48
iluha4-Jan-03 6:48 
Questionhow to create a configuration file?? Pin
Nashes1-Jan-03 8:10
Nashes1-Jan-03 8:10 
GeneralRemoting File Transfer Pin
SHaroz30-Dec-02 6:32
SHaroz30-Dec-02 6:32 
QuestionHow to using the second IDispatch of a COM object Pin
bojinyu30-Dec-02 0:07
bojinyu30-Dec-02 0:07 
GeneralDetect connection to the Internet. Pin
dayWalker28-Dec-02 6:51
dayWalker28-Dec-02 6:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.