Click here to Skip to main content
15,914,323 members
Home / Discussions / C#
   

C#

 
GeneralRe: Getting HTML source problem Pin
fickdb19-Feb-05 4:41
fickdb19-Feb-05 4:41 
GeneralRetreive Domain Users Pin
Amar Velmala17-Feb-05 4:29
Amar Velmala17-Feb-05 4:29 
GeneralCheckbox in a listview column header Pin
nlecren17-Feb-05 4:03
nlecren17-Feb-05 4:03 
GeneralRe: Checkbox in a listview column header Pin
Radgar17-Feb-05 7:22
Radgar17-Feb-05 7:22 
GeneralRe: Checkbox in a listview column header Pin
nlecren17-Feb-05 9:18
nlecren17-Feb-05 9:18 
GeneralRe: Checkbox in a listview column header Pin
Dave Kreskowiak17-Feb-05 7:57
mveDave Kreskowiak17-Feb-05 7:57 
GeneralRe: Checkbox in a listview column header Pin
S. Senthil Kumar17-Feb-05 8:43
S. Senthil Kumar17-Feb-05 8:43 
GeneralDisplay problem/bug Pin
eynkram17-Feb-05 3:59
eynkram17-Feb-05 3:59 
Hi All,
This ones a stumper....

The thread gets started that loops indefinately. It checks a database for a new message and displays it in the taskbar popup window. In the thread class i created there is a block of code initializing the popup window. When you call the show function:

taskbarNotifier1.Show("Chatter",what,500,5000,200);

You get a small line on top of the taskbar. If I change the code to this..

taskbarNotifier1.Show("Chatter",what,500,5000,200);
MessageBox.Show(what);

The popup window shows as long as the messagebox is open. When I close the messagebox the popup disapears.

This is very strange almost bug like.

Does anyone have any suggestions or thoughts on this.. Please help!!!

Thanks,
Mark
GeneralRe: Display problem/bug Pin
mav.northwind17-Feb-05 6:10
mav.northwind17-Feb-05 6:10 
GeneralRe: Display problem/bug Pin
eynkram17-Feb-05 6:25
eynkram17-Feb-05 6:25 
GeneralRe: Display problem/bug Pin
Skynyrd17-Feb-05 6:52
Skynyrd17-Feb-05 6:52 
GeneralRe: Display problem/bug Pin
eynkram17-Feb-05 11:03
eynkram17-Feb-05 11:03 
GeneralRe: Display problem/bug Pin
ACorbs17-Feb-05 17:24
ACorbs17-Feb-05 17:24 
GeneralRe: Display problem/bug Pin
eynkram18-Feb-05 3:16
eynkram18-Feb-05 3:16 
QuestionWeb Farm Working? Pin
Vishwanathkk17-Feb-05 3:26
Vishwanathkk17-Feb-05 3:26 
AnswerRe: Web Farm Working? Pin
Dave Kreskowiak17-Feb-05 7:51
mveDave Kreskowiak17-Feb-05 7:51 
GeneralSystem.IO.IOException Pin
exhaulted17-Feb-05 3:09
exhaulted17-Feb-05 3:09 
GeneralRe: System.IO.IOException Pin
Esmo200017-Feb-05 5:29
Esmo200017-Feb-05 5:29 
GeneralAccess parent form objects Pin
Seraphin17-Feb-05 2:59
Seraphin17-Feb-05 2:59 
GeneralRe: Access parent form objects Pin
Stefan Troschuetz17-Feb-05 3:13
Stefan Troschuetz17-Feb-05 3:13 
Questiondllimport: how to? Pin
bouli17-Feb-05 2:47
bouli17-Feb-05 2:47 
QuestionVoice communication over a network? Pin
wakkerjack17-Feb-05 1:53
wakkerjack17-Feb-05 1:53 
AnswerRe: Voice communication over a network? Pin
Radgar17-Feb-05 6:56
Radgar17-Feb-05 6:56 
GeneralRe: Voice communication over a network? Pin
Anonymous17-Feb-05 10:11
Anonymous17-Feb-05 10:11 
GeneralRe: Voice communication over a network? Pin
Radgar17-Feb-05 11:15
Radgar17-Feb-05 11:15 

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.