Click here to Skip to main content
15,886,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to check whether windows authentication is used for sql server connect Pin
Mark Salsbery9-Jan-07 7:28
Mark Salsbery9-Jan-07 7:28 
QuestionIsEnabled() Pin
sudhir.marni8-Jan-07 22:07
sudhir.marni8-Jan-07 22:07 
QuestionSorry...? Pin
CPallini8-Jan-07 22:10
mveCPallini8-Jan-07 22:10 
AnswerRe: IsEnabled() Pin
ThatsAlok8-Jan-07 23:29
ThatsAlok8-Jan-07 23:29 
GeneralRe: IsEnabled() Pin
sudhir.marni9-Jan-07 0:06
sudhir.marni9-Jan-07 0:06 
GeneralRe: IsEnabled() Pin
Roger Stoltz9-Jan-07 1:32
Roger Stoltz9-Jan-07 1:32 
QuestionTotal number of windows messages... Pin
Eytukan8-Jan-07 21:48
Eytukan8-Jan-07 21:48 
QuestionRe: Total number of windows messages... Pin
Cedric Moonen8-Jan-07 21:59
Cedric Moonen8-Jan-07 21:59 
Just a little question: why do you want to know that ? Do you want to define your own messages and be sure that it doesn't have the same ID as an existing message ?
If yes, then you can safely start from WM_USER message:

#define WM_MYMESSAGE WM_USER + 1




Cédric Moonen
Software developer

Charting control [v1.1]

AnswerRe: Total number of windows messages... Pin
Eytukan8-Jan-07 22:20
Eytukan8-Jan-07 22:20 
AnswerRe: Total number of windows messages... Pin
S Douglas9-Jan-07 1:22
professionalS Douglas9-Jan-07 1:22 
AnswerRe: Total number of windows messages... Pin
ThatsAlok8-Jan-07 23:30
ThatsAlok8-Jan-07 23:30 
GeneralRe: Total number of windows messages... Pin
Eytukan9-Jan-07 0:31
Eytukan9-Jan-07 0:31 
GeneralRe: Total number of windows messages... Pin
Nibu babu thomas10-Jan-07 17:22
Nibu babu thomas10-Jan-07 17:22 
QuestionSystem Version Pin
Anilkumar K V8-Jan-07 21:40
Anilkumar K V8-Jan-07 21:40 
QuestionRe: System Version Pin
prasad_som8-Jan-07 22:06
prasad_som8-Jan-07 22:06 
AnswerRe: System Version Pin
Anilkumar K V8-Jan-07 22:09
Anilkumar K V8-Jan-07 22:09 
AnswerRe: System Version Pin
prasad_som8-Jan-07 22:24
prasad_som8-Jan-07 22:24 
GeneralRe: System Version Pin
Anilkumar K V8-Jan-07 22:29
Anilkumar K V8-Jan-07 22:29 
GeneralRe: System Version Pin
prasad_som8-Jan-07 22:33
prasad_som8-Jan-07 22:33 
QuestionFormView without Document/View Pin
Humayun Kabir Hemoo8-Jan-07 21:35
Humayun Kabir Hemoo8-Jan-07 21:35 
QuestionRe: FormView without Document/View Pin
prasad_som8-Jan-07 22:58
prasad_som8-Jan-07 22:58 
GeneralRe: FormView without Document/View Pin
Humayun Kabir Hemoo10-Jan-07 4:04
Humayun Kabir Hemoo10-Jan-07 4:04 
QuestionRe: FormView without Document/View Pin
prasad_som10-Jan-07 19:00
prasad_som10-Jan-07 19:00 
AnswerRe: FormView without Document/View Pin
David Crow9-Jan-07 3:22
David Crow9-Jan-07 3:22 
GeneralRe: FormView without Document/View Pin
Humayun Kabir Hemoo10-Jan-07 19:54
Humayun Kabir Hemoo10-Jan-07 19:54 

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.