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

C / C++ / MFC

 
GeneralRe: WM_CHAR, WM_KEYDOWN??? Pin
Hamed Musavi14-Apr-05 15:41
Hamed Musavi14-Apr-05 15:41 
GeneralRe: WM_CHAR, WM_KEYDOWN??? Pin
Christian Graus14-Apr-05 15:43
protectorChristian Graus14-Apr-05 15:43 
GeneralRe: WM_CHAR, WM_KEYDOWN??? Pin
Hamed Musavi14-Apr-05 15:47
Hamed Musavi14-Apr-05 15:47 
GeneralFolder Calls Pin
JWood12-Apr-05 16:20
JWood12-Apr-05 16:20 
GeneralRe: Folder Calls Pin
David Crow12-Apr-05 17:01
David Crow12-Apr-05 17:01 
GeneralRe: Folder Calls Pin
John R. Shaw12-Apr-05 19:30
John R. Shaw12-Apr-05 19:30 
GeneralWhy isn't my Dialog REPAINT Pin
Jobby Joseph12-Apr-05 13:42
Jobby Joseph12-Apr-05 13:42 
GeneralRe: Why isn't my Dialog REPAINT Pin
John R. Shaw12-Apr-05 17:47
John R. Shaw12-Apr-05 17:47 
(FIRST) I am getting used to seeing stuff like this, but it does not change the fact that it should not compile:
switch (message)
{
    //HDC hDC, MemDCExercising;
    //PAINTSTRUCT Ps;
    //HBITMAP bmpExercising;
    //HWND ctrl, hwndItem;
    //RECT rect;
    char szDirectory[256];

    WIN32_FIND_DATA FindFileData;
    HANDLE hFind;
    ...
    ...
} // END OF SWICH

(SECOND) I'm too tired for this right now!
(THIRD) Ask me how; when I'm asleep (It's that simple).


INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
GeneralRe: Why isn't my Dialog REPAINT Pin
Jobby Joseph13-Apr-05 4:18
Jobby Joseph13-Apr-05 4:18 
GeneralRe: Why isn't my Dialog REPAINT Pin
Jobby Joseph13-Apr-05 10:57
Jobby Joseph13-Apr-05 10:57 
GeneralComputer freezing up on wait Pin
theFrenchHornet12-Apr-05 12:08
theFrenchHornet12-Apr-05 12:08 
GeneralRe: Computer freezing up on wait Pin
Jack Puppy12-Apr-05 13:06
Jack Puppy12-Apr-05 13:06 
GeneralRe: Computer freezing up on wait Pin
theFrenchHornet13-Apr-05 5:01
theFrenchHornet13-Apr-05 5:01 
GeneralRe: Computer freezing up on wait Pin
theFrenchHornet14-Apr-05 6:35
theFrenchHornet14-Apr-05 6:35 
GeneralRe: Computer freezing up on wait Pin
Blake Miller14-Apr-05 9:29
Blake Miller14-Apr-05 9:29 
GeneralRe: Computer freezing up on wait Pin
Blake Miller13-Apr-05 6:52
Blake Miller13-Apr-05 6:52 
GeneralRe: Computer freezing up on wait Pin
theFrenchHornet14-Apr-05 6:33
theFrenchHornet14-Apr-05 6:33 
GeneralReading A File Pin
LighthouseJ12-Apr-05 11:33
LighthouseJ12-Apr-05 11:33 
GeneralFollow-Up Pin
LighthouseJ12-Apr-05 16:03
LighthouseJ12-Apr-05 16:03 
GeneralRe: Follow-Up Pin
John R. Shaw12-Apr-05 19:16
John R. Shaw12-Apr-05 19:16 
GeneralRe: Follow-Up Pin
LighthouseJ12-Apr-05 19:30
LighthouseJ12-Apr-05 19:30 
GeneralRe: Follow-Up Pin
John R. Shaw12-Apr-05 20:43
John R. Shaw12-Apr-05 20:43 
GeneralRe: Follow-Up Pin
LighthouseJ13-Apr-05 4:02
LighthouseJ13-Apr-05 4:02 
GeneralRe: Reading A File Pin
Ryan Binns12-Apr-05 18:25
Ryan Binns12-Apr-05 18:25 
GeneralRe: Reading A File Pin
LighthouseJ12-Apr-05 19:16
LighthouseJ12-Apr-05 19:16 

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.