Click here to Skip to main content
15,914,447 members
Home / Discussions / C#
   

C#

 
Questionusing sqlcommand in c# Pin
teknolog12319-May-10 6:59
teknolog12319-May-10 6:59 
AnswerRe: using sqlcommand in c# Pin
Not Active19-May-10 7:07
mentorNot Active19-May-10 7:07 
AnswerRe: using sqlcommand in c# Pin
PIEBALDconsult19-May-10 7:07
mvePIEBALDconsult19-May-10 7:07 
AnswerRe: using sqlcommand in c# Pin
CodingLover19-May-10 18:06
CodingLover19-May-10 18:06 
QuestionError Codes Explained! Pin
Jassim Rahma19-May-10 5:44
Jassim Rahma19-May-10 5:44 
AnswerRe: Error Codes Explained! Pin
DiscoJimmy19-May-10 5:53
DiscoJimmy19-May-10 5:53 
AnswerRe: Error Codes Explained! Pin
PIEBALDconsult19-May-10 5:56
mvePIEBALDconsult19-May-10 5:56 
AnswerRe: Error Codes Explained! Pin
Luc Pattyn19-May-10 7:36
sitebuilderLuc Pattyn19-May-10 7:36 
There are some conventions that most parts of Windows are adhering to. The 32-bit error code then is:
- negative;
- consists of 16-bit component/application code, and 16-bit error code;
- understood by FormatMessage() in kernel32.dll, which returns an approriate error message string.

The lower 16-bit values in this situation are listed in one of the C header files, probably winerror.h

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

AnswerRe: Error Codes Explained! Pin
Richard MacCutchan19-May-10 10:29
mveRichard MacCutchan19-May-10 10:29 
Questionalternative grid controls? Pin
DiscoJimmy19-May-10 5:22
DiscoJimmy19-May-10 5:22 
AnswerRe: alternative grid controls? Pin
DiscoJimmy19-May-10 5:51
DiscoJimmy19-May-10 5:51 
Questionusing banners in my windows application Pin
Jassim Rahma19-May-10 5:10
Jassim Rahma19-May-10 5:10 
AnswerRe: using banners in my windows application Pin
Henry Minute19-May-10 5:27
Henry Minute19-May-10 5:27 
GeneralRe: using banners in my windows application Pin
Jassim Rahma19-May-10 5:29
Jassim Rahma19-May-10 5:29 
GeneralRe: using banners in my windows application Pin
Henry Minute19-May-10 6:21
Henry Minute19-May-10 6:21 
AnswerRe: using banners in my windows application Pin
PIEBALDconsult19-May-10 5:38
mvePIEBALDconsult19-May-10 5:38 
GeneralRe: using banners in my windows application Pin
Jassim Rahma19-May-10 5:42
Jassim Rahma19-May-10 5:42 
GeneralRe: using banners in my windows application Pin
PIEBALDconsult19-May-10 5:55
mvePIEBALDconsult19-May-10 5:55 
GeneralRe: using banners in my windows application Pin
OriginalGriff19-May-10 8:56
mveOriginalGriff19-May-10 8:56 
GeneralRe: using banners in my windows application Pin
T M Gray19-May-10 9:20
T M Gray19-May-10 9:20 
GeneralRe: using banners in my windows application Pin
OriginalGriff19-May-10 21:53
mveOriginalGriff19-May-10 21:53 
AnswerRe: using banners in my windows application Pin
T M Gray19-May-10 9:02
T M Gray19-May-10 9:02 
GeneralRe: using banners in my windows application Pin
PIEBALDconsult19-May-10 9:08
mvePIEBALDconsult19-May-10 9:08 
GeneralRe: using banners in my windows application Pin
T M Gray19-May-10 9:23
T M Gray19-May-10 9:23 
GeneralRe: using banners in my windows application Pin
PIEBALDconsult19-May-10 9:45
mvePIEBALDconsult19-May-10 9:45 

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.