Click here to Skip to main content
15,899,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Access Violation error in MFC Pin
Reagan Conservative14-Aug-08 8:29
Reagan Conservative14-Aug-08 8:29 
GeneralRe: Access Violation error in MFC Pin
Larry Mills Sr14-Aug-08 10:05
Larry Mills Sr14-Aug-08 10:05 
QuestionHow to get SysMonthCal32 to display in the dialog font when a theme is active? Pin
Keith Worden14-Aug-08 6:52
Keith Worden14-Aug-08 6:52 
QuestionASp.NEt how to delete a row from a grid Pin
reogeo200814-Aug-08 6:28
reogeo200814-Aug-08 6:28 
AnswerRe: ASp.NEt how to delete a row from a grid Pin
Mark Salsbery14-Aug-08 6:44
Mark Salsbery14-Aug-08 6:44 
GeneralRe: ASp.NEt how to delete a row from a grid Pin
Jijo.Raj14-Aug-08 20:28
Jijo.Raj14-Aug-08 20:28 
QuestionHow to reuse a dialog resource in another project Pin
Electronic7514-Aug-08 2:36
Electronic7514-Aug-08 2:36 
AnswerRe: How to reuse a dialog resource in another project Pin
SandipG 14-Aug-08 2:43
SandipG 14-Aug-08 2:43 
I do it this way

1. Copy the RC file from which you want to reuse the dialog to new Project folder
2. Add the copied rc file to your new project.
3. It will show you warning that there can be only one rc active but just say "ok" on it.
4. Now I just open the resource view and drag the dialogs or resources that you want from copied rc file to the new projects file.
5. After you are done just remove the copied rc file from the project.

I hope it helps. I do this way because i don't have to bother about the formatting in rc file.

Regards,
Sandip.

GeneralRe: How to reuse a dialog resource in another project Pin
ThatsAlok19-Aug-08 20:41
ThatsAlok19-Aug-08 20:41 
GeneralRe: How to reuse a dialog resource in another project Pin
SandipG 19-Aug-08 20:54
SandipG 19-Aug-08 20:54 
Questionchanging windows language in the code Pin
iayd14-Aug-08 1:46
iayd14-Aug-08 1:46 
AnswerRe: changing windows language in the code Pin
_AnsHUMAN_ 14-Aug-08 1:52
_AnsHUMAN_ 14-Aug-08 1:52 
GeneralRe: changing windows language in the code Pin
iayd14-Aug-08 1:58
iayd14-Aug-08 1:58 
GeneralRe: changing windows language in the code [modified] Pin
_AnsHUMAN_ 14-Aug-08 2:06
_AnsHUMAN_ 14-Aug-08 2:06 
AnswerRe: changing windows language in the code Pin
SandipG 14-Aug-08 2:14
SandipG 14-Aug-08 2:14 
GeneralRe: changing windows language in the code Pin
iayd14-Aug-08 2:31
iayd14-Aug-08 2:31 
GeneralRe: changing windows language in the code Pin
David Crow14-Aug-08 3:45
David Crow14-Aug-08 3:45 
AnswerRe: changing windows language in the code Pin
Nemanja Trifunovic14-Aug-08 3:11
Nemanja Trifunovic14-Aug-08 3:11 
QuestionRe: changing windows language in the code Pin
David Crow14-Aug-08 3:49
David Crow14-Aug-08 3:49 
AnswerRe: changing windows language in the code Pin
iayd14-Aug-08 4:20
iayd14-Aug-08 4:20 
GeneralRe: changing windows language in the code Pin
Nemanja Trifunovic14-Aug-08 4:42
Nemanja Trifunovic14-Aug-08 4:42 
GeneralRe: changing windows language in the code Pin
iayd14-Aug-08 5:05
iayd14-Aug-08 5:05 
Questioncannot compile Pin
Mogaambo14-Aug-08 1:12
Mogaambo14-Aug-08 1:12 
AnswerRe: cannot compile Pin
Michael Schubert14-Aug-08 1:35
Michael Schubert14-Aug-08 1:35 
QuestionWaitForSingleObject doesn't work for waiting till the completion of the Thread [modified] Pin
ptr_Electron14-Aug-08 0:27
ptr_Electron14-Aug-08 0:27 

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.