Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Identifying multiple instances of a program? Pin
PJ Arends7-Jan-05 8:21
professionalPJ Arends7-Jan-05 8:21 
GeneralCDC and BItmap question Pin
Maverick7-Jan-05 7:25
Maverick7-Jan-05 7:25 
GeneralRe: CDC and BItmap question Pin
PJ Arends7-Jan-05 9:13
professionalPJ Arends7-Jan-05 9:13 
GeneralRe: CDC and BItmap question Pin
Maverick7-Jan-05 15:36
Maverick7-Jan-05 15:36 
GeneralSynchronization with CTypedPtrArray Pin
Konrad Windszus7-Jan-05 7:24
Konrad Windszus7-Jan-05 7:24 
GeneralRe: Synchronization with CTypedPtrArray Pin
Ravi Bhavnani7-Jan-05 14:44
professionalRavi Bhavnani7-Jan-05 14:44 
GeneralSelecting last line of text in my View class Pin
7-Jan-05 6:59
suss7-Jan-05 6:59 
GeneralCurious about the file sort order Pin
LiYS7-Jan-05 5:46
LiYS7-Jan-05 5:46 
Hi all:
Recently I've finished the coding of a tiny function which is to specify the files(Mp3s) order (by which the one appear first can be played first in the Mp3 player, this order depending on the result of DOS command "dir").

I'm not familiar with file system, after a little research, I found that the order in which you copying file to the destination folder(Mp3 Player Destination drive) is the order that the mp3 will played. So I implemented the code according to this principle. I was excited to found I really can control which mp3 should be played first. But after a little testing I found that this principle is not running stable, It will out of order once in a while.

Finally I decided to turn to another alternative which is FDT(File Directory Table). I heard from some guys that FDT can decide the file order either but much at low level.I wish I could write to the FDT of each file such that to achieve the objective. Can anybody provide the principle of writing to FDT or totally different method to affected the file order?
really appreciated !!!Big Grin | :-D




GeneralConvert PDF files into EMF Pin
smile86917-Jan-05 5:11
smile86917-Jan-05 5:11 
GeneralRe: Convert PDF files into EMF Pin
basementman7-Jan-05 7:09
basementman7-Jan-05 7:09 
GeneralRead single bit from a file Pin
Nitron7-Jan-05 4:57
Nitron7-Jan-05 4:57 
GeneralRe: Read single bit from a file Pin
Graham Bradshaw7-Jan-05 5:25
Graham Bradshaw7-Jan-05 5:25 
GeneralRe: Read single bit from a file Pin
Nitron7-Jan-05 5:27
Nitron7-Jan-05 5:27 
GeneralImplementing a static function for utility class Pin
Anonymous7-Jan-05 4:08
Anonymous7-Jan-05 4:08 
GeneralRe: Implementing a static function for utility class Pin
Maximilien7-Jan-05 4:20
Maximilien7-Jan-05 4:20 
GeneralRe: Implementing a static function for utility class Pin
Anonymous7-Jan-05 6:40
Anonymous7-Jan-05 6:40 
Generalvirtual drive for winXP Pin
neq7-Jan-05 3:33
neq7-Jan-05 3:33 
GeneralDebugActiveProcess question Pin
Cptkli7-Jan-05 2:55
Cptkli7-Jan-05 2:55 
GeneralRe: DebugActiveProcess question Pin
Duncan Edwards Jones7-Jan-05 3:17
professionalDuncan Edwards Jones7-Jan-05 3:17 
GeneralRe: DebugActiveProcess question Pin
klington7-Jan-05 3:28
klington7-Jan-05 3:28 
GeneralRe: DebugActiveProcess question Pin
Duncan Edwards Jones7-Jan-05 4:14
professionalDuncan Edwards Jones7-Jan-05 4:14 
GeneralRe: DebugActiveProcess question Pin
klington7-Jan-05 4:48
klington7-Jan-05 4:48 
GeneralScrollable view !?! Pin
CaptnB7-Jan-05 2:45
CaptnB7-Jan-05 2:45 
QuestionHow to get the registry location for an application specific registry details Pin
Vaibhav Sanghavi7-Jan-05 1:13
Vaibhav Sanghavi7-Jan-05 1:13 
AnswerRe: How to get the registry location for an application specific registry details Pin
Maximilien7-Jan-05 2:44
Maximilien7-Jan-05 2:44 

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.