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

C#

 
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 
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 
Well, after a lot of testing trying to duplicate your error… I think I found your problem. Any normal class belongs to the thread that new(ed) it. However, form and control classes are a different story because they are not actually initialized until they are used, thus the show function takes part… I repeated your error by initializing (Constructor) the taskbarNotifier in one thread and then invoking the show function. When I used the constructor on the interface thread and invoked the Show function from another thread, the problem disappeared. So move taskbarNotifier1 = new taskbarNotifier();
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 
GeneralRe: Voice communication over a network? Pin
Anonymous19-Feb-05 22:09
Anonymous19-Feb-05 22:09 
GeneralXP Look of Application Pin
A Khan17-Feb-05 1:23
sussA Khan17-Feb-05 1:23 
GeneralRe: XP Look of Application Pin
Mr.Cooper17-Feb-05 1:40
Mr.Cooper17-Feb-05 1:40 
GeneralRe: XP Look of Application Pin
Radgar17-Feb-05 7:10
Radgar17-Feb-05 7:10 
GeneralHelp to Drag a picturebox Pin
Anonymous17-Feb-05 1:19
Anonymous17-Feb-05 1:19 

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.