Click here to Skip to main content
15,906,335 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDevice units to Pixels Pin
Ernesto D.7-Apr-03 21:16
Ernesto D.7-Apr-03 21:16 
GeneralRe: Device units to Pixels Pin
Martyn Pearson7-Apr-03 21:39
Martyn Pearson7-Apr-03 21:39 
GeneralRe: Device units to Pixels Pin
puzzolino7-Apr-03 21:44
puzzolino7-Apr-03 21:44 
GeneralReplace Data in file Pin
Cedric Moonen7-Apr-03 20:36
Cedric Moonen7-Apr-03 20:36 
GeneralRe: Replace Data in file Pin
csc7-Apr-03 21:40
csc7-Apr-03 21:40 
GeneralRe: Replace Data in file Pin
Martyn Pearson7-Apr-03 21:43
Martyn Pearson7-Apr-03 21:43 
GeneralRe: Replace Data in file Pin
Cedric Moonen7-Apr-03 22:07
Cedric Moonen7-Apr-03 22:07 
GeneralFile search problem Pin
RaajaOfSelf7-Apr-03 20:19
RaajaOfSelf7-Apr-03 20:19 
I have some problem in my code .Due to my inexpereicne iam not able to solve it .
HANDLE hFile;
LPWIN32_FIND_DATA FileData;

hFile=FindFirstFile(str,FileData);

if(hFile==INVALID_HANDLE_VALUE)
{

FindClose(hFile);
return FALSE;

}
else
{

FindClose(hFile);

AfxMessageBox("File Does Exists ");
return TRUE;

}

This is a MFC application .This code is part of CMainFrame class in a fucntion .When the function returns TRUE ,the application crashes .Help me out please
GeneralRe: File search problem Pin
Martyn Pearson7-Apr-03 21:46
Martyn Pearson7-Apr-03 21:46 
GeneralRe: File search problem Pin
csc7-Apr-03 21:57
csc7-Apr-03 21:57 
QuestionHow to get vector single line font as in AutoCAD???How to use it?? Pin
Jon_Hu7-Apr-03 18:49
Jon_Hu7-Apr-03 18:49 
GeneralOpenGL vs. Direct3d Pin
snood7-Apr-03 18:29
snood7-Apr-03 18:29 
GeneralRe: OpenGL vs. Direct3d Pin
puzzolino7-Apr-03 21:22
puzzolino7-Apr-03 21:22 
GeneralRe: OpenGL vs. Direct3d Pin
Roger Allen8-Apr-03 1:36
Roger Allen8-Apr-03 1:36 
General2 questions Pin
Stan the man7-Apr-03 17:11
Stan the man7-Apr-03 17:11 
GeneralRe: 2 questions Pin
Dave Bryant7-Apr-03 17:32
Dave Bryant7-Apr-03 17:32 
GeneralRe: 2 questions Pin
J. Dunlap7-Apr-03 17:36
J. Dunlap7-Apr-03 17:36 
QuestionHow do it? Pin
shd41917-Apr-03 16:38
shd41917-Apr-03 16:38 
AnswerRe: How do it? Pin
Nick Parker7-Apr-03 16:46
protectorNick Parker7-Apr-03 16:46 
GeneralThank you. I have solved it. Pin
shd41917-Apr-03 16:56
shd41917-Apr-03 16:56 
GeneralTask Bar confusion! Help Pin
brigham_young7-Apr-03 15:16
brigham_young7-Apr-03 15:16 
GeneralRe: Task Bar confusion! Help Pin
Nick Parker7-Apr-03 16:34
protectorNick Parker7-Apr-03 16:34 
Generalabout GDI+ speed Pin
gata_jzx907-Apr-03 15:07
gata_jzx907-Apr-03 15:07 
GeneralRe: about GDI+ speed Pin
J. Dunlap7-Apr-03 17:34
J. Dunlap7-Apr-03 17:34 
GeneralRe: about GDI+ speed Pin
gata_jzx907-Apr-03 18:42
gata_jzx907-Apr-03 18:42 

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.