Click here to Skip to main content
16,016,862 members

Comments by ahmad1987 (Top 10 by date)

ahmad1987 2-Nov-11 4:35am View    
When you click on the Target Framework dropdown, what happens?

when I click on the target framework dropdown, three option appear to me (.net framework4, .net framework 4 Client profile, and install other framework)
ok let's suppose I have old .net framework installed in my vc 2010 , does my exe file work with out the other files (("test.vshost.exe.manifest" and "test2.vshost")?? thank you very much
ahmad1987 31-Oct-11 5:49am View    
my project name is test, so if I go to my project directory and copy only test.exe with out these files ("test.vshost.exe.manifest" and "test2.vshost") will it work just fine on another pc has only old versions of for example .Net version 2.0 ?? .
ahmad1987 31-Oct-11 5:38am View    
hello Mr. OriginalGriff how you doing? Actually it seems good, and I did what you instructed me to do, but when I chose to change Target Framework I couldn't find a previous .Net versions( but I have previous .Net version and I know that when I navigate to "C:\WINDOWS\Microsoft.NET\Framework" I can find the previous version).
So do you think I should install visual studio 2005 instead to use .net version 2.0? thank you again.
ahmad1987 30-Oct-11 5:26am View    
hi Richard MacCutchan. my small application is some kind of Hook capturing keyboard input as text and send it to a specific Email. don't think I'm a bad guy it just for educational purpose (my homework in my class).
ahmad1987 30-Oct-11 5:16am View    
guys this is my code I'm using some namespaces and importing some API libraries.
I hope that I can find a program to convert my .net application to one piece exe.