Jump to content

Need help in making .exe

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
galacticsurfer

galacticsurfer

    Newbie

  • Members
  • Pip
  • 5 posts
Guys here's my problem
ive created 2 command buttons in my form , both the commands use shell () to open the reg files included in my project directory .
but when i try to make an executable . the shell commands have no effect . how do i bind my reg files onto vb ? i know there are vb codes to alter registry .. but im a newbie .. i need to know how to bind external files to my vb project while making my executable .. please help..

PPS : Im a newbie .. please correct me wherever im wrong

Attached Files

  • Attached File  1.JPG   120.44K   21 downloads


#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
No need to bind anything if you include the reg files in the same folder of the exe that should work.. if not I will help you... but you can include the registry code within the exe file it's self.. please upload the whole project I will try and help you.

#3
galacticsurfer

galacticsurfer

    Newbie

  • Members
  • Pip
  • 5 posts
i tried copying the reg files to the same folder.. it doesnt work .. :(
here is the project

Attached Files



#4
galacticsurfer

galacticsurfer

    Newbie

  • Members
  • Pip
  • 5 posts
nevermind.. figured it out.. lol..

#5
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Extract and run this.. it works for me.

Attached Files