Click here to Skip to main content
15,891,864 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAccess variables in CMyView Pin
hcmuns12-Jun-05 17:26
susshcmuns12-Jun-05 17:26 
GeneralRe: Access variables in CMyView Pin
PJ Arends12-Jun-05 17:38
professionalPJ Arends12-Jun-05 17:38 
GeneralRe: Access variables in CMyView Pin
hcmuns12-Jun-05 17:49
susshcmuns12-Jun-05 17:49 
GeneralRe: Access variables in CMyView Pin
Tom Archer12-Jun-05 18:22
Tom Archer12-Jun-05 18:22 
GeneralRe: Access variables in CMyView Pin
hcmuns12-Jun-05 21:21
susshcmuns12-Jun-05 21:21 
GeneralRe: Access variables in CMyView Pin
hcmuns12-Jun-05 22:41
susshcmuns12-Jun-05 22:41 
QuestionDoes anyone know RLC? Pin
Member 199230312-Jun-05 17:12
Member 199230312-Jun-05 17:12 
GeneralMessage forwarding.... Pin
dobrzan12-Jun-05 11:20
dobrzan12-Jun-05 11:20 
Hi everyone,

I can't find any solution for my problem. I have application based on MFC App. The Doc/View architecture is off. After creating main frame I create main view window. Main view window creates two child windows (top part modeless dialog, and bottom part MSFlexGrid). The main part is top dialog since there will many others dialogs created and deleted dynamicaly. Grid is read only.
There is a basic toolbar and Edit menu.
The question is that how to enable (write?) message handling to pass cut, copy and paste to dialog. So picking (if enabled; now update command does not work so it is disabled) a copy from menu will copy text from dialof edit control and paste will paste data into control (which has focus).

I think this can be done by enabling correct message passing.. So it will be similar to doc/view mechanism. I tried with OnCmdMsg but I stuck on stack overflow.

I'm asking for help since I can't figure out any particular category to search in.

Thanks for any help.

regards,
slawek

Slawek
GeneralSimple grid in a view Pin
scientist4712-Jun-05 10:22
scientist4712-Jun-05 10:22 
GeneralReturning a value from a Worker Thread Pin
Steve Messer12-Jun-05 8:41
Steve Messer12-Jun-05 8:41 
GeneralRe: Returning a value from a Worker Thread Pin
DavidR_r12-Jun-05 9:38
DavidR_r12-Jun-05 9:38 
GeneralRe: Returning a value from a Worker Thread Pin
Steve Messer12-Jun-05 10:29
Steve Messer12-Jun-05 10:29 
GeneralRe: Returning a value from a Worker Thread Pin
Tom Archer12-Jun-05 13:44
Tom Archer12-Jun-05 13:44 
GeneralRe: Returning a value from a Worker Thread Pin
Steve Messer12-Jun-05 16:38
Steve Messer12-Jun-05 16:38 
GeneralRe: Returning a value from a Worker Thread Pin
Tom Archer12-Jun-05 18:20
Tom Archer12-Jun-05 18:20 
Generalimage processing Pin
prabhathgk12-Jun-05 7:51
prabhathgk12-Jun-05 7:51 
GeneralRe: image processing Pin
DavidR_r12-Jun-05 9:41
DavidR_r12-Jun-05 9:41 
GeneralDelta time in mSec Pin
Ravi Bhavnani12-Jun-05 6:48
professionalRavi Bhavnani12-Jun-05 6:48 
GeneralSolved! Pin
Ravi Bhavnani12-Jun-05 7:34
professionalRavi Bhavnani12-Jun-05 7:34 
GeneralAre function calls that costly? Need help optimizing Pin
Budric B.12-Jun-05 6:32
Budric B.12-Jun-05 6:32 
GeneralRe: Are function calls that costly? Need help optimizing Pin
liquid_12-Jun-05 7:35
liquid_12-Jun-05 7:35 
GeneralRe: Are function calls that costly? Need help optimizing Pin
Budric B.12-Jun-05 7:52
Budric B.12-Jun-05 7:52 
GeneralRe: Are function calls that costly? Need help optimizing Pin
squidev12-Jun-05 7:44
squidev12-Jun-05 7:44 
GeneralRe: Are function calls that costly? Need help optimizing Pin
Tom Archer12-Jun-05 13:50
Tom Archer12-Jun-05 13:50 
GeneralRe: Are function calls that costly? Need help optimizing Pin
PJ Arends12-Jun-05 17:35
professionalPJ Arends12-Jun-05 17:35 

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.