How did you do it?
John 0
Posts
-
Hex editing a binary file - is this possible with PERL or VBS -
Nonfitting text in controlsCan anyone tell me how to check if the text in a CButton or CStatic had to be clipped as result of the size of the text exceeding the extends of the control. I want to check runtime if the text in a button, static is shown completely. John
-
How much is a billion?Alvaro I don't get it... If you call 1,000,000... a million. And if you call 1,000,000,000,000... a billion. What do you call 1,000,000,000? John
-
How to open error.log fileHow can i open and view error.log file ??????
-
Shell ExtensionsHi I've implemented some code that adds an item to the context menu , but I need to add two subitems for that item. Can you please help me ? Thanks
-
Nested dialogsIn the last three editions of the Kruglinski book "Programming Visual C++", (formerly "Inside Visual C++") there is an example of how to "nest" a common dialog into a custom dialog. In the example, the common file open dialog is nested into a custom dialog box. I am trying to do the same with a Page Setup dialog. I have taken very similar steps as outlined in the book, and converted file dialog specific steps to the page setup dialog. (Mainly passing my dialog template to the m_psd member rather than m_ofn member.) The problem is that the dialog box appears to be "invisible". I can no longer control the parent window, but SPY++ tells me that my custom page setup dialog exists.
-
CDocument & CDialogHi forum, how can I get datas from a CDocument-Class to a dialog? Is this possible? The function GetDocument() doesn't work, because CDialog is derived from CObject and not from CView! Can somebody help me? Thanks