Quote Originally Posted by fokeiro View Post
But my problem is how can i stop it from write the resources to wherever my form.exe is and write it to a specific folder let say i give u my form when u execute it it write the embedded exe and dll to c:/windows/temp and either stay there for future executions to load faster of just delete after close form
Not all users have access to the Windows Temp folder. You could place it under this folder.

Code:
System.Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData)