Click here to Skip to main content
15,881,803 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to cancel selection char in RichText control ? Pin
Yanshof11-Sep-07 18:08
Yanshof11-Sep-07 18:08 
GeneralRe: How to cancel selection char in RichText control ? Pin
Ermak8611-Sep-07 22:22
Ermak8611-Sep-07 22:22 
QuestionFreeze user access Pin
Glen Harvy10-Sep-07 22:52
Glen Harvy10-Sep-07 22:52 
AnswerRe: Freeze user access Pin
Giorgi Dalakishvili10-Sep-07 23:03
mentorGiorgi Dalakishvili10-Sep-07 23:03 
GeneralRe: Freeze user access Pin
Glen Harvy11-Sep-07 0:07
Glen Harvy11-Sep-07 0:07 
GeneralRe: Freeze user access Pin
Luc Pattyn11-Sep-07 0:44
sitebuilderLuc Pattyn11-Sep-07 0:44 
GeneralRe: Freeze user access Pin
Glen Harvy11-Sep-07 1:52
Glen Harvy11-Sep-07 1:52 
GeneralRe: Freeze user access Pin
Luc Pattyn11-Sep-07 2:15
sitebuilderLuc Pattyn11-Sep-07 2:15 
Hi Glen,

Disabling a form can be handled in several ways: you can disable all the Controls
(not recommended), hide the form, or make sure it can't get focus (that is exactly what
you get with a modal dialog).

There are many ways to get the work done; using a Thread, a ThreadPool thread, or a
BackgroundWorker are amongst them. And that is independent of your form situation;
the thread or whatever simply runs in the background; it gets organized by either the
form or the modal dialog, your choice.

Hope this helps.



Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


QuestionProblems with treeview in WPF Pin
sinosoidal10-Sep-07 22:29
sinosoidal10-Sep-07 22:29 
GeneralRe: Problems with treeview in WPF Pin
asit4u114-Dec-09 3:54
asit4u114-Dec-09 3:54 
QuestionHow to serialize a class that has both of two worlds Pin
sinosoidal10-Sep-07 22:27
sinosoidal10-Sep-07 22:27 
QuestionDifficult question Pin
andredani10-Sep-07 22:06
andredani10-Sep-07 22:06 
AnswerRe: Difficult question Pin
pmarfleet10-Sep-07 23:25
pmarfleet10-Sep-07 23:25 
QuestionUnicode problem Pin
Muammar©10-Sep-07 22:00
Muammar©10-Sep-07 22:00 
AnswerRe: Unicode problem Pin
Martin#10-Sep-07 22:19
Martin#10-Sep-07 22:19 
GeneralRe: Unicode problem Pin
Muammar©11-Sep-07 19:35
Muammar©11-Sep-07 19:35 
Question20 Questions Algorithm Pin
Andre Trollip10-Sep-07 21:43
Andre Trollip10-Sep-07 21:43 
AnswerRe: 20 Questions Algorithm Pin
suveenmohan10-Sep-07 23:47
suveenmohan10-Sep-07 23:47 
GeneralRe: 20 Questions Algorithm Pin
Andre Trollip11-Sep-07 3:17
Andre Trollip11-Sep-07 3:17 
QuestionMicrosoft image printing problems Pin
pmartike10-Sep-07 20:43
pmartike10-Sep-07 20:43 
Questiondisable a button Pin
Sunshine Always10-Sep-07 20:07
Sunshine Always10-Sep-07 20:07 
AnswerRe: disable a button Pin
Chetan Patel10-Sep-07 20:23
Chetan Patel10-Sep-07 20:23 
GeneralRe: disable a button Pin
Sunshine Always10-Sep-07 20:31
Sunshine Always10-Sep-07 20:31 
GeneralRe: disable a button Pin
Martin#10-Sep-07 22:06
Martin#10-Sep-07 22:06 
AnswerRe: disable a button Pin
Luc Pattyn11-Sep-07 0:50
sitebuilderLuc Pattyn11-Sep-07 0:50 

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.