Posted: Thu Nov 05, 2009 11:48 am Post subject: [Question] VB2008 load an exe file from Resources
is it possible to load an exe file from Resources
example ..
i make a new "form1" with a button on it and when i click on the button that will open an new windows from the exe file i have upload in my resources, you know there you can upload Picture and more. like for custom Form you need to put in two Picture to the resources and write like this
Code:
Private Sub PictureBox1_Mousehover(ByVal se..........
PictureBox1.image = my.resources.Picture2
end sub
Private Sub PictureBox1_Mouseleave(ByVal se..........
PictureBox1.image = my.resources.Picture1
end sub
to make an animation mouse over and mouse leave Change Picture
so my question is, is it possible to load an exe file to open on there own Window mode from The resources
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum