Click here to Skip to main content
15,886,963 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: list control having color for its items Pin
Nibu babu thomas25-Apr-06 20:05
Nibu babu thomas25-Apr-06 20:05 
QuestionTabs in PropertySheet or TabCtrl Pin
Imtiaz Murtaza25-Apr-06 19:38
Imtiaz Murtaza25-Apr-06 19:38 
AnswerRe: Tabs in PropertySheet or TabCtrl Pin
Naveen25-Apr-06 20:31
Naveen25-Apr-06 20:31 
GeneralRe: Tabs in PropertySheet or TabCtrl Pin
Imtiaz Murtaza25-Apr-06 21:06
Imtiaz Murtaza25-Apr-06 21:06 
AnswerRe: Tabs in PropertySheet or TabCtrl Pin
Cool Ju25-Apr-06 20:40
Cool Ju25-Apr-06 20:40 
Questionhow to get the size of the file Pin
keerthikaaa25-Apr-06 19:13
keerthikaaa25-Apr-06 19:13 
AnswerRe: how to get the size of the file Pin
Naveen25-Apr-06 19:14
Naveen25-Apr-06 19:14 
AnswerRe: how to get the size of the file Pin
Aqueel25-Apr-06 19:56
Aqueel25-Apr-06 19:56 
Do something like that,
int fh = _open("myfile.txt", _O_APPEND , _S_IREAD | _S_IWRITE );<br />
int filesize = _filelength(fh);<br />
<br />
if (filesize == 0)<br />
{do something}


This requires following header files
1. io.h
2. fcntl.h
3. sys\stat.h

Good luck

We Believe in Excellence
www.aqueelmirza.cjb.net
AnswerRe: how to get the size of the file Pin
YaronNir25-Apr-06 20:56
YaronNir25-Apr-06 20:56 
GeneralRe: how to get the size of the file Pin
Nishad S25-Apr-06 21:27
Nishad S25-Apr-06 21:27 
Questionmultiple images problem Pin
Sandeep A.C25-Apr-06 19:05
Sandeep A.C25-Apr-06 19:05 
AnswerRe: multiple images problem Pin
Hamid_RT25-Apr-06 19:20
Hamid_RT25-Apr-06 19:20 
AnswerRe: multiple images problem Pin
Naveen25-Apr-06 19:21
Naveen25-Apr-06 19:21 
GeneralRe: multiple images problem Pin
Sandeep A.C25-Apr-06 19:31
Sandeep A.C25-Apr-06 19:31 
GeneralRe: multiple images problem Pin
Sandeep A.C25-Apr-06 20:50
Sandeep A.C25-Apr-06 20:50 
GeneralRe: multiple images problem Pin
Naveen25-Apr-06 20:55
Naveen25-Apr-06 20:55 
GeneralRe: multiple images problem Pin
Sandeep A.C25-Apr-06 21:45
Sandeep A.C25-Apr-06 21:45 
QuestionClosing an MFC Application Pin
lavate malllik25-Apr-06 18:13
lavate malllik25-Apr-06 18:13 
AnswerRe: Closing an MFC Application Pin
Nibu babu thomas25-Apr-06 18:43
Nibu babu thomas25-Apr-06 18:43 
GeneralRe: Closing an MFC Application Pin
lavate malllik25-Apr-06 19:01
lavate malllik25-Apr-06 19:01 
GeneralRe: Closing an MFC Application Pin
Nibu babu thomas25-Apr-06 19:15
Nibu babu thomas25-Apr-06 19:15 
GeneralRe: Closing an MFC Application Pin
lavate malllik25-Apr-06 19:32
lavate malllik25-Apr-06 19:32 
AnswerRe: Closing an MFC Application Pin
prasad_som25-Apr-06 19:55
prasad_som25-Apr-06 19:55 
GeneralRe: Closing an MFC Application Pin
lavate malllik25-Apr-06 20:49
lavate malllik25-Apr-06 20:49 
Questionrasentry alternate number problem Pin
jack122025-Apr-06 17:58
jack122025-Apr-06 17: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.