Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jalojavier
  • Content: Threads
  • Order by date
  1. jalojavier

    Run executable from Memory

    Hello, I am developing a project in C# and i have some troubles with the next: I have a byte[] that contains a .exe readed/loaded from a FileStream. I want to execute this executable loaded in the byte[] from memory (not pushing it in a .exe and calling it). ¿It is possible? Someone told me...
  2. jalojavier

    Code Injection in C#

    Hello, Someone can recommend me some document or source code with a example of code injection in C#? I'm making a practice and i need some information about this subject. I want to know if is possible use this technique using only C#, not ASM or similar. Thanks.
  3. jalojavier

    Problem with a event of a button

    Hello, I have a little problem with a button in a web application that i'm developing. I have two textbox for the user and password and a button to log in.. I have this code: protected void Page_Load(object sender, System.EventArgs e) { // this.LBLinkProductos.Text = "<A...

Part and Inventory Search

Back
Top