I have created property pages and a property sheet and these work find. What I now want to do is embed a new property sheet on each of the property pages. Any ideas?
Does anybody know how to embed a Dialog box that is generated by a DLL into the client application's main FormView?My goal is to have an application with plugins, each of these plugins having its own interface.I would also like to avoid OCX due to the numerous plugins I may have.Help appreciate...
When I converted a VC++ 2003 Standard project over to VC++ 2005 Express, one of the warnings it gave was: "Due to the requirement that Visual C++ projects produce an embedded (by default) Windows SxS manifest, manifest files in the project are automatically excluded from building with the ...
I just purchased Douglas Bolings book "Programming Microsoft Windows CE." In Chapter 13 he provides code for creating an Input Method (SIP panel). Unfortunately, the book was written in 1998, before Windows CE 3.0 and eMbedded Visual C++. I was able to convert the project successfully, but I'...
Hi,Does anyone know how to get an embedded propertypage to react to F1 help ?Also how can the dialog get the help of the currently active page displayed instead of its own?...
I have a C++ DLL compiled with VS2005. The manifest is embedded in the DLL, and has entries for both "Microsoft.VC80.CRT" and "Microsoft.VC80.DebugCRT". This causes it to not run on machines that do not have the debug DLLs installed. The DLL is being compiled in Release ...
Hello,I am developing with Visual C++ 2005 Express Edition and I would like to know how to see z-wheel events of the mouse in order to change the focus of a component on my visual interface.That is to say, I have the focus on Textbox1 and when an z-wheel event come, the focus will pass at the ...
I have a program which creates a new dialog box but when it calls the domodal function the dialog box is underneath my main screen and I have to press Alt to get it to the front, how do I get it to display at the front automatically?Cheers for any replies Nick...
Hello,I have a problem with the ZOrder of MDI-Children.I create MDI-Children, the order is OK.Sometimes the MDI-Child has an additional Frame - but not an MDI-Child:-------- ZORDER -> MDI-A MDI-B -add-Frame-B1 The next created Child-Frame is in the ZOrderabove MDI-B, but under add-F...
Hi !I have written an MFC based control , Its wrapper is derived from COleControl.I have written another ActiveX control.I put those two control inside a composite control.How can I make one control appear and hide the other one when there are both in the same place in thecomposite ?I tried the SetW...
How do I separate two childwindows of the same application so when I click focus on one of them, then I want the other window to remain in the background? For example if I have two childwindows and one is behind a notepadwindow then when I click on the other one, both of the childwindows will be bro...
Heres the scenario I would like to acheive.Ive got a large window that pops up several smaller windows. These small windows are not restricted to the large window. If another application gets the focus, it has a higher Z-order than all my windows, so mine should all be hidden. However, when the l...
Hi!When you create a window, the application adds it to a stack. The first window overlaps all the others.Is it possible to access to this list?Or how add in a "Windows" menu the list of the openned windows?Thanks in advanceSandrine...
I am making a program using CRichEditView and want to make a zomming functionality. I also want to make a ruler to go on both the vertical and horizontal axis.Thanks in advance if you can help.=================================================Neo...