Click here to Skip to main content
15,917,328 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Email in Windows Service? Pin
mythinky27-Jun-04 15:49
mythinky27-Jun-04 15:49 
GeneralRe: Email in Windows Service? Pin
Dave Kreskowiak27-Jun-04 18:29
mveDave Kreskowiak27-Jun-04 18:29 
GeneralRe: Email in Windows Service? Pin
Dave Kreskowiak27-Jun-04 18:21
mveDave Kreskowiak27-Jun-04 18:21 
GeneralSave As Type Pin
Esther C24-Jun-04 17:29
Esther C24-Jun-04 17:29 
GeneralRe: Save As Type Pin
Esther C24-Jun-04 17:41
Esther C24-Jun-04 17:41 
GeneralRe: Save As Type Pin
Dave Kreskowiak25-Jun-04 3:00
mveDave Kreskowiak25-Jun-04 3:00 
Generalsystem tray Pin
Anonymous24-Jun-04 16:14
Anonymous24-Jun-04 16:14 
GeneralRe: system tray Pin
Dave Kreskowiak25-Jun-04 2:42
mveDave Kreskowiak25-Jun-04 2:42 
You have to include a NotifyIcon in your application. See this[^] for the docs on the component class.

You'll also have to change the Form's ShowInTaskbar property to False. When the user Minimizes the Form, your NotifyIcon will be the only way the user can restore the form.

You'll then have to handle the NotifyIcon's DoubleClick event and set the Form's WindowState to FormWindowState.Normal and then Show() the Form.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionHow to Select Root in TreeView? Pin
vancouver77724-Jun-04 12:44
vancouver77724-Jun-04 12:44 
AnswerRe: How to Select Root in TreeView? Pin
Dave Kreskowiak25-Jun-04 4:23
mveDave Kreskowiak25-Jun-04 4:23 
GeneralRe: How to Select Root in TreeView? Pin
vancouver77725-Jun-04 6:28
vancouver77725-Jun-04 6:28 
GeneralRe: How to Select Root in TreeView? Pin
Dave Kreskowiak25-Jun-04 7:17
mveDave Kreskowiak25-Jun-04 7:17 
AnswerRe: How to Select Root in TreeView? Pin
Ravi S.V.29-Jun-04 1:03
Ravi S.V.29-Jun-04 1:03 
General. Pin
hssaroch24-Jun-04 1:09
hssaroch24-Jun-04 1:09 
GeneralRe: Reading XL files in VB6 Pin
RichardGrimmer24-Jun-04 6:11
RichardGrimmer24-Jun-04 6:11 
GeneralTrace the information about share sessions Pin
Mekong River23-Jun-04 23:03
Mekong River23-Jun-04 23:03 
GeneralRe: Trace the information about share sessions Pin
Dave Kreskowiak24-Jun-04 2:35
mveDave Kreskowiak24-Jun-04 2:35 
GeneralRe: Trace the information about share sessions Pin
Mekong River24-Jun-04 5:57
Mekong River24-Jun-04 5:57 
GeneralRe: Trace the information about share sessions Pin
Dave Kreskowiak24-Jun-04 6:28
mveDave Kreskowiak24-Jun-04 6:28 
GeneralRe: Trace the information about share sessions Pin
Mekong River25-Jun-04 6:01
Mekong River25-Jun-04 6:01 
GeneralSystem date and time Pin
mythinky23-Jun-04 18:03
mythinky23-Jun-04 18:03 
GeneralRe: System date and time Pin
Dave Kreskowiak24-Jun-04 3:24
mveDave Kreskowiak24-Jun-04 3:24 
GeneralPermutations in Excel's Visual Basic Pin
jbreen723-Jun-04 16:56
jbreen723-Jun-04 16:56 
GeneralRe: Permutations in Excel's Visual Basic Pin
Dave Kreskowiak24-Jun-04 2:43
mveDave Kreskowiak24-Jun-04 2:43 
GeneralRe: Permutations in Excel's Visual Basic Pin
tanstaafl2824-Jun-04 9:21
tanstaafl2824-Jun-04 9:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.