Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can I see line numbers? Pin
Shog923-Jun-02 17:34
sitebuilderShog923-Jun-02 17:34 
AnswerRe: How can I see line numbers? Pin
Rama Krishna Vavilala23-Jun-02 17:39
Rama Krishna Vavilala23-Jun-02 17:39 
AnswerRe: How can I see line numbers? Pin
Rick Crone26-Jun-02 10:25
Rick Crone26-Jun-02 10:25 
Generalprint message in VC IDE's debug window Pin
zecodela23-Jun-02 17:20
zecodela23-Jun-02 17:20 
GeneralRe: print message in VC IDE's debug window Pin
Shog923-Jun-02 17:35
sitebuilderShog923-Jun-02 17:35 
GeneralRe: print message in VC IDE's debug window Pin
zecodela23-Jun-02 19:49
zecodela23-Jun-02 19:49 
Generaln i disableHow can i disable the shadows for the menus... Pin
MaTrIX2k223-Jun-02 12:18
MaTrIX2k223-Jun-02 12:18 
GeneralPosition in midi Pin
23-Jun-02 11:26
suss23-Jun-02 11:26 
I am trying to find the position in a midi file. The file is opened and playing and the time format is in milliseconds if that matters. The following code always returns false after the mciSendCommand. Why? What is going wrong?

MCI_STATUS_PARMS mci_status_params;
mci_status_params.dwItem = MCI_STATUS_POSITION;
if(mciSendCommand(myDeviceHandle, MCI_STATUS, MCI_STATUS_ITEM, (DWORD)&mci_status_params))
{
return false; // this always occurs
}
myPosition = mci_status_params.dwReturn;

return myPosition;

Can anyone help? Obviously I am using MCI.
GeneralCreating Links On windows 2000 Pin
Bill SerGio23-Jun-02 10:00
Bill SerGio23-Jun-02 10:00 
GeneralRe: Creating Links On windows 2000 Pin
ColinDavies23-Jun-02 10:13
ColinDavies23-Jun-02 10:13 
GeneralRe: Creating Links On windows 2000 Pin
Bill SerGio23-Jun-02 10:23
Bill SerGio23-Jun-02 10:23 
GeneralRe: Creating Links On windows 2000 Pin
Tim Smith23-Jun-02 10:35
Tim Smith23-Jun-02 10:35 
GeneralRe: Creating Links On windows 2000 Pin
Bill SerGio23-Jun-02 10:49
Bill SerGio23-Jun-02 10:49 
GeneralRe: Creating Links On windows 2000 Pin
Shog923-Jun-02 11:08
sitebuilderShog923-Jun-02 11:08 
GeneralRe: Creating Links On windows 2000 Pin
loket23-Jun-02 11:14
loket23-Jun-02 11:14 
GeneralFrom Bill SerGio Pin
Bill SerGio23-Jun-02 11:41
Bill SerGio23-Jun-02 11:41 
GeneralRe: Creating Links On windows 2000 Pin
Navin23-Jun-02 13:34
Navin23-Jun-02 13:34 
GeneralRe: Creating Links On windows 2000 Pin
Shog923-Jun-02 10:25
sitebuilderShog923-Jun-02 10:25 
GeneralRe: Creating Links On windows 2000 Pin
ColinDavies23-Jun-02 10:27
ColinDavies23-Jun-02 10:27 
GeneralRe: Creating Links On windows 2000 Pin
Bill SerGio23-Jun-02 10:33
Bill SerGio23-Jun-02 10:33 
GeneralRe: Creating Links On windows 2000 Pin
Bill SerGio23-Jun-02 10:34
Bill SerGio23-Jun-02 10:34 
GeneralRe: Creating Links On windows 2000 Pin
ColinDavies23-Jun-02 11:24
ColinDavies23-Jun-02 11:24 
GeneralHere's why Links Fail on Windows 2000 Pin
Bill SerGio23-Jun-02 9:04
Bill SerGio23-Jun-02 9:04 
GeneralRe: Here's why Links Fail on Windows 2000 Pin
Bill SerGio23-Jun-02 9:12
Bill SerGio23-Jun-02 9:12 
GeneralRe: Here's why Links Fail on Windows 2000 Pin
loket23-Jun-02 9:20
loket23-Jun-02 9:20 

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.