Click here to Skip to main content
16,010,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can i hide Static Text in MFC ? Pin
sumit.durg17-Jun-08 4:03
sumit.durg17-Jun-08 4:03 
AnswerRe: How can i hide Static Text in MFC ? Pin
toxcct17-Jun-08 4:10
toxcct17-Jun-08 4:10 
AnswerRe: How can i hide Static Text in MFC ? Pin
Jijo.Raj17-Jun-08 8:00
Jijo.Raj17-Jun-08 8:00 
GeneralRe: How can i hide Static Text in MFC ? Pin
ramnathrn17-Jun-08 8:13
ramnathrn17-Jun-08 8:13 
Question[OT] Re: How can i hide Static Text in MFC ? Pin
David Crow17-Jun-08 8:48
David Crow17-Jun-08 8:48 
GeneralRe: How can i hide Static Text in MFC ? Pin
Jijo.Raj17-Jun-08 8:58
Jijo.Raj17-Jun-08 8:58 
QuestionVISTA - CreateFile function returns not good handle. Pin
kkumarpatel17-Jun-08 3:56
kkumarpatel17-Jun-08 3:56 
AnswerRe: VISTA - CreateFile function returns not good handle. Pin
David Crow17-Jun-08 3:59
David Crow17-Jun-08 3:59 
krolta wrote:
I have application which makes a call to CreateFile and return handle FILE*...


CreateFile() returns a HANDLE, not a FILE pointer.

krolta wrote:
...but fprintf calls returns -1.


Since you opened the file with CreateFile(), you should be using WriteFile(). Otherwise, you'll need to open the file with fopen().

"Love people and use things, not love things and use people." - Unknown

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


AnswerRe: VISTA - CreateFile function returns not good handle. Pin
Hamid_RT17-Jun-08 7:36
Hamid_RT17-Jun-08 7:36 
Questionerror while running Pin
Mohanraj D17-Jun-08 3:52
Mohanraj D17-Jun-08 3:52 
QuestionRe: error while running Pin
David Crow17-Jun-08 3:56
David Crow17-Jun-08 3:56 
AnswerRe: error while running Pin
Hamid_RT17-Jun-08 7:37
Hamid_RT17-Jun-08 7:37 
GeneralRe: error while running Pin
Mohanraj D17-Jun-08 17:43
Mohanraj D17-Jun-08 17:43 
GeneralRe: error while running Pin
Hamid_RT17-Jun-08 20:09
Hamid_RT17-Jun-08 20:09 
GeneralRe: error while running Pin
Mohanraj D18-Jun-08 2:40
Mohanraj D18-Jun-08 2:40 
GeneralRe: error while running Pin
Hamid_RT18-Jun-08 6:28
Hamid_RT18-Jun-08 6:28 
GeneralRe: error while running Pin
Mohanraj D18-Jun-08 18:20
Mohanraj D18-Jun-08 18:20 
GeneralRe: error while running Pin
Hamid_RT18-Jun-08 23:41
Hamid_RT18-Jun-08 23:41 
GeneralRe: error while running Pin
Mohanraj D18-Jun-08 18:25
Mohanraj D18-Jun-08 18:25 
GeneralRe: error while running Pin
Hamid_RT18-Jun-08 23:45
Hamid_RT18-Jun-08 23:45 
AnswerRe: error while running Pin
Stephen Hewitt17-Jun-08 18:02
Stephen Hewitt17-Jun-08 18:02 
GeneralRe: error while running Pin
Mohanraj D18-Jun-08 2:20
Mohanraj D18-Jun-08 2:20 
GeneralRe: error while running Pin
Stephen Hewitt18-Jun-08 14:54
Stephen Hewitt18-Jun-08 14:54 
Questionconstant member function in Managed C++ Pin
Andy Rama17-Jun-08 2:41
Andy Rama17-Jun-08 2:41 
GeneralTry the right forum Pin
CPallini17-Jun-08 2:54
mveCPallini17-Jun-08 2:54 

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.