Click here to Skip to main content
15,888,401 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sub routine not working Pin
Doug Ancil7-Feb-11 5:22
Doug Ancil7-Feb-11 5:22 
GeneralRe: Sub routine not working Pin
riced7-Feb-11 9:43
riced7-Feb-11 9:43 
Questionocx control tabctl32 on a windows 7 Pin
omlac3-Feb-11 20:50
omlac3-Feb-11 20:50 
AnswerRe: ocx control tabctl32 on a windows 7 Pin
Dave Kreskowiak4-Feb-11 8:09
mveDave Kreskowiak4-Feb-11 8:09 
QuestionDon't allow notifyIcon to be hidden Pin
LCARS x323-Feb-11 6:55
LCARS x323-Feb-11 6:55 
AnswerRe: Don't allow notifyIcon to be hidden Pin
Luc Pattyn3-Feb-11 7:03
sitebuilderLuc Pattyn3-Feb-11 7:03 
GeneralRe: Don't allow notifyIcon to be hidden Pin
LCARS x323-Feb-11 7:26
LCARS x323-Feb-11 7:26 
AnswerRe: Don't allow notifyIcon to be hidden Pin
Luc Pattyn3-Feb-11 8:46
sitebuilderLuc Pattyn3-Feb-11 8:46 
You must be using Windows 7 then. I expect the official stance will be: the behavior of NotifyIcons is a user's choice, and should not be set by the app; the user can:
- have inactive icons hidden (the default?);
- have all icons show;
- choose for each individual icon (the choice persists, seems associated with the EXE file, not the process).

I am unaware of any code that would allow an app to change its own NotifyIcon behavior.

However, there is this article that may interest you: WPF NotifyIcon[^].

PS: the Windows icons that always show are "system icons", they are handled differently; I don't expect the NotifyIcon class maps to them at all.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: Don't allow notifyIcon to be hidden Pin
Steve Maier3-Feb-11 9:32
professionalSteve Maier3-Feb-11 9:32 
GeneralRe: Don't allow notifyIcon to be hidden Pin
LCARS x323-Feb-11 9:39
LCARS x323-Feb-11 9:39 
GeneralRe: Don't allow notifyIcon to be hidden Pin
dandy724-Feb-11 4:25
dandy724-Feb-11 4:25 
GeneralRe: Don't allow notifyIcon to be hidden Pin
Richard MacCutchan4-Feb-11 4:53
mveRichard MacCutchan4-Feb-11 4:53 
GeneralRe: Don't allow notifyIcon to be hidden Pin
Eddy Vluggen4-Feb-11 11:27
professionalEddy Vluggen4-Feb-11 11:27 
Questionsave by batch Pin
C#Coudou2-Feb-11 22:24
C#Coudou2-Feb-11 22:24 
AnswerRe: save by batch Pin
David Mujica3-Feb-11 3:16
David Mujica3-Feb-11 3:16 
GeneralRe: save by batch Pin
C#Coudou3-Feb-11 15:31
C#Coudou3-Feb-11 15:31 
QuestionData adapter not filling a dataset [modified] Pin
Doug Ancil2-Feb-11 6:16
Doug Ancil2-Feb-11 6:16 
AnswerRe: Data adapter not filling a dataset Pin
Andy_L_J2-Feb-11 7:48
Andy_L_J2-Feb-11 7:48 
GeneralRe: Data adapter not filling a dataset Pin
Doug Ancil2-Feb-11 7:54
Doug Ancil2-Feb-11 7:54 
GeneralRe: Data adapter not filling a dataset Pin
ChandraRam2-Feb-11 9:05
ChandraRam2-Feb-11 9:05 
GeneralRe: Data adapter not filling a dataset Pin
Doug Ancil2-Feb-11 9:29
Doug Ancil2-Feb-11 9:29 
GeneralRe: Data adapter not filling a dataset Pin
ChandraRam2-Feb-11 9:39
ChandraRam2-Feb-11 9:39 
GeneralRe: Data adapter not filling a dataset Pin
Doug Ancil2-Feb-11 9:43
Doug Ancil2-Feb-11 9:43 
GeneralRe: Data adapter not filling a dataset Pin
ChandraRam2-Feb-11 9:45
ChandraRam2-Feb-11 9:45 
GeneralRe: Data adapter not filling a dataset Pin
Doug Ancil2-Feb-11 9:58
Doug Ancil2-Feb-11 9:58 

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.