Author |
Message |
Ron #1 / 8
|
 Ok Ok Don't laugh :)
I'm a TOTAL newbie, I have VB 6.0 Pro edition and I'm in school for it now. I have followed along with the books make a silly program. The program/code works great on mine. However I tried to send it via email both the Cab and the setup.exe to a fiend of mine and she can't get it to run. I looked through the newsgroup here in hopes of not having to ask the dreaded question but didn't see it listed. Any help would be very much appreciated. Thanks, Rookie in Atlanta. Ron
|
Thu, 09 Oct 2003 05:37:02 GMT |
|
 |
paul #2 / 8
|
 Ok Ok Don't laugh :)
can't get it to run... is he getting errors?{*filter*} up windows? need more info!
Quote: > I'm a TOTAL newbie, I have VB 6.0 Pro edition and I'm in school for it now. > I have followed along with the books make a silly program. The program/code > works great on mine. However I tried to send it via email both the Cab and > the setup.exe to a fiend of mine and she can't get it to run. I looked > through the newsgroup here in hopes of not having to ask the dreaded > question but didn't see it listed. > Any help would be very much appreciated. > Thanks, > Rookie in Atlanta. > Ron
|
Thu, 09 Oct 2003 06:02:48 GMT |
|
 |
Ron #3 / 8
|
 Ok Ok Don't laugh :)
Yes she's getting errors, tries to look for certain directories? I think, she's new to computers.. lol have to help her find a file once I send it to her..
Quote: > can't get it to run... is he getting errors?{*filter*} up windows? need more > info!
> > I'm a TOTAL newbie, I have VB 6.0 Pro edition and I'm in school for it > now. > > I have followed along with the books make a silly program. The > program/code > > works great on mine. However I tried to send it via email both the Cab and > > the setup.exe to a fiend of mine and she can't get it to run. I looked > > through the newsgroup here in hopes of not having to ask the dreaded > > question but didn't see it listed. > > Any help would be very much appreciated. > > Thanks, > > Rookie in Atlanta. > > Ron
|
Thu, 09 Oct 2003 06:07:20 GMT |
|
 |
Eric #4 / 8
|
 Ok Ok Don't laugh :)
I am a newbie too but i think your problem is that your friend doesnt have the Visual Basic 6 runtimes installed you can get that for free off www.microsoft.com or just search for it -- Eric Marques
Quote: > I'm a TOTAL newbie, I have VB 6.0 Pro edition and I'm in school for it now. > I have followed along with the books make a silly program. The program/code > works great on mine. However I tried to send it via email both the Cab and > the setup.exe to a fiend of mine and she can't get it to run. I looked > through the newsgroup here in hopes of not having to ask the dreaded > question but didn't see it listed. > Any help would be very much appreciated. > Thanks, > Rookie in Atlanta. > Ron
|
Thu, 09 Oct 2003 22:02:23 GMT |
|
 |
paul #5 / 8
|
 Ok Ok Don't laugh :)
Have you hard coded some paths? Like Open "c:\myprogram\some.file" that maybe your friend has a different path to?
Quote: > I am a newbie too but i think your problem is that your friend doesnt have > the visual basic 6 runtimes installed > you can get that for free off www.microsoft.com or just search for it > -- > Eric Marques
> > I'm a TOTAL newbie, I have VB 6.0 Pro edition and I'm in school for it > now. > > I have followed along with the books make a silly program. The > program/code > > works great on mine. However I tried to send it via email both the Cab and > > the setup.exe to a fiend of mine and she can't get it to run. I looked > > through the newsgroup here in hopes of not having to ask the dreaded > > question but didn't see it listed. > > Any help would be very much appreciated. > > Thanks, > > Rookie in Atlanta. > > Ron
|
Thu, 09 Oct 2003 22:15:52 GMT |
|
 |
I_Wanna_Kno #6 / 8
|
 Ok Ok Don't laugh :)
if friend cant find own files, it isnt your program having the problem. that is more of a user education issue. specific pathnames will not be created "automatically" as needed, you must use mkdir as required specify the exact errors that are occurinG??? -- best regards, hapticz <<<< +++++++++++++++++++++++++++++++++++++ >>>>
|I'm a TOTAL newbie, I have VB 6.0 Pro edition and I'm in school for it now. |I have followed along with the books make a silly program. The program/code |works great on mine. However I tried to send it via email both the Cab and |the setup.exe to a fiend of mine and she can't get it to run. I looked |through the newsgroup here in hopes of not having to ask the dreaded |question but didn't see it listed. | |Any help would be very much appreciated. | |Thanks, | |Rookie in Atlanta. | |Ron | |
|
Thu, 09 Oct 2003 22:51:40 GMT |
|
 |
Brad Pane #7 / 8
|
 Ok Ok Don't laugh :)
You need to make an installation using Application Deployment Wizard. This will install all the needed files, DLL's and OCX's to the target PC so that they can run your code. Without them the code won't work... Usually the resultant install is at least 3 MB with even only a small program.
Quote: > I'm a TOTAL newbie, I have VB 6.0 Pro edition and I'm in school for it now. > I have followed along with the books make a silly program. The program/code > works great on mine. However I tried to send it via email both the Cab and > the setup.exe to a fiend of mine and she can't get it to run. I looked > through the newsgroup here in hopes of not having to ask the dreaded > question but didn't see it listed. > Any help would be very much appreciated. > Thanks, > Rookie in Atlanta. > Ron
|
Fri, 10 Oct 2003 06:44:28 GMT |
|
 |
Erpa #8 / 8
|
 Ok Ok Don't laugh :)
You also need to send her the SETUP.LST File that is created when you send your vbp through the package and deployment wizard. It should be in the setup folder that is created when you run the P&D wizard
|
Tue, 14 Oct 2003 10:44:54 GMT |
|
|