i wanna write a program which can send messages as WM_LBUTTON_DOWN to other apps, for example, i want to work out the operation ->open "notepad"->input "ABC" in that blank edit area, what can i do in my own program? thanks a lot Josephvan thanks for your attention
josephvan
Posts
-
how to send WM_ to other Apps -
Duplicate Items in Treeviewis the Itemtext, that's looks like +strTreeItems[0] ++strTreeItems[1] +++strTreeItems[2] +++strTreeItems[2] +++strTreeItems[2] +++strTreeItems[2] you can do it yourself i think~~~~~~~~~enjoy cheer up!!!!! -
how to access mainframe from the objectthanks, it i'll try it Josephvan thanks for your attention
-
how to access mainframe from the objecti define a object from one of my own class in CMainframe, then i wanna get a pointer to this CMainframe inside the object, how can i do that? ps.my own class is derived from CDocument Josephvan thanks for your attention
-
how to access CEditView for Doci program an MDI text editor, the MFC template consist of a ****Doc derived from CDocument and a ****View derived from CEditView class, but i have problem when save the text i entered, i wanna use the serialize() function in the ****Doc, i've intended to get a pointer to the CEditView and get the chars in CEditView then to save it by ar<
-
maybe a stupid Question,but need help!I want to attach a CEdit to A CView,how can i do that,thanks. just now i've tried another method, i creat a CEditView and use CEditView::GetEditCtrl,which return a reference of CEdit&,but i cannot replace the Standard CEdit to the special CMyEdit derived from that. help,either way is ok for me now,thanks.... Josephvan thanks for your attention
-
Help! how to design a platform like UltraEditi need a platform, that's appearance ought to be a little bit like IDEs such as VC6 or Ultraedit,i think i need three part in the platform. @Left,a listcontrol that may have tabs for different sorts of files; @Right, a View that used to display the contents of which i clicked on the left side; @Bottom,a capture of the output when i run some command on the files. in brief, that's the same architecture with VC6,but fortunately,i needn't build a real powerful IDE like that. I've tried several ways to do the job, but i cannot find a MDI solutions for display more than one files i've clicked. i used to building a SDI with splitterwindow which may have the same look i expect, but i wonder if i can do it in MDI way? i need help, if someone have the free SRCs like that,Could you send it to me at josephvan@sohu.com! thanks a lot !!!:confused: Josephvan thanks for your attention