Search results for query: *

  • Users: Maaatt
  • Content: Threads
  • Order by date
  1. M

    Embedded Resource Help - Fully readable in text editor

    I'm having trouble with an embedded resource. The problem is that when compiled and opened in a text editor you can see in perfect untouched detail what was in the file. I'm trying to get the embedded resource to be "encrypted" perhaps. Anybody have any solution? I simply dont want the content...
  2. M

    Executable details - How to add them

    I've never really bothered about this but i think i should try to finally find out. How do i add the executable information such as company, product name, comments and description? VB.NET 2003 / .NET 1.1
  3. M

    Delete .exe aswell as killing the process

    I am trying to kill my program on button click, and also delete the executable. So like, "Remove program from your computer?" - If yes then kill the process and remove the file. I've got as far as using kill to delete the .exe and then kill the process, but i can't delete the .exe cause the...
  4. M

    Class1.vb into textbox

    Well, tough to explain but i was just wondering how i'd go about getting everything in Class1.vb and putting it in a textbox. Basically, i want all the code in the class to be put into the textbox. I just cant seem to do it. I've tried many things. Theres no real purpose behind it other...
  5. M

    Getting Window Text

    I was trying to make something totally different before, a compiler for code on the fly, and i did it and that was fun but now i'm gonna try something totally different. I've decided to make something completely different and i'm hoping somebody here can help me out with this speedbump. I'd...
  6. M

    Help: Compile form to exe (programmatically)

    I've searched the net, the forums, fiddled, fiddled again, everything. I can't seem to make my first forms button compile the second form into an executable. Is it possible? Could you do it? If anybody could do this for me i'd appreciate it. I've been trying for 3 days straight and i can't...
Back
Top