i hav designed a simple calculator in c sharp window form application... where can i view the code for the window form components that i've dragged and dropped....?? and can i make it a seperate exe file to run it anywhere?? pls help.....
ya u can make exe file to run it any where , u can put on ur desktop ,my file or any where u like
for The exe file you can find it in this path : Documents/VisuslStudio/Projects/YourProjectName/bin/Debug/TheFile.exe
help me with some internet sources and book names........
In Visual Studio, right click on the form's class. Click on "View Code". That will show you the code behind the form. Also, if you'd clicked "View Designer," it would have shown you the code for where controls are positioned on the form.
for C# ? I think These are useful :) : http://www.java2s.com/Tutorial/CSharp/CatalogCSharp.htm http://www.dotnetspider.com/tutorials/DotNet-Tutorials.aspx http://www.dotnetspider.com/tutorials/VisualStudio-Tutorials.aspx http://www.csharp-station.com/Tutorials.aspx or try the MSDN Site here : http://msdn.microsoft.com/en-us/library/aa288436%28v=vs.71%29.aspx http://msdn.microsoft.com/en-us/vcsharp/dd919145 Good Luck :)
Join our real-time social learning platform and learn together with your friends!