Click here to Skip to main content
15,896,269 members
Home / Discussions / C#
   

C#

 
GeneralRe: XML and SQL Pin
Daniel Turini12-Feb-05 5:37
Daniel Turini12-Feb-05 5:37 
GeneralEditorAttribute not working when registered as com interop Pin
Lasse Johansen11-Feb-05 10:00
Lasse Johansen11-Feb-05 10:00 
Generalerror when calling FormsAuthentication.RedirectFromLoginPage Pin
brian5511-Feb-05 8:48
brian5511-Feb-05 8:48 
Generalswitch case from array Pin
.gonad11-Feb-05 7:49
.gonad11-Feb-05 7:49 
GeneralRe: switch case from array Pin
Jon Sagara11-Feb-05 8:35
Jon Sagara11-Feb-05 8:35 
GeneralRe: switch case from array Pin
.gonad11-Feb-05 9:52
.gonad11-Feb-05 9:52 
GeneralThreads and exceptions Pin
Esmo200011-Feb-05 7:16
Esmo200011-Feb-05 7:16 
GeneralRe: Threads and exceptions Pin
Robert Rohde11-Feb-05 7:46
Robert Rohde11-Feb-05 7:46 
You will have to catch the exception in the thread where it occurs. The is nor direct way to cacth the exception in the function which created the thread.
One possibility would be to cacth the exception in the thread in set some property where the calling function get check if and what kind of exception occured in the thread.
GeneralRe: Threads and exceptions Pin
Esmo200011-Feb-05 7:59
Esmo200011-Feb-05 7:59 
GeneralRe: Threads and exceptions Pin
Daniel Turini11-Feb-05 8:17
Daniel Turini11-Feb-05 8:17 
GeneralAsynchronous message processing Pin
Esmo200011-Feb-05 4:55
Esmo200011-Feb-05 4:55 
GeneralRe: Asynchronous message processing Pin
Esmo200011-Feb-05 7:15
Esmo200011-Feb-05 7:15 
GeneralVariable assignment problem... Pin
new_phoenix11-Feb-05 4:32
new_phoenix11-Feb-05 4:32 
GeneralRe: Variable assignment problem... Pin
Daniel Turini11-Feb-05 6:53
Daniel Turini11-Feb-05 6:53 
GeneralRe: Variable assignment problem... Pin
new_phoenix11-Feb-05 9:01
new_phoenix11-Feb-05 9:01 
GeneralTaskbarNotification display problems Pin
eynkram11-Feb-05 4:27
eynkram11-Feb-05 4:27 
GeneralRe: TaskbarNotification display problems Pin
eynkram17-Feb-05 3:52
eynkram17-Feb-05 3:52 
GeneralProblem while Working with XmlValidatingReader!!!!! Pin
abcxyz8211-Feb-05 4:01
abcxyz8211-Feb-05 4:01 
GeneralRe: Problem while Working with XmlValidatingReader!!!!! Pin
Phil Hobgen11-Feb-05 22:53
Phil Hobgen11-Feb-05 22:53 
GeneralAppDomain and ResolveEventArgs Pin
Marc Clifton11-Feb-05 3:24
mvaMarc Clifton11-Feb-05 3:24 
GeneralRe: AppDomain and ResolveEventArgs Pin
Daniel Turini11-Feb-05 7:01
Daniel Turini11-Feb-05 7:01 
GeneralRe: AppDomain and ResolveEventArgs Pin
leppie11-Feb-05 9:45
leppie11-Feb-05 9:45 
Generalautomatic scroll down in rich text box Pin
kitsune_me11-Feb-05 2:57
kitsune_me11-Feb-05 2:57 
GeneralRe: automatic scroll down in rich text box Pin
leppie11-Feb-05 3:08
leppie11-Feb-05 3:08 
GeneralRe: automatic scroll down in rich text box Pin
kitsune_me11-Feb-05 18:27
kitsune_me11-Feb-05 18:27 

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.