VB.NET Sample code
This blog contain vb.net sample code base on vs2005, sql script and another.
2009-10-29
Show and Hide Windows Form in System Tray
›
How to show and hide your form in windows system tray. 1. Add NotifyIcon class in your project (System.Windows.Forms.NotifyIcon) and drag it...
20 comments:
2008-06-08
Make your programs run on Windows startup
›
The two best methods for automatically launching a program at startup are to use the registry or the system's Startup folder. Which meth...
102 comments:
2008-06-03
Insert picture into Report
›
Insert picture into report by convert picture to byte array and add to report. 1. Add picture column in ReportDataset.xsd and set data type ...
18 comments:
2008-05-10
Create Report
›
Create report by vb.net and crystal report 1. Create new visual basic project. 2. Add button and CrystalReportViewer to form1. 3. Add new Da...
9 comments:
2008-05-05
BackgroundWorker
›
BackgroundWorker Class Executes an operation on a separate thread. Sample Code 1.Create event DoWork. Private Sub BackgroundWorker1_DoWork(B...
1 comment:
‹
›
Home
View web version