Click here to Skip to main content
15,924,367 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralThanks!!! Pin
nss11-Aug-02 11:17
nss11-Aug-02 11:17 
AnswerRe: how to delete a class from a project? Pin
Nish Nishant11-Aug-02 11:08
sitebuilderNish Nishant11-Aug-02 11:08 
GeneralAuto Complete function in the editor Pin
Space Ace11-Aug-02 10:29
Space Ace11-Aug-02 10:29 
GeneralRe: Auto Complete function in the editor Pin
Chris Losinger11-Aug-02 11:07
professionalChris Losinger11-Aug-02 11:07 
GeneralRe: Auto Complete function in the editor Pin
Michael Dunn11-Aug-02 11:57
sitebuilderMichael Dunn11-Aug-02 11:57 
GeneralRe: Auto Complete function in the editor Pin
Space Ace11-Aug-02 12:42
Space Ace11-Aug-02 12:42 
QuestionCD track length? Pin
Rickard Andersson2011-Aug-02 10:03
Rickard Andersson2011-Aug-02 10:03 
AnswerRe: CD track length? Pin
Rene De La Garza20-Aug-02 7:47
Rene De La Garza20-Aug-02 7:47 
MCI_STATUS_PARMS mciStatusParms;
mciStatusParms.dwCallback = (DWORD) m_hMainWnd;
mciStatusParms.dwItem = dwItem;
mciStatusParms.dwTrack = dwTrack;
mciStatusParms.dwReturn = 0;

SendCommand(MCI_STATUS,
MCI_STATUS_ITEM|MCI_TRACK, (DWORD) &mciStatusParms);

mciStatusParms.dwReturn; // length of track
GeneralStream Question - simple I think Pin
nss11-Aug-02 9:11
nss11-Aug-02 9:11 
GeneralOLE Clipboard :: Win32 API vs. MFC Pin
valikac11-Aug-02 8:49
valikac11-Aug-02 8:49 
GeneralRe: OLE Clipboard :: Win32 API vs. MFC Pin
Paul M Watt11-Aug-02 9:22
mentorPaul M Watt11-Aug-02 9:22 
GeneralRe: OLE Clipboard :: Win32 API vs. MFC Pin
valikac11-Aug-02 9:26
valikac11-Aug-02 9:26 
GeneralRe: OLE Clipboard :: Win32 API vs. MFC Pin
valikac11-Aug-02 14:02
valikac11-Aug-02 14:02 
Generalflash movies... Pin
l a u r e n11-Aug-02 6:17
l a u r e n11-Aug-02 6:17 
GeneralRe: flash movies... Pin
Shog911-Aug-02 6:32
sitebuilderShog911-Aug-02 6:32 
GeneralRe: flash movies... Pin
Todd Smith11-Aug-02 11:44
Todd Smith11-Aug-02 11:44 
GeneralRe: flash movies... Pin
pépé12-Aug-02 22:02
pépé12-Aug-02 22:02 
GeneralFreeing GDI Resources Pin
Stew11-Aug-02 5:47
Stew11-Aug-02 5:47 
GeneralRe: Freeing GDI Resources Pin
Chris Losinger11-Aug-02 6:22
professionalChris Losinger11-Aug-02 6:22 
GeneralRe: Freeing GDI Resources Pin
Stew11-Aug-02 14:32
Stew11-Aug-02 14:32 
GeneralRe: Freeing GDI Resources Pin
Chris Losinger11-Aug-02 14:33
professionalChris Losinger11-Aug-02 14:33 
GeneralRe: Freeing GDI Resources Pin
Stew11-Aug-02 14:42
Stew11-Aug-02 14:42 
GeneralRe: Freeing GDI Resources Pin
Chris Losinger11-Aug-02 14:44
professionalChris Losinger11-Aug-02 14:44 
GeneralRe: Freeing GDI Resources Pin
Stew11-Aug-02 14:53
Stew11-Aug-02 14:53 
GeneralRe: Freeing GDI Resources Pin
Chris Losinger11-Aug-02 14:58
professionalChris Losinger11-Aug-02 14: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.