Ok Ok Don't laugh :) 
Author Message
 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  
 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  
 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  
 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  
 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  
 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  
 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  
 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  
 
 [ 8 post ] 

 Relevant Pages 

1. Don't laugh OK, I'm still in school.

2. Changing ListViewRow colours...OK, subitem colours NOT OK...

3. formname.action ok in IE4 but not ok in IE3

4. Changing ListViewRow colours...OK, subitem colours NOT OK...

5. Changing ListViewRow colours...OK, subitem colours NOT OK...

6. Changing ListViewRow colours...OK, subitem colours NOT OK...

7. OK Button, OK?

8. Please don't laugh I'm sincere

9. please don't laugh, is this code ok?

10. Please don't laugh...

11. Please Don't Laugh!

12. Please Don't Laugh!

 

 
Powered by phpBB® Forum Software