Click here to Skip to main content
15,902,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Conversion from BSTR to key in STL map Pin
Garth J Lancaster14-Nov-05 11:41
professionalGarth J Lancaster14-Nov-05 11:41 
AnswerRe: Conversion from BSTR to key in STL map Pin
Christian Graus14-Nov-05 12:37
protectorChristian Graus14-Nov-05 12:37 
QuestionShow color gradient in fullscreen - Win32 Pin
Emmanuel Arun Vinod14-Nov-05 9:27
Emmanuel Arun Vinod14-Nov-05 9:27 
AnswerRe: Show color gradient in fullscreen - Win32 Pin
Emmanuel Arun Vinod14-Nov-05 19:57
Emmanuel Arun Vinod14-Nov-05 19:57 
QuestionCreateFile question Pin
Manu_8114-Nov-05 8:38
Manu_8114-Nov-05 8:38 
AnswerRe: CreateFile question Pin
Blake Miller14-Nov-05 9:23
Blake Miller14-Nov-05 9:23 
GeneralRe: CreateFile question Pin
Manu_8114-Nov-05 11:03
Manu_8114-Nov-05 11:03 
GeneralRe: CreateFile question Pin
Blake Miller14-Nov-05 11:20
Blake Miller14-Nov-05 11:20 
You need to set the file pointer to the end of the file before writing to it if the file already exists. Otherwise, each time you open the file, the 'writing' will start at the very beginning of the file.

This will set file pointer to end of file, so you can 'append':

SetFilePointer(hOp, 0, NULL, FILE_END);
QuestionHow to add scroll bar in the child windows in MDI with Visual c++ 6.0 Pin
HMM_VC14-Nov-05 6:56
HMM_VC14-Nov-05 6:56 
QuestionError while building Pin
celllllllll14-Nov-05 5:39
celllllllll14-Nov-05 5:39 
AnswerRe: Error while building Pin
Blake Miller14-Nov-05 9:25
Blake Miller14-Nov-05 9:25 
QuestionVS.Net How to include a user defined variable in a setup project Pin
gkamendje14-Nov-05 5:33
gkamendje14-Nov-05 5:33 
AnswerRe: VS.Net How to include a user defined variable in a setup project Pin
Curtis Schlak.14-Nov-05 8:50
Curtis Schlak.14-Nov-05 8:50 
GeneralRe: VS.Net How to include a user defined variable in a setup project Pin
gkamendje15-Nov-05 5:52
gkamendje15-Nov-05 5:52 
Questionwindows explorer customization? Pin
YaronNir14-Nov-05 4:53
YaronNir14-Nov-05 4:53 
AnswerRe: windows explorer customization? Pin
David Crow14-Nov-05 8:25
David Crow14-Nov-05 8:25 
GeneralRe: windows explorer customization? Pin
Owner drawn14-Nov-05 20:30
Owner drawn14-Nov-05 20:30 
GeneralRe: windows explorer customization? Pin
YaronNir14-Nov-05 21:05
YaronNir14-Nov-05 21:05 
QuestionHow to retrive selection made in pop-up FONT DIALOG to Rich-Edit control Pin
RevathiRajaGopal14-Nov-05 4:29
RevathiRajaGopal14-Nov-05 4:29 
AnswerRe: How to retrive selection made in pop-up FONT DIALOG to Rich-Edit control Pin
Nish Nishant14-Nov-05 5:32
sitebuilderNish Nishant14-Nov-05 5:32 
AnswerRe: How to retrive selection made in pop-up FONT DIALOG to Rich-Edit control Pin
Maximilien14-Nov-05 6:46
Maximilien14-Nov-05 6:46 
Questionneed your advice to buy books to learn MFC with Visual C++.net, 2003 Pin
Loc Milkyway14-Nov-05 4:15
Loc Milkyway14-Nov-05 4:15 
AnswerRe: need your advice to buy books to learn MFC with Visual C++.net, 2003 Pin
Nish Nishant14-Nov-05 4:18
sitebuilderNish Nishant14-Nov-05 4:18 
GeneralRe: need your advice to buy books to learn MFC with Visual C++.net, 2003 Pin
Loc Milkyway14-Nov-05 4:52
Loc Milkyway14-Nov-05 4:52 
AnswerRe: need your advice to buy books to learn MFC with Visual C++.net, 2003 Pin
Nish Nishant14-Nov-05 4:19
sitebuilderNish Nishant14-Nov-05 4:19 

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.