Click here to Skip to main content
15,887,875 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Updating screen Pin
box_boy_scott4-Oct-06 15:52
box_boy_scott4-Oct-06 15:52 
AnswerRe: Updating screen Pin
Hamid_RT3-Oct-06 18:12
Hamid_RT3-Oct-06 18:12 
GeneralRe: Updating screen Pin
box_boy_scott4-Oct-06 15:50
box_boy_scott4-Oct-06 15:50 
GeneralRe: Updating screen Pin
Hamid_RT4-Oct-06 19:07
Hamid_RT4-Oct-06 19:07 
AnswerRe: Updating screen Pin
A_Fa3-Oct-06 19:39
A_Fa3-Oct-06 19:39 
GeneralRe: Updating screen Pin
box_boy_scott4-Oct-06 15:56
box_boy_scott4-Oct-06 15:56 
QuestionWhat does WINAPI do? Pin
Oliver1233-Oct-06 14:21
Oliver1233-Oct-06 14:21 
AnswerRe: What does WINAPI do? Pin
Waldermort3-Oct-06 17:18
Waldermort3-Oct-06 17:18 
WINAPI is defined as __stdcall (a calling convention). Basically it tells the compiler what sort of function it is, in particular about the arguments passed into a function and who is responsible for cleaning the stack (the function or the caller). Try searching for terms such as "calling conventions" to get a better idea.
AnswerRe: What does WINAPI do? Pin
Nibu babu thomas3-Oct-06 17:22
Nibu babu thomas3-Oct-06 17:22 
AnswerRe: What does WINAPI do? Pin
David Crow4-Oct-06 3:23
David Crow4-Oct-06 3:23 
GeneralRe: What does WINAPI do? Pin
Oliver1234-Oct-06 5:16
Oliver1234-Oct-06 5:16 
GeneralRe: What does WINAPI do? Pin
David Crow4-Oct-06 5:27
David Crow4-Oct-06 5:27 
AnswerRe: What does WINAPI do? Pin
Hamid_RT4-Oct-06 9:06
Hamid_RT4-Oct-06 9:06 
Questiondisplaying data in a table like view Pin
jones_m3-Oct-06 12:34
jones_m3-Oct-06 12:34 
AnswerRe: displaying data in a table like view Pin
Nibu babu thomas3-Oct-06 17:29
Nibu babu thomas3-Oct-06 17:29 
AnswerRe: displaying data in a table like view Pin
Hamid_RT3-Oct-06 18:25
Hamid_RT3-Oct-06 18:25 
GeneralRe: displaying data in a table like view Pin
jones_m4-Oct-06 2:54
jones_m4-Oct-06 2:54 
GeneralRe: displaying data in a table like view Pin
Hamid_RT4-Oct-06 3:06
Hamid_RT4-Oct-06 3:06 
GeneralRe: displaying data in a table like view Pin
ThatsAlok4-Oct-06 7:13
ThatsAlok4-Oct-06 7:13 
AnswerRe: displaying data in a table like view Pin
Hamid_RT5-Oct-06 9:17
Hamid_RT5-Oct-06 9:17 
GeneralRe: displaying data in a table like view Pin
jones_m5-Oct-06 20:38
jones_m5-Oct-06 20:38 
QuestionAnnoying click sound using IWebBrowser2:Navigate Pin
ayol121223-Oct-06 10:26
ayol121223-Oct-06 10:26 
AnswerRe: Annoying click sound using IWebBrowser2:Navigate Pin
eusto3-Oct-06 10:54
eusto3-Oct-06 10:54 
Questionusage of const Pin
Waldermort3-Oct-06 8:57
Waldermort3-Oct-06 8:57 
AnswerRe: usage of const Pin
Chris Losinger3-Oct-06 9:41
professionalChris Losinger3-Oct-06 9:41 

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.