Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
GeneralRe: c# change default text at runtime Pin
Anonymous29-Apr-03 11:15
Anonymous29-Apr-03 11:15 
GeneralC# (CRL) RichTextBox Control and Fonts Pin
KingTermite27-Apr-03 13:23
KingTermite27-Apr-03 13:23 
GeneralRe: C# (CRL) RichTextBox Control and Fonts Pin
Kannan Kalyanaraman27-Apr-03 19:37
Kannan Kalyanaraman27-Apr-03 19:37 
GeneralASP.NET, C#, XML GHETTO STEEZ Pin
eggie527-Apr-03 12:46
eggie527-Apr-03 12:46 
GeneralRe: ASP.NET, C#, XML GHETTO STEEZ Pin
Chris Austin27-Apr-03 17:14
Chris Austin27-Apr-03 17:14 
GeneralRe: ASP.NET, C#, XML GHETTO STEEZ Pin
eggie528-Apr-03 15:37
eggie528-Apr-03 15:37 
GeneralA complex one..... Pin
Jon Newman27-Apr-03 5:40
Jon Newman27-Apr-03 5:40 
GeneralRe: A complex one..... Pin
leppie27-Apr-03 6:20
leppie27-Apr-03 6:20 
You are likely having a threading issue. Try as the AsyncCallback is invoked from another thread. Do the following:

from your control:

Invoke(mi.Invoke, new object[]{o, new object[]{rect}});

Eek. Dunno if that will work, but give it a try Smile | :)

I rated this article 2 by mistake. It deserves more. I wanted to get to the second page... - vjedlicka 3:33 25 Nov '02
GeneralRe: A complex one..... Pin
Jon Newman27-Apr-03 6:31
Jon Newman27-Apr-03 6:31 
GeneralRe: A complex one..... Pin
leppie27-Apr-03 7:19
leppie27-Apr-03 7:19 
GeneralRe: A complex one..... Pin
James T. Johnson27-Apr-03 13:03
James T. Johnson27-Apr-03 13:03 
GeneralRe: A complex one..... Pin
Jon Newman27-Apr-03 13:46
Jon Newman27-Apr-03 13:46 
GeneralRe: A complex one..... Pin
Mark Smithson27-Apr-03 21:43
Mark Smithson27-Apr-03 21:43 
GeneralRe: A complex one..... Pin
Jon Newman28-Apr-03 5:51
Jon Newman28-Apr-03 5:51 
GeneralRe: A complex one..... Pin
Mark Smithson28-Apr-03 8:10
Mark Smithson28-Apr-03 8:10 
GeneralRe: A complex one..... Pin
Jon Newman28-Apr-03 11:53
Jon Newman28-Apr-03 11:53 
GeneralMarshalling char** Pin
leppie27-Apr-03 2:42
leppie27-Apr-03 2:42 
GeneralRe: Marshalling char** Pin
Stephane Rodriguez.27-Apr-03 7:25
Stephane Rodriguez.27-Apr-03 7:25 
GeneralRe: Marshalling char** Pin
leppie27-Apr-03 7:59
leppie27-Apr-03 7:59 
GeneralRe: Marshalling char** Pin
Stephane Rodriguez.27-Apr-03 8:05
Stephane Rodriguez.27-Apr-03 8:05 
GeneralRe: Marshalling char** Pin
leppie27-Apr-03 8:42
leppie27-Apr-03 8:42 
GeneralRe: Marshalling char** Pin
Stephane Rodriguez.27-Apr-03 9:00
Stephane Rodriguez.27-Apr-03 9:00 
GeneralImportRow Question Pin
2sky27-Apr-03 1:50
2sky27-Apr-03 1:50 
GeneralRe: ImportRow Question Pin
Andres Manggini27-Apr-03 17:44
Andres Manggini27-Apr-03 17:44 
GeneralRe: ImportRow Question Pin
2sky28-Apr-03 8:09
2sky28-Apr-03 8:09 

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.