Click here to Skip to main content
16,004,974 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem with report generation Pin
Shraddha Gautam27-Apr-07 0:47
Shraddha Gautam27-Apr-07 0:47 
QuestionGetting a text that cursor is pointing Pin
Toubou27-Apr-07 0:22
Toubou27-Apr-07 0:22 
AnswerRe: Getting a text that cursor is pointing Pin
Arman S.27-Apr-07 0:35
Arman S.27-Apr-07 0:35 
AnswerRe: Getting a text that cursor is pointing Pin
Hamid_RT27-Apr-07 0:39
Hamid_RT27-Apr-07 0:39 
GeneralRe: Getting a text that cursor is pointing Pin
Toubou27-Apr-07 1:09
Toubou27-Apr-07 1:09 
GeneralRe: Getting a text that cursor is pointing Pin
Hamid_RT27-Apr-07 1:12
Hamid_RT27-Apr-07 1:12 
QuestionVC++2005: IDE problem... Pin
Joan M27-Apr-07 0:18
professionalJoan M27-Apr-07 0:18 
AnswerRe: VC++2005: IDE problem... Pin
krmed27-Apr-07 6:55
krmed27-Apr-07 6:55 
When you use the wizard to add a function, you'll find the name of the file that the function will be added to in an edit box near the bottom right.

Simply edit that to have the path to your file. We also have that problem, as our .sln and .vcproj files are in a bld subdirectory under the main project directory, and our sources are in a src directory under the main directory.
So when we add a function, the file name may appear as
myclass.cpp
and we simply change it to
..\src\myclass.cpp


Hope that helps.

Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

GeneralRe: VC++2005: IDE problem... Pin
Joan M27-Apr-07 7:00
professionalJoan M27-Apr-07 7:00 
QuestionDisplay of graph Pin
Aint26-Apr-07 23:59
Aint26-Apr-07 23:59 
Questionc++ network programming Pin
tamer hasasn26-Apr-07 23:32
tamer hasasn26-Apr-07 23:32 
AnswerRe: c++ network programming Pin
Cedric Moonen26-Apr-07 23:42
Cedric Moonen26-Apr-07 23:42 
Questiona question about Combo Box Pin
wangy27526-Apr-07 23:31
wangy27526-Apr-07 23:31 
AnswerRe: a question about Combo Box Pin
Hamid_RT27-Apr-07 0:38
Hamid_RT27-Apr-07 0:38 
QuestionRe: a question about Combo Box Pin
David Crow27-Apr-07 3:14
David Crow27-Apr-07 3:14 
AnswerRe: a question about Combo Box Pin
wangy27527-Apr-07 15:00
wangy27527-Apr-07 15:00 
QuestionRe: a question about Combo Box Pin
David Crow30-Apr-07 2:47
David Crow30-Apr-07 2:47 
QuestionVMR9 Renderless mode Pin
Firedragonweb26-Apr-07 23:29
Firedragonweb26-Apr-07 23:29 
AnswerRe: VMR9 Renderless mode Pin
Mark Salsbery29-Apr-07 9:43
Mark Salsbery29-Apr-07 9:43 
Questionpermission Pin
Try26-Apr-07 23:22
Try26-Apr-07 23:22 
AnswerRe: permission Pin
Paresh Chitte26-Apr-07 23:38
Paresh Chitte26-Apr-07 23:38 
GeneralRe: permission Pin
Try27-Apr-07 0:50
Try27-Apr-07 0:50 
AnswerRe: permission Pin
David Crow27-Apr-07 3:16
David Crow27-Apr-07 3:16 
Questiondatabase &CListCtrl Pin
hero199526-Apr-07 23:21
hero199526-Apr-07 23:21 
AnswerRe: database CListCtrl Pin
Hamid_RT26-Apr-07 23:28
Hamid_RT26-Apr-07 23:28 

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.