Support Forums
Visual Studio - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: Visual Studio (/showthread.php?tid=25666)



Visual Studio - Bill Nye The Science Guy - 03-19-2012

I need a lot of help. I need some code and a few other things for my project. I need to know how to save text that was "placed" into a text box to a .txt file. How can I do this?

Also I am coding in Visual Studio (on my school PC's) and the .NET FW is very low, it is deffinatly not 4.0 Framework, there for everytime I find a theme I would like to use, it does not support. . . I get code errors. So I need a theme!

I would like to get the code for what I am asking, I will give you credits!

I also need to know how to open a completely different form or dialog box with a click of a button, for example say i have a button that says "Open Media Mode" and when it is clicked a seperate pop-up box displays with more controls.



Thank you for reading this! Tongue





RE: Visual Studio - BreShiE - 03-19-2012

I already fixed this for you on TLF.

Quote:http://www.homeandlearn.co.uk/net/nets8p4.html

Don't give me credits, give them credits. You can find anything you want by just googling it.

To open a different form then:

Form2.Show()

Double click a button and put that in the code, replace "Form2" to whatever form you wish to open.
P.S if you wish to download .NET Framework 4 then go here: http://www.microsoft.com/download/en/details.aspx?id=17851