Click here to Skip to main content
15,914,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CopyMemory or memcpy Pin
David Crow7-Sep-06 4:24
David Crow7-Sep-06 4:24 
QuestionCListCtrl, How to see only some column Pin
NorGUI6-Sep-06 20:47
NorGUI6-Sep-06 20:47 
AnswerRe: CListCtrl, How to see only some column Pin
Programm3r6-Sep-06 20:59
Programm3r6-Sep-06 20:59 
QuestionRe: CListCtrl, How to see only some column Pin
Hamid_RT6-Sep-06 21:35
Hamid_RT6-Sep-06 21:35 
QuestionRe: CListCtrl, How to see only some column Pin
David Crow7-Sep-06 4:25
David Crow7-Sep-06 4:25 
QuestionIs windproc special function and callback question. Pin
sawerr6-Sep-06 20:40
sawerr6-Sep-06 20:40 
AnswerRe: Is windproc special function and callback question. Pin
Cedric Moonen6-Sep-06 20:49
Cedric Moonen6-Sep-06 20:49 
AnswerRe: Is windproc special function and callback question. Pin
Waldermort6-Sep-06 21:31
Waldermort6-Sep-06 21:31 
sawerr wrote:
Also i want to learn what callback is.I heard that callback function is called by windows when event is occured.Is this true?


A callback is like an auto redial on your telephone. Each time something happens, a timer has looped, a specific message is sent... The callback function is called.

sawerr wrote:
So i want to ask
why do i obey this parameters rule?I completely define a function.So why windows force me to write standart parameter list.


I you take away digits from a phone number, how can your auto redial work? The same applies here.

Renaming the function is just like a speed dial, 1 for your mother, 2 for the bar. The telephone still dials the correct number.
GeneralRe: Is windproc special function and callback question. Pin
Cedric Moonen6-Sep-06 21:39
Cedric Moonen6-Sep-06 21:39 
GeneralRe: Is windproc special function and callback question. Pin
sawerr6-Sep-06 21:59
sawerr6-Sep-06 21:59 
GeneralRe: Is windproc special function and callback question. [modified] Pin
Waldermort6-Sep-06 22:09
Waldermort6-Sep-06 22:09 
AnswerRe: Is windproc special function and callback question. Pin
m.dietz6-Sep-06 23:37
m.dietz6-Sep-06 23:37 
QuestionConsole question Pin
alex.barylski6-Sep-06 20:33
alex.barylski6-Sep-06 20:33 
AnswerRe: Console question Pin
Waldermort6-Sep-06 21:17
Waldermort6-Sep-06 21:17 
GeneralRe: Console question Pin
alex.barylski7-Sep-06 9:30
alex.barylski7-Sep-06 9:30 
AnswerRe: Console question Pin
toxcct6-Sep-06 21:23
toxcct6-Sep-06 21:23 
GeneralRe: Console question Pin
benjymous6-Sep-06 21:31
benjymous6-Sep-06 21:31 
GeneralRe: Console question Pin
toxcct6-Sep-06 21:44
toxcct6-Sep-06 21:44 
AnswerRe: Console question Pin
vinclaro0017-Sep-06 15:35
vinclaro0017-Sep-06 15:35 
AnswerRe: writing data in txt file Pin
Programm3r6-Sep-06 20:43
Programm3r6-Sep-06 20:43 
JokeRe: writing data in txt file Pin
Hamid_RT6-Sep-06 21:39
Hamid_RT6-Sep-06 21:39 
QuestionPointer to function with variable argument list Pin
Crazy Joe Devola6-Sep-06 17:26
Crazy Joe Devola6-Sep-06 17:26 
AnswerRe: Pointer to function with variable argument list Pin
prasad_som6-Sep-06 19:36
prasad_som6-Sep-06 19:36 
QuestionHow to uninstall cleanly a oem driver? Pin
linshi6-Sep-06 15:44
linshi6-Sep-06 15:44 
QuestionEvent handling in dynaically created control Pin
Mohammad A Gdeisat6-Sep-06 9:18
Mohammad A Gdeisat6-Sep-06 9:18 

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.