Click here to Skip to main content
15,889,992 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to make main window invisible in VB for Windows CE? Pin
Member 989133423-Apr-13 2:16
Member 989133423-Apr-13 2:16 
GeneralRe: How to make main window invisible in VB for Windows CE? Pin
Eddy Vluggen23-Apr-13 2:40
professionalEddy Vluggen23-Apr-13 2:40 
GeneralRe: How to make main window invisible in VB for Windows CE? Pin
dusty_dex23-Apr-13 2:51
dusty_dex23-Apr-13 2:51 
GeneralRe: How to make main window invisible in VB for Windows CE? Pin
Member 989133424-Apr-13 3:35
Member 989133424-Apr-13 3:35 
GeneralRe: How to make main window invisible in VB for Windows CE? Pin
dusty_dex24-Apr-13 4:08
dusty_dex24-Apr-13 4:08 
GeneralRe: How to make main window invisible in VB for Windows CE? Pin
Member 989133425-Apr-13 3:50
Member 989133425-Apr-13 3:50 
GeneralRe: How to make main window invisible in VB for Windows CE? Pin
dusty_dex23-Apr-13 2:45
dusty_dex23-Apr-13 2:45 
QuestionVery long rtf string loading into RTB, and ContextSwitchDeadlock Pin
treddie22-Apr-13 13:13
treddie22-Apr-13 13:13 
Hi all.

I have an interesting problem (Interesting to me, anyway Smile | :) ).
I have a form loading, and in the process, an RTB is being loaded with a really super long RTF string. In the process, I get the ContextSwitchDeadlock message box. Now, from what I can gather, it seems to be telling me that system requests have not been able to be carried out for at least 60 seconds while the string is being loaded, and the message is telling me that you can't expect to be able to do anything else while that is going on, AND there may be an evergrowing queue of system tasks that have been put off until the string finishes loading. If this is true, I imagine I am getting the message because this is not a case where DoEvents() would be of any help...As the RTB is being loaded with the string, all of that activity is not code that a DoEvents() line can be inserted into.

So I started looking around, and discovered talk about message pumps (message loops), but no great information on them in general. So my question is, is a message pump what I need, and if so, how do I implement such a thing?

Thanks for any guidance!
AnswerRe: Very long rtf string loading into RTB, and ContextSwitchDeadlock Pin
Dave Kreskowiak22-Apr-13 14:05
mveDave Kreskowiak22-Apr-13 14:05 
GeneralRe: Very long rtf string loading into RTB, and ContextSwitchDeadlock Pin
treddie22-Apr-13 16:39
treddie22-Apr-13 16:39 
QuestionGlobal Hotkey Pin
Member 878710722-Apr-13 11:01
Member 878710722-Apr-13 11:01 
AnswerRe: Global Hotkey Pin
Dave Kreskowiak22-Apr-13 14:08
mveDave Kreskowiak22-Apr-13 14:08 
GeneralRe: Global Hotkey Pin
Member 878710723-Apr-13 6:33
Member 878710723-Apr-13 6:33 
GeneralRe: Global Hotkey Pin
Dave Kreskowiak23-Apr-13 7:39
mveDave Kreskowiak23-Apr-13 7:39 
QuestionHow to force a new instance when a form is created? Pin
GuyThiebaut22-Apr-13 4:26
professionalGuyThiebaut22-Apr-13 4:26 
AnswerRe: How to force a new instance when a form is created? Pin
Eddy Vluggen22-Apr-13 5:00
professionalEddy Vluggen22-Apr-13 5:00 
GeneralRe: How to force a new instance when a form is created? Pin
GuyThiebaut22-Apr-13 5:09
professionalGuyThiebaut22-Apr-13 5:09 
GeneralRe: How to force a new instance when a form is created? Pin
Eddy Vluggen22-Apr-13 7:58
professionalEddy Vluggen22-Apr-13 7:58 
GeneralRe: How to force a new instance when a form is created? Pin
GuyThiebaut22-Apr-13 8:11
professionalGuyThiebaut22-Apr-13 8:11 
GeneralRe: How to force a new instance when a form is created? Pin
Eddy Vluggen22-Apr-13 8:21
professionalEddy Vluggen22-Apr-13 8:21 
AnswerRe: How to force a new instance when a form is created? Pin
TnTinMn23-Apr-13 18:12
TnTinMn23-Apr-13 18:12 
QuestionSetup issue Pin
SPSandy20-Apr-13 2:48
SPSandy20-Apr-13 2:48 
QuestionString issue Pin
SPSandy20-Apr-13 2:42
SPSandy20-Apr-13 2:42 
AnswerRe: String issue Pin
Richard MacCutchan20-Apr-13 4:41
mveRichard MacCutchan20-Apr-13 4:41 
GeneralRe: String issue Pin
SPSandy20-Apr-13 8:24
SPSandy20-Apr-13 8:24 

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.