How to create self creating /.exe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prakashsakthivel
    New Member
    • Oct 2007
    • 57

    How to create self creating /.exe

    Hi Everyone

    Is any way to create self creating .exe in visual basic
    that means, we can create .txt file
    can we create .exe also same like that creating .txt file

    Hope I will get solution.

    regards

    prakash.S
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by prakashsakthive l
    Hi Everyone

    Is any way to create self creating .exe in visual basic
    that means, we can create .txt file
    can we create .exe also same like that creating .txt file
    Technically I suppose you could write an EXE file, but knowing what to put in it would be the trick.

    Why, thinking of writing a virus? :)

    Comment

    • prakashsakthivel
      New Member
      • Oct 2007
      • 57

      #3
      Originally posted by Killer42
      Technically I suppose you could write an EXE file, but knowing what to put in it would be the trick.

      Why, thinking of writing a virus? :)
      I did not think that writing exe...

      Suddenly I got an idea that it can be done thorugh Visual Basic.


      with Regards

      Prakash.s

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        but which source code you want to compile for the exe, or just an exe with no code .

        Comment

        • prakashsakthivel
          New Member
          • Oct 2007
          • 57

          #5
          Originally posted by debasisdas
          but which source code you want to compile for the exe, or just an exe with no code .

          That .exe should contain source code..

          Reagrds

          Prakash

          Comment

          • debasisdas
            Recognized Expert Expert
            • Dec 2006
            • 8119

            #6
            Originally posted by prakashsakthive l
            That .exe should contain source code..
            But which source code you want to compile to exe ? Where is the code for that ?

            Comment

            Working...