Click here to Skip to main content
16,005,038 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Has Anyone ever had D3D Running FULLSCREEN in a SDI App?? Pin
Member 50926813-Oct-03 6:33
Member 50926813-Oct-03 6:33 
GeneralEnum problem Pin
Ziro_012-Oct-03 5:39
Ziro_012-Oct-03 5:39 
GeneralRe: Enum problem Pin
Michael Dunn12-Oct-03 7:52
sitebuilderMichael Dunn12-Oct-03 7:52 
GeneralRe: Enum problem Pin
Ziro_012-Oct-03 15:46
Ziro_012-Oct-03 15:46 
GeneralUpdateData() and worker thread Pin
AJ12312-Oct-03 5:24
AJ12312-Oct-03 5:24 
GeneralHarddisk partitions Pin
m.badran12-Oct-03 4:56
m.badran12-Oct-03 4:56 
GeneralRe: Harddisk partitions Pin
Michael Dunn12-Oct-03 7:54
sitebuilderMichael Dunn12-Oct-03 7:54 
GeneralRe: Harddisk partitions Pin
Chernobog112-Oct-03 21:37
Chernobog112-Oct-03 21:37 
TCHAR drive[] = "a:\\";
int NoDrives =0;
for (int i= 'A';i<'Z';i++)
{
drive[0] = i;
UINT type= GetDriveType (drive);
if (type !=DRIVE_NO_ROOT_DIR )
{
SHFILEINFO fi;
SHGetFileInfo (drive,0,&fi,sizeof
(fi),SHGFI_TYPENAME|SHGFI_DISPLAYNAME|SHGFI_SMALLICON|SHGFI_ICON );
// fi.szDisplayName; Partition or drive name
// fi.TypeName Type name
// fi.hIcon Index of the icon of the drive in the system
NoDrives ++;
);
};

This should work .
GeneralRe: Harddisk partitions Pin
Michael Dunn13-Oct-03 4:43
sitebuilderMichael Dunn13-Oct-03 4:43 
GeneralCOleDropTarget::OnDragOver(), windows ignores my DROPEFFECT_NONE Pin
ohadp12-Oct-03 1:55
ohadp12-Oct-03 1:55 
GeneralNetwork Spy Pin
Stan the man12-Oct-03 1:49
Stan the man12-Oct-03 1:49 
GeneralNetwork Spy Pin
Stan the man12-Oct-03 1:48
Stan the man12-Oct-03 1:48 
GeneralRe: Network Spy Pin
Terry O'Nolley12-Oct-03 13:57
Terry O'Nolley12-Oct-03 13:57 
QuestionPossible to build static Libs with Ressources? Pin
conman11012-Oct-03 0:27
conman11012-Oct-03 0:27 
AnswerRe: Possible to build static Libs with Ressources? Pin
Mike Dimmick12-Oct-03 2:42
Mike Dimmick12-Oct-03 2:42 
GeneralRe: Possible to build static Libs with Ressources? Pin
conman11012-Oct-03 4:52
conman11012-Oct-03 4:52 
Generalsorry for the newbie questions hehe Pin
N.Byarley11-Oct-03 16:48
N.Byarley11-Oct-03 16:48 
QuestionHow to read a file line-by-line? Pin
IGx8911-Oct-03 14:33
IGx8911-Oct-03 14:33 
AnswerRe: How to read a file line-by-line? Pin
ZoogieZork11-Oct-03 16:23
ZoogieZork11-Oct-03 16:23 
AnswerRe: How to read a file line-by-line? Pin
Mike Dimmick12-Oct-03 2:43
Mike Dimmick12-Oct-03 2:43 
GeneralRe: How to read a file line-by-line? Pin
IGx8912-Oct-03 10:09
IGx8912-Oct-03 10:09 
AnswerRe: How to read a file line-by-line? Pin
W. Hammer -sledge-12-Oct-03 6:41
W. Hammer -sledge-12-Oct-03 6:41 
AnswerRe: How to read a file line-by-line? Pin
valikac12-Oct-03 16:35
valikac12-Oct-03 16:35 
GeneralOpenRequest Pin
Anonymous11-Oct-03 12:20
Anonymous11-Oct-03 12:20 
GeneralBook on VC++ and mail Applications Pin
deep72511-Oct-03 12:11
deep72511-Oct-03 12:11 

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.