Click here to Skip to main content
15,890,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: Get Table Fields Description Pin
Nader Elshehabi28-Oct-06 3:51
Nader Elshehabi28-Oct-06 3:51 
GeneralRe: Get Table Fields Description Pin
freshonlineMax28-Oct-06 8:03
freshonlineMax28-Oct-06 8:03 
GeneralRe: Get Table Fields Description [modified] Pin
Nader Elshehabi28-Oct-06 8:15
Nader Elshehabi28-Oct-06 8:15 
GeneralRe: Get Table Fields Description Pin
freshonlineMax28-Oct-06 19:44
freshonlineMax28-Oct-06 19:44 
AnswerRe: Get Table Fields Description Pin
Robert Rohde28-Oct-06 19:16
Robert Rohde28-Oct-06 19:16 
AnswerRe: Get Table Fields Description Pin
lainoo28-Oct-06 19:35
lainoo28-Oct-06 19:35 
QuestionCreating minidumps for windows forms in c#.net 2.0 Pin
pranu_1327-Oct-06 23:06
pranu_1327-Oct-06 23:06 
AnswerRe: Creating minidumps for windows forms in c#.net 2.0 Pin
Nader Elshehabi27-Oct-06 23:20
Nader Elshehabi27-Oct-06 23:20 
If your program crashes you won't be able to use it to dump its own memory now, would you?Big Grin | :-D

Anyway, if you implement exception catching well in your program, it shouldn't crash or hang -specially in a managed environment like .Net where you can't screw up with pointers-, it's unhandled exceptions that makes your program crash, and windows Xp or later provides an automatic memory dump for your application. Most user won't know how to extract the data from the report and send it to you, but if Hex dump is one of your favourite languages you can simulate the scenario and read it as you please -not convenient as you can see-.

pranu_13 wrote:
Can i use ADPlus for this, if so how to implement it??????

Read this[^].



RegardsRose | [Rose]

QuestionSession Problem. Pls Help Pin
subrata.jana27-Oct-06 21:44
subrata.jana27-Oct-06 21:44 
GeneralRe: Session Problem. Pls Help Pin
Guffa28-Oct-06 1:34
Guffa28-Oct-06 1:34 
QuestionHow to open a file in c# winform? Pin
ecscheng27-Oct-06 21:00
ecscheng27-Oct-06 21:00 
AnswerRe: How to open a file in c# winform? Pin
Stefan Troschuetz27-Oct-06 21:31
Stefan Troschuetz27-Oct-06 21:31 
QuestionBackgroundWorker Pin
freshonlineMax27-Oct-06 19:46
freshonlineMax27-Oct-06 19:46 
AnswerRe: BackgroundWorker Pin
Nader Elshehabi27-Oct-06 20:41
Nader Elshehabi27-Oct-06 20:41 
AnswerRe: BackgroundWorker Pin
Robert Rohde28-Oct-06 3:37
Robert Rohde28-Oct-06 3:37 
GeneralRe: BackgroundWorker [modified] Pin
freshonlineMax28-Oct-06 7:57
freshonlineMax28-Oct-06 7:57 
GeneralRe: BackgroundWorker Pin
Robert Rohde28-Oct-06 19:46
Robert Rohde28-Oct-06 19:46 
GeneralRe: BackgroundWorker Pin
freshonlineMax28-Oct-06 20:09
freshonlineMax28-Oct-06 20:09 
GeneralRe: BackgroundWorker Pin
Robert Rohde28-Oct-06 21:46
Robert Rohde28-Oct-06 21:46 
GeneralRe: BackgroundWorker Pin
freshonlineMax29-Oct-06 18:49
freshonlineMax29-Oct-06 18:49 
Questionreentrant call to the SetCurrentCellAddressCore function. Pin
Nadia Monalisa27-Oct-06 18:53
Nadia Monalisa27-Oct-06 18:53 
AnswerRe: reentrant call to the SetCurrentCellAddressCore function. Pin
Nader Elshehabi27-Oct-06 20:47
Nader Elshehabi27-Oct-06 20:47 
GeneralRe: reentrant call to the SetCurrentCellAddressCore function. Pin
Nadia Monalisa29-Oct-06 6:41
Nadia Monalisa29-Oct-06 6:41 
Questionhow to get holding key down to repeat an action Pin
bradsnobar27-Oct-06 14:07
bradsnobar27-Oct-06 14:07 
AnswerRe: how to get holding key down to repeat an action Pin
sam#27-Oct-06 18:21
sam#27-Oct-06 18:21 

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.