Click here to Skip to main content
15,903,175 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Component to burn data cd's Pin
Christian Graus24-Oct-07 13:07
protectorChristian Graus24-Oct-07 13:07 
GeneralRe: Component to burn data cd's Pin
dBrong24-Oct-07 13:39
dBrong24-Oct-07 13:39 
GeneralRe: Component to burn data cd's Pin
Christian Graus24-Oct-07 20:55
protectorChristian Graus24-Oct-07 20:55 
GeneralRe: Component to burn data cd's Pin
dBrong25-Oct-07 3:35
dBrong25-Oct-07 3:35 
AnswerRe: Component to burn data cd's Pin
dBrong6-Nov-07 6:53
dBrong6-Nov-07 6:53 
Questionmemory corruption detection tool needed Pin
in9mar24-Oct-07 5:52
in9mar24-Oct-07 5:52 
AnswerRe: memory corruption detection tool needed Pin
Dave Kreskowiak24-Oct-07 6:53
mveDave Kreskowiak24-Oct-07 6:53 
AnswerRe: memory corruption detection tool needed Pin
Luc Pattyn24-Oct-07 13:56
sitebuilderLuc Pattyn24-Oct-07 13:56 
Hi,

not really an answer to your question, but here it goes: you can do two tests without
any specialized tools:
1. run other software on the same machine
2. run your app on another machine

if 1. seems OK and 2. fails, you probably have bugs (such as thread synchronization problems);
if 1. fails and 2. seems OK, your machine most likely has a problem.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


QuestionDate Time differences Firefox and IE Pin
TheJudeDude24-Oct-07 5:35
TheJudeDude24-Oct-07 5:35 
AnswerRe: Date Time differences Firefox and IE Pin
Dave Kreskowiak24-Oct-07 6:47
mveDave Kreskowiak24-Oct-07 6:47 
QuestionDataGridView Parent/Child Pin
alwinSCH24-Oct-07 3:49
alwinSCH24-Oct-07 3:49 
AnswerRe: DataGridView Parent/Child Pin
AliAmjad24-Oct-07 5:26
AliAmjad24-Oct-07 5:26 
GeneralRe: DataGridView Parent/Child Pin
alwinSCH24-Oct-07 6:21
alwinSCH24-Oct-07 6:21 
AnswerRe: DataGridView Parent/Child Pin
Dave Kreskowiak24-Oct-07 6:33
mveDave Kreskowiak24-Oct-07 6:33 
GeneralRe: DataGridView Parent/Child Pin
alwinSCH25-Oct-07 3:04
alwinSCH25-Oct-07 3:04 
GeneralRe: DataGridView Parent/Child Pin
Dave Kreskowiak25-Oct-07 3:20
mveDave Kreskowiak25-Oct-07 3:20 
GeneralRe: DataGridView Parent/Child Pin
darkelv25-Oct-07 17:39
darkelv25-Oct-07 17:39 
GeneralRe: DataGridView Parent/Child Pin
alwinSCH25-Oct-07 20:56
alwinSCH25-Oct-07 20:56 
QuestionTry Catch inside of functions Pin
barney_197224-Oct-07 3:28
barney_197224-Oct-07 3:28 
AnswerRe: Try Catch inside of functions Pin
Tamimi - Code24-Oct-07 3:48
Tamimi - Code24-Oct-07 3:48 
AnswerRe: Try Catch inside of functions Pin
SHatchard24-Oct-07 3:52
SHatchard24-Oct-07 3:52 
AnswerRe: Try Catch inside of functions Pin
barney_197224-Oct-07 4:16
barney_197224-Oct-07 4:16 
AnswerRe: Try Catch inside of functions Pin
Dave Kreskowiak24-Oct-07 6:29
mveDave Kreskowiak24-Oct-07 6:29 
Questionhow to make my code send an email Pin
Knowledgestudent24-Oct-07 3:26
Knowledgestudent24-Oct-07 3:26 
AnswerRe: how to make my code send an email Pin
Tom Deketelaere24-Oct-07 4:44
professionalTom Deketelaere24-Oct-07 4:44 

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.