Click here to Skip to main content
16,004,991 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Where is the glitch in this code (minimizing and restoring another app) Pin
Kayembi20-Aug-03 3:33
Kayembi20-Aug-03 3:33 
GeneralRe: Where is the glitch in this code (minimizing and restoring another app) Pin
Ryan Binns20-Aug-03 5:25
Ryan Binns20-Aug-03 5:25 
GeneralRe: Where is the glitch in this code (minimizing and restoring another app) Pin
Dangleberry20-Aug-03 6:00
sussDangleberry20-Aug-03 6:00 
GeneralRe: Where is the glitch in this code (minimizing and restoring another app) Pin
Ryan Binns20-Aug-03 14:55
Ryan Binns20-Aug-03 14:55 
GeneralRe: Where is the glitch in this code (minimizing and restoring another app) Pin
Dangleberry21-Aug-03 0:47
sussDangleberry21-Aug-03 0:47 
GeneralRe: Where is the glitch in this code (minimizing and restoring another app) Pin
Kayembi20-Aug-03 7:13
Kayembi20-Aug-03 7:13 
GeneralRe: Where is the glitch in this code (minimizing and restoring another app) Pin
Ryan Binns20-Aug-03 14:59
Ryan Binns20-Aug-03 14:59 
Generalgoing through each enumeration of an enum Pin
Jerome Conus19-Aug-03 23:29
Jerome Conus19-Aug-03 23:29 
Hi !

I have an enumerated type with for instance 8 enumerations.

I would like to do a for() loop to go through each of the enumerations.

Is there a way to do it easily in C++, or do I have to use a for(int i=... ;... ;...) and cast the int into the enumerated type ?

Thanks !

Jerome
GeneralRe: going through each enumeration of an enum Pin
Neville Franks19-Aug-03 23:55
Neville Franks19-Aug-03 23:55 
GeneralRe: going through each enumeration of an enum Pin
David Crow20-Aug-03 3:05
David Crow20-Aug-03 3:05 
GeneralFastest bitmap display Pin
MCING19-Aug-03 23:25
MCING19-Aug-03 23:25 
GeneralMMX optimization Pin
sharlila19-Aug-03 23:14
sharlila19-Aug-03 23:14 
GeneralSaving a dropped file into a specified folder Pin
YolandaSteyn19-Aug-03 22:53
YolandaSteyn19-Aug-03 22:53 
QuestionHow to convert TCHAR[] to CString? Pin
Exceter19-Aug-03 22:30
Exceter19-Aug-03 22:30 
AnswerRe: How to convert TCHAR[] to CString? Pin
Dominik Reichl19-Aug-03 22:34
Dominik Reichl19-Aug-03 22:34 
GeneralRe: How to convert TCHAR[] to CString? Pin
Exceter19-Aug-03 22:47
Exceter19-Aug-03 22:47 
GeneralRe: How to convert TCHAR[] to CString? Pin
RChin19-Aug-03 23:09
RChin19-Aug-03 23:09 
GeneralRe: How to convert TCHAR[] to CString? Pin
Exceter20-Aug-03 16:40
Exceter20-Aug-03 16:40 
GeneralRe: How to convert TCHAR[] to CString? Pin
Exceter20-Aug-03 16:40
Exceter20-Aug-03 16:40 
QuestionEnumerate MCI devices? Pin
Dominik Reichl19-Aug-03 22:26
Dominik Reichl19-Aug-03 22:26 
Generalproblem of ATL Pin
novachen19-Aug-03 21:53
novachen19-Aug-03 21:53 
GeneralRe: problem of ATL Pin
Steve S19-Aug-03 22:05
Steve S19-Aug-03 22:05 
QuestionHow do I hide an application from taskbar Pin
Neil scsn19-Aug-03 21:49
Neil scsn19-Aug-03 21:49 
AnswerRe: How do I hide an application from taskbar Pin
J. Dunlap19-Aug-03 21:52
J. Dunlap19-Aug-03 21:52 
GeneralRe: How do I hide an application from taskbar Pin
Neil scsn19-Aug-03 22:16
Neil scsn19-Aug-03 22: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.