Click here to Skip to main content
16,007,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHELP! Can not control Default Printer! Pin
Anonymous3-Nov-02 4:04
Anonymous3-Nov-02 4:04 
GeneralWindows 98 Disdain Pin
Swinefeaster3-Nov-02 0:00
Swinefeaster3-Nov-02 0:00 
GeneralRe: Windows 98 Disdain Pin
Stephane Rodriguez.3-Nov-02 7:28
Stephane Rodriguez.3-Nov-02 7:28 
GeneralRe: Windows 98 Disdain Pin
Swinefeaster3-Nov-02 11:14
Swinefeaster3-Nov-02 11:14 
GeneralRe: Windows 98 Disdain Pin
Stephane Rodriguez.3-Nov-02 18:44
Stephane Rodriguez.3-Nov-02 18:44 
GeneralEnumerating processes under Win9x Pin
Kuniva2-Nov-02 23:11
Kuniva2-Nov-02 23:11 
GeneralRe: Enumerating processes under Win9x Pin
Stephane Rodriguez.3-Nov-02 7:16
Stephane Rodriguez.3-Nov-02 7:16 
GeneralRe: Enumerating processes under Win9x Pin
Stephane Rodriguez.3-Nov-02 7:21
Stephane Rodriguez.3-Nov-02 7:21 
I forgot to tell you, PSAPI.dll is not for W9X systems. It's too bad you got the sample from MSDN and you didn't get the sample in full length.

On W9X, you use CreateToolhelp32Snapshot and an enumerator. Searching MSDN with PSAPI as keyword brought me the full length sample in rank 1 ! And you have to switch case all possible OSes.


Back to real work : D-27.
GeneralOnPaint question Pin
Mel Feik2-Nov-02 21:38
Mel Feik2-Nov-02 21:38 
GeneralRe: OnPaint question Pin
Stephane Rodriguez.2-Nov-02 22:04
Stephane Rodriguez.2-Nov-02 22:04 
GeneralRe: OnPaint question Pin
Mel Feik2-Nov-02 22:12
Mel Feik2-Nov-02 22:12 
GeneralRe: OnPaint question Pin
Stephane Rodriguez.2-Nov-02 22:14
Stephane Rodriguez.2-Nov-02 22:14 
GeneralRe: OnPaint question Pin
Mel Feik2-Nov-02 22:17
Mel Feik2-Nov-02 22:17 
GeneralRe: OnPaint question Pin
Mel Feik2-Nov-02 22:21
Mel Feik2-Nov-02 22:21 
GeneralRe: OnPaint question Pin
Gary R. Wheeler3-Nov-02 4:20
Gary R. Wheeler3-Nov-02 4:20 
GeneralRe: OnPaint question Pin
Ed Gadziemski3-Nov-02 4:21
professionalEd Gadziemski3-Nov-02 4:21 
QuestionI want my program able to burn a CD/DVD, how? Pin
Hiusing2-Nov-02 21:13
Hiusing2-Nov-02 21:13 
AnswerRe: I want my program able to burn a CD/DVD, how? Pin
Daniel Turini2-Nov-02 21:36
Daniel Turini2-Nov-02 21:36 
AnswerRe: I want my program able to burn a CD/DVD, how? Pin
Rickard Andersson203-Nov-02 2:41
Rickard Andersson203-Nov-02 2:41 
GeneralRe: I want my program able to burn a CD/DVD, how? Pin
Kelly Herald3-Nov-02 17:08
Kelly Herald3-Nov-02 17:08 
GeneralA few newbie questions about MFC Pin
Locked Ghost2-Nov-02 20:52
sussLocked Ghost2-Nov-02 20:52 
GeneralRe: A few newbie questions about MFC Pin
Stephane Rodriguez.2-Nov-02 22:02
Stephane Rodriguez.2-Nov-02 22:02 
GeneralRe: A few newbie questions about MFC Pin
S O S3-Nov-02 3:27
S O S3-Nov-02 3:27 
GeneralRe: A few newbie questions about MFC Pin
Stephane Rodriguez.3-Nov-02 3:39
Stephane Rodriguez.3-Nov-02 3:39 
GeneralRe: A few newbie questions about MFC Pin
S O S3-Nov-02 3:58
S O S3-Nov-02 3:58 

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.