Click here to Skip to main content
15,894,410 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to display icon on the screen??? Pin
eli150219797-Sep-05 3:24
eli150219797-Sep-05 3:24 
AnswerRe: How to display icon on the screen??? Pin
Mircea Puiu7-Sep-05 4:53
Mircea Puiu7-Sep-05 4:53 
QuestionGetting Color of Control Pin
Identity Undisclosed7-Sep-05 1:59
Identity Undisclosed7-Sep-05 1:59 
AnswerRe: Getting Color of Control Pin
David Crow7-Sep-05 3:09
David Crow7-Sep-05 3:09 
GeneralRe: Getting Color of Control Pin
Identity Undisclosed7-Sep-05 3:40
Identity Undisclosed7-Sep-05 3:40 
GeneralRe: Getting Color of Control Pin
David Crow7-Sep-05 6:21
David Crow7-Sep-05 6:21 
QuestionActiveX control versioning Pin
Ahsan Askare7-Sep-05 1:35
Ahsan Askare7-Sep-05 1:35 
QuestionAlternate for file descriptor in .net Pin
AnkurGupta_19817-Sep-05 1:26
AnkurGupta_19817-Sep-05 1:26 
Hi,

I am upgrading my application to use V.C 7.1 compiler version. AT present it is using 6.0 compiler.
The problem i am facing is use of File stream.
My req is to share same open file with filebuff and fsrteam object
Please find the code snippet below
Compiler is not recognizing .fd()
Error is in this line int fdesc = v_AppFile.fd();

filebuf v_AppFile;
v_Fb = v_AppFile.open (strFileToOpen, 0);
int fdesc = v_AppFile.fd();
if(EOF != fdesc)
{ v_stream = new fstream(fdesc);
.
.
}


Regards... Ankur
QuestionGuidelines on ActiveX with a web page Pin
Trollslayer7-Sep-05 1:16
mentorTrollslayer7-Sep-05 1:16 
QuestionRe: Guidelines on ActiveX with a web page Pin
dabs13-Oct-05 8:58
dabs13-Oct-05 8:58 
AnswerRe: Guidelines on ActiveX with a web page Pin
Trollslayer13-Oct-05 9:23
mentorTrollslayer13-Oct-05 9:23 
QuestionSet client rectangle Pin
johnnyXP7-Sep-05 0:35
johnnyXP7-Sep-05 0:35 
AnswerRe: Set client rectangle Pin
Bob Ciora7-Sep-05 0:53
Bob Ciora7-Sep-05 0:53 
AnswerRe: Set client rectangle Pin
David Crow7-Sep-05 3:11
David Crow7-Sep-05 3:11 
QuestionMS Word automation Pin
Ahsan Askare7-Sep-05 0:27
Ahsan Askare7-Sep-05 0:27 
QuestionToolbar Background Color Pin
Identity Undisclosed7-Sep-05 0:27
Identity Undisclosed7-Sep-05 0:27 
QuestionDraw icon next to edit control in combo box Pin
Skute7-Sep-05 0:15
Skute7-Sep-05 0:15 
Questionctrl->alt by hooking Pin
szeszike6-Sep-05 23:25
szeszike6-Sep-05 23:25 
QuestionHow to monitor internet activities Pin
rajeevktripathi6-Sep-05 23:06
rajeevktripathi6-Sep-05 23:06 
AnswerRe: How to monitor internet activities Pin
David Crow7-Sep-05 3:14
David Crow7-Sep-05 3:14 
AnswerRe: How to monitor internet activities Pin
IndianOcean7-Sep-05 3:42
IndianOcean7-Sep-05 3:42 
Questionsimplest thread program doesn't work Pin
Spiritofamerica6-Sep-05 22:40
Spiritofamerica6-Sep-05 22:40 
AnswerRe: simplest thread program doesn't work Pin
Cedric Moonen6-Sep-05 22:57
Cedric Moonen6-Sep-05 22:57 
AnswerRe: simplest thread program doesn't work Pin
Hans Ruck6-Sep-05 22:58
Hans Ruck6-Sep-05 22:58 
AnswerRe: simplest thread program doesn't work Pin
Marc Soleda6-Sep-05 23:06
Marc Soleda6-Sep-05 23:06 

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.