Search results for query: *

  1. Q

    How good do servers running ASP do?

    I was wondering how good do servers running ASP do with a lot of people on at once. Would you have to lessen your coding for the servers to keep up? Or use alot of scripts. that makes another question of mine. How do the scripts work exactly. Do you download the text and the browser compiles the...
  2. Q

    Download Visual Studio Express 2005 Free

    Download Visual Basic,Visual C#,Visual C++, Visual Web development Free till november 2006 at microsoft. go to this link file is 60 MB without MSDN Help included MSDN help is 400 MB http://msdn.microsoft.com/vstudio/express/default.aspx
  3. Q

    How to hide a form and show it again from another form.

    This troubled me for quite awhile. if you hide a form and goto another this is how you show that same instance of form1 again without creating a new instance losing your data. class form1 inherits windows.forms.form dim secondform as form2 button1_Click(sender ,e) me.hide secondform = new...
Back
Top