Click here to Skip to main content
15,888,454 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Send F5 or left arrow message Pin
Tomaz Rotovnik18-Mar-04 7:25
Tomaz Rotovnik18-Mar-04 7:25 
GeneralHelp With Control Focus Pin
Jack Reed17-Mar-04 4:44
Jack Reed17-Mar-04 4:44 
GeneralRe: Help With Control Focus Pin
David Crow17-Mar-04 4:53
David Crow17-Mar-04 4:53 
GeneralRe: Help With Control Focus Pin
Jack Reed19-Mar-04 9:38
Jack Reed19-Mar-04 9:38 
Questionwhat does "rhs" mean? Pin
Bash17-Mar-04 4:23
Bash17-Mar-04 4:23 
AnswerRe: what does "rhs" mean? Pin
TFrancis17-Mar-04 4:27
TFrancis17-Mar-04 4:27 
AnswerRe: what does "rhs" mean? Pin
hph17-Mar-04 4:28
hph17-Mar-04 4:28 
GeneralIncluding project files from library Pin
Cedric Moonen17-Mar-04 4:19
Cedric Moonen17-Mar-04 4:19 
Hi !

I need to design a class that will encapsulate an ActiveX object (a chart control). I want to put these files (the .h and the .cpp files) in a library common to all of my projects so I can reuse this class.
The problem is that the files for the ActiveX object need to be in the project directory (I use Add To Project->Components and Control to add the ActiveX to my project).
Is there a macro that I can use like the following way:

#include "CURRENT_PROJECT_DIRECTORY\CChart.h"

in order to access the current project directory from a file within my library ??

The files for the ActiveX cannot be copied in the library. Any idea ??
GeneralOpenProcess Pin
hph17-Mar-04 4:03
hph17-Mar-04 4:03 
GeneralRe: OpenProcess Pin
gUrM33T17-Mar-04 14:57
gUrM33T17-Mar-04 14:57 
GeneralWindows NT Device Driver and PCI Bus access on Windows NT Pin
BhaskarBora17-Mar-04 3:57
BhaskarBora17-Mar-04 3:57 
QuestionHow to creat a graphical back ground and button on a dialog class in MFC? Pin
flow555517-Mar-04 2:58
flow555517-Mar-04 2:58 
AnswerRe: How to creat a graphical back ground and button on a dialog class in MFC? Pin
David Crow17-Mar-04 4:33
David Crow17-Mar-04 4:33 
GeneralSharing data among Threads Pin
Cedric Moonen17-Mar-04 2:44
Cedric Moonen17-Mar-04 2:44 
GeneralRe: Sharing data among Threads Pin
GuimaSun17-Mar-04 3:13
GuimaSun17-Mar-04 3:13 
GeneralRe: Sharing data among Threads Pin
Cedric Moonen17-Mar-04 3:31
Cedric Moonen17-Mar-04 3:31 
GeneralURL opens application Pin
Florin Ochiana17-Mar-04 1:49
Florin Ochiana17-Mar-04 1:49 
QuestionHow to use CheckMenuItem()???????? Pin
Anonymous17-Mar-04 1:46
Anonymous17-Mar-04 1:46 
AnswerRe: How to use CheckMenuItem()???????? Pin
Florin Ochiana17-Mar-04 2:00
Florin Ochiana17-Mar-04 2:00 
GeneralRe: How to use CheckMenuItem()???????? Pin
Anonymous17-Mar-04 2:10
Anonymous17-Mar-04 2:10 
GeneralRe: How to use CheckMenuItem()???????? Pin
Florin Ochiana17-Mar-04 2:19
Florin Ochiana17-Mar-04 2:19 
GeneralThank u very much!! Pin
Anonymous17-Mar-04 2:39
Anonymous17-Mar-04 2:39 
AnswerRe: How to use CheckMenuItem()???????? Pin
Maximilien17-Mar-04 2:33
Maximilien17-Mar-04 2:33 
Generalcin >> question Pin
ns17-Mar-04 1:16
ns17-Mar-04 1:16 
GeneralRe: cin >> question Pin
David Crow17-Mar-04 2:27
David Crow17-Mar-04 2: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.