Click here to Skip to main content
15,914,289 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Services icon problem Pin
Iain Clarke, Warrior Programmer3-Jun-04 4:30
Iain Clarke, Warrior Programmer3-Jun-04 4:30 
GeneralRe: Services icon problem Pin
Anonymous5-Jun-04 21:37
Anonymous5-Jun-04 21:37 
GeneralMFC App to DLL Query Pin
sweep1232-Jun-04 22:09
sweep1232-Jun-04 22:09 
GeneralRe: MFC App to DLL Query Pin
John R. Shaw2-Jun-04 22:24
John R. Shaw2-Jun-04 22:24 
GeneralRe: MFC App to DLL Query Pin
sweep1232-Jun-04 22:35
sweep1232-Jun-04 22:35 
GeneralRe: MFC App to DLL Query Pin
John R. Shaw2-Jun-04 23:43
John R. Shaw2-Jun-04 23:43 
GeneralRe: MFC App to DLL Query Pin
sweep1233-Jun-04 0:30
sweep1233-Jun-04 0:30 
GeneralRe: MFC App to DLL Query Pin
John R. Shaw3-Jun-04 1:35
John R. Shaw3-Jun-04 1:35 
The dialog should be just another function that you call. In order for it to display the infomation it has to call the same functions that an external program would have to call. If the data source is seperated from the code that displays the data, then anybody can access the data. For example document->view; the document is the data the view is the display. You could have one view show the data as a line graph and another as a bar graph, they all are getting the data from the same source.

As to whether you can bypass DirectX for Joystick control messages, I do not know. I suspect you cann't.

sweep123 wrote:
But when I load this DLL, will the dialog be displayed?
No!


sweep123 wrote:
can I still use the Joystick messages in the DLL without creating an MFC type program with dialogs etc.
Yes!

MFC is just a frame work provided by Microsoft. It is not the key to writing Windows programs, the key is the Windows SDK which was written in C. MFC just make it easier to write programs for Windows. Try to write your code as MFC independent as possible, use MFC mainly for the interface.


INTP
GeneralRe: MFC App to DLL Query Pin
sweep1233-Jun-04 2:31
sweep1233-Jun-04 2:31 
GeneralAbout nmake and vcvars32.bat Pin
Filomela2-Jun-04 22:03
Filomela2-Jun-04 22:03 
GeneralRe: About nmake and vcvars32.bat Pin
David Crow3-Jun-04 4:24
David Crow3-Jun-04 4:24 
GeneralRe: About nmake and vcvars32.bat Pin
Filomela3-Jun-04 21:04
Filomela3-Jun-04 21:04 
GeneralPreTranslateMessage problems Pin
Aviv Halperin2-Jun-04 22:02
Aviv Halperin2-Jun-04 22:02 
GeneralRe: PreTranslateMessage problems Pin
John R. Shaw2-Jun-04 22:44
John R. Shaw2-Jun-04 22:44 
GeneralRe: PreTranslateMessage problems Pin
Aviv Halperin3-Jun-04 0:04
Aviv Halperin3-Jun-04 0:04 
GeneralRe: PreTranslateMessage problems Pin
John R. Shaw3-Jun-04 0:50
John R. Shaw3-Jun-04 0:50 
QuestionCan i send Data to USB port Pin
Zeeshan Bilal2-Jun-04 21:45
Zeeshan Bilal2-Jun-04 21:45 
AnswerRe: Can i send Data to USB port Pin
John R. Shaw2-Jun-04 21:54
John R. Shaw2-Jun-04 21:54 
AnswerRe: Can i send Data to USB port Pin
Antony M Kancidrowski3-Jun-04 1:27
Antony M Kancidrowski3-Jun-04 1:27 
GeneralRe: Can i send Data to USB port Pin
jmkhael3-Jun-04 1:54
jmkhael3-Jun-04 1:54 
GeneralRe: Can i send Data to USB port Pin
Antony M Kancidrowski3-Jun-04 5:44
Antony M Kancidrowski3-Jun-04 5:44 
QuestionHow to show 24-bit Bitmap in toolbar Icon..VC++6 Pin
Sumit Kapoor2-Jun-04 21:24
Sumit Kapoor2-Jun-04 21:24 
AnswerRe: How to show 24-bit Bitmap in toolbar Icon..VC++6 Pin
John R. Shaw2-Jun-04 22:09
John R. Shaw2-Jun-04 22:09 
GeneralRe: How to show 24-bit Bitmap in toolbar Icon..VC++6 Pin
toxcct3-Jun-04 2:02
toxcct3-Jun-04 2:02 
Questionhow can i let the user to edit text in the flex grid control Pin
Member 11438372-Jun-04 20:50
Member 11438372-Jun-04 20:50 

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.