//
archives

Archive for

System Tray on Minimaze Click using VB.NET

Add a NotifyIcon to your form by double-clicking on it in the Toolbox Private Sub Form1_Resize(ByVal sender As System.Object, ByVal e As System.EventArgs) _ Handles MyBase.Resize ‘ If minimize form that will show in system tray. If System.Windows.Forms.FormWindowState.Minimized = WindowState Then sysMonTray.ShowBalloonTip(5, “Running”, “Running Your Program”, ToolTipIcon.Info) Me.Hide() End If End Sub Private Sub sysMonTray_Click(ByVal … Continue reading

Create Windows Services with VB.NET

Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped or even restarted. Window Services do not have any interface to the user. Before Microsoft.Net … Continue reading

POS Print in VB.NET ( Raw Print )

Are you understand for Raw print…? hmm this is print to paper in ancient age… If you have COM printer like in parking system or general ledger printing, may be this will helping you. Before i see this code, the printer (COM) only write but didn’t have ink on paper. After using this code that … Continue reading

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 10 other subscribers
December 2011
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  

Archives

Web Statistic

Blog Stats

  • 187,130 hits