Click here to Skip to main content
15,887,175 members
Home / Discussions / C#
   

C#

 
AnswerRe: creating a db file with thumbnails, how to? Pin
CWIZO9-Apr-06 2:44
CWIZO9-Apr-06 2:44 
GeneralRe: creating a db file with thumbnails, how to? Pin
finskiy9-Apr-06 7:22
finskiy9-Apr-06 7:22 
GeneralRe: creating a db file with thumbnails, how to? Pin
CWIZO9-Apr-06 9:39
CWIZO9-Apr-06 9:39 
GeneralRe: creating a db file with thumbnails, how to? Pin
finskiy9-Apr-06 12:52
finskiy9-Apr-06 12:52 
GeneralRe: creating a db file with thumbnails, how to? Pin
CWIZO9-Apr-06 20:29
CWIZO9-Apr-06 20:29 
Questionhow to update view in net.2 Pin
papa19808-Apr-06 4:23
papa19808-Apr-06 4:23 
AnswerRe: how to update view in net.2 Pin
CWIZO8-Apr-06 5:20
CWIZO8-Apr-06 5:20 
QuestionWeb Service Access Pin
AB77717-Apr-06 23:53
AB77717-Apr-06 23:53 
QuestionAttributes displaying lists Pin
MBursill7-Apr-06 23:08
MBursill7-Apr-06 23:08 
QuestionOutOfMemeryException happens in Grphics method Pin
SharpShark7-Apr-06 22:12
SharpShark7-Apr-06 22:12 
Questionurgent----how to get date format like dd/mm/yy Pin
madhu1437-Apr-06 21:37
madhu1437-Apr-06 21:37 
AnswerRe: urgent----how to get date format like dd/mm/yy Pin
Guffa7-Apr-06 22:06
Guffa7-Apr-06 22:06 
GeneralRe: urgent----how to get date format like dd/mm/yy Pin
Colin Angus Mackay7-Apr-06 23:54
Colin Angus Mackay7-Apr-06 23:54 
GeneralRe: urgent----how to get date format like dd/mm/yy Pin
George L. Jackson8-Apr-06 1:20
George L. Jackson8-Apr-06 1:20 
GeneralRe: urgent----how to get date format like dd/mm/yy Pin
Colin Angus Mackay8-Apr-06 1:25
Colin Angus Mackay8-Apr-06 1:25 
GeneralRe: urgent----how to get date format like dd/mm/yy Pin
George L. Jackson8-Apr-06 1:54
George L. Jackson8-Apr-06 1:54 
GeneralRe: urgent----how to get date format like dd/mm/yy Pin
leppie8-Apr-06 5:53
leppie8-Apr-06 5:53 
Questionhandling Stack overflow Exception Pin
abhinish7-Apr-06 19:50
abhinish7-Apr-06 19:50 
AnswerRe: handling Stack overflow Exception Pin
Werdna9-Apr-06 16:43
Werdna9-Apr-06 16:43 
Unfortunatelly as of .net 2 you cannot catch this exception.
Here is the info from .net docs:
In prior versions of the .NET Framework, your application could catch a StackOverflowException object (for example, to recover from unbounded recursion). However, that practice is currently discouraged because significant additional code is required to reliably catch a stack overflow exception and continue program execution.

Starting with the .NET Framework version 2.0, a StackOverflowException object cannot be caught by a try-catch block and the corresponding process is terminated by default. Consequently, users are advised to write their code to detect and prevent a stack overflow. For example, if your application depends on recursion use a counter or a state condition to terminate the recursive loop.


QuestionComplicated question Pin
DeathJester_7-Apr-06 19:31
DeathJester_7-Apr-06 19:31 
GeneralRe: Complicated question Pin
Guffa7-Apr-06 22:17
Guffa7-Apr-06 22:17 
AnswerRe: Complicated question Pin
Robert Rohde7-Apr-06 23:33
Robert Rohde7-Apr-06 23:33 
AnswerRe: Complicated question Pin
DeathJester_8-Apr-06 20:31
DeathJester_8-Apr-06 20:31 
GeneralRe: Complicated question Pin
Kuira9-Apr-06 13:43
Kuira9-Apr-06 13:43 
QuestionNotifyIcon Program ? Pin
Skoder7-Apr-06 18:05
Skoder7-Apr-06 18:05 

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.