CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2001
    Posts
    12

    Problem with distributing

    Ok i have a prob with distributing. On any computer that has VB installed on it, theres no problem whatsoever, however when being run on a comp that has no VB on it. I get the error that the files not found and what its referring to are the other forms in the program. Only 2 forms open, and the other 2 dont. There is no difference in how i code it to open the form. I say formname.show and i get file not found. Please help. I know this is a dumb question but i have been up for the past 3 hours trying to figure this out and it eludes me. Please help a young programmer out.


  2. #2

    Re: Problem with distributing

    do U use external file (txt,bmp,jpg) in function like OPEN, LOADPICTURE...?
    do U use res file? API? db file?



    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

  3. #3
    Join Date
    Sep 2001
    Posts
    12

    Re: Problem with distributing

    i open a .txt and its path does match the path specified in the code. But it seems to not like my form.show


  4. #4

    Re: Problem with distributing

    can U send me code in your form that has problem??

    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

  5. #5
    Join Date
    Sep 2001
    Posts
    12

    Re: Problem with distributing

    it seems that it only has a problem on computers that DONT have VB installed. I sent it through the p&d wizard, so all the dlls should have been sent with it, but i will send the code maybe i did spell somethin wrong. (btw i changed the extentions on the txt files to .shn to keep people from opening them and accidentaly screwing up their database)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured