Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kelviny

    Help on eventhandler

    You've pretty much got it. You could improve your current example slightly (see below), but in most cases you will find yourself using a switch block. private void bx_Click(object sender, EventArgs e) { Button btnHndr; btnHndr = (Button)sender...
  2. kelviny

    good vb examples

    Try these sites: http://www.freevbcode.com/ http://code.box.sk/ http://www.a1vbcode.com/ http://www.codearchive.com/ http://www.developersdomain.com/vb/codedownloads/index.html
  3. kelviny

    how to print a form

    In Visual Basic 6.0, the PrintForm method of a form could be used to send an image of the form to a printer. The PrintForm method is no longer supported in Visual Basic .NET. The results of the PrintForm method varied greatly depending on the screen resolution and the resolution of the printer...

Part and Inventory Search

Back
Top