| |
Looking for : form1
|
Visual Basic startup screen
|
|
|
|
|
Introduction to Visual Basic Language developed for special-purpose Windows applications – 1991 Uses IDE – Integrated Development Environment
|
|
Moving to ASP.NET
|
|
|
|
|
Unlike ASP, good separation provided between code and tags Form1.aspx Form1.aspx Form1.aspx.vb single file separate files (“code-behind”) code code
|
|
C# Tutorial
|
|
|
|
|
... msdn.microsoft.com/vcsharp/programming/language/ Hello World! using System; class Form1 { private System.Windows.Forms.TextBox textBox1; //Constructor public Form1 ...
|
|
Client-Side JavaScript
|
|
|
|
|
Two primary elements to learn Reference to objects on the page (especially in forms) Events Document/Form Items Refer to a value: document.form1.UserID.value Submit a ...
|
|
Java Direct Manipulation
|
|
|
|
|
Form1.DoubleBuffered = true; //VS 2005 control maintains off-screen image Notes on DoubleBuffering in C# Form1.DoubleBuffered = true; Only works for ...
|
|
How (not) to lie with visualization
|
|
|
|
|
... usually automatically done by the control Draw graphics In C# Receive “paint” event: (select the event in VisStudio) this.Paint += new PaintEventHandler(this.Form1 ...
|
|
Linux GUI Development
|
|
|
|
|
... separate memory, communicate via file system Linux Multithreading apps same memory, share resources TThread base class Kylix GUI Applications - (CLX TForm class) Form1 ...
|
|
ASP 2.0
|
|
|
|
|
... NextSibling.Url End Sub SiteMapDataSource
|
|
Fall 2001 Colloquium
|
|
|
|
|
The attribute responseText of the XMLHTTPRequest object contains the output from the server side script document.form1.telno.value = myRequest.responseText; Updating the ...
|
|
|
|
|
|
| Sponsored Links : |
 |
|
|