I need help with Modeless Dialog. My dialog has to be in both LeftToRight & RightToLeft Layout depending on user location. The problem is that if I change...
... message ... I don't know anything about RTL layout, but since your dialog is modeless you must be calling Create, so you can supply your own Create...
... below ..... Thanks Mike. Sorry for belated reply. I am using the ATL Dialog class and I will give it a try it looks good. In a couple of days I'll post my...
Hi, all, I am writing a code for a bottomless rich edit control. To figure out the correct height looks easy but I am having problems with the width. I tried...
I know I can set the content of a webbrowser control using the Navigate(url) method, and it's possible to load html from a resource ID. But how to load html...
"avewtl" <avewtl@...> wrote in message news:g5gtu9+8jcj@eGroups.com ... http://msdn.microsoft.com/en-us/library/aa752047.aspx CoCreateStreamOnHGlobal ...
Hi all, Is there an easy way to do the following to a webbrowser control (which is added to a dialog resource template)? 1) disable the shortcut menu on...
... We would need a little bit more information than "does not work correctly", and also it's not clear exactly what you're trying to accomplish. I looked at...
Thanks a lot, Mike. I'll verify that I set the ES_AUTOHSCROLL style later today when I get home and see what happens. Regards, Igor. ... From: domehead100...
Mike, thank you very much for your help. I am trying to accomplish the following. I have a rich edit control in the dialog and dialog should auto-resize along...
Another thing that I noticed is that if I hit the space key the WM_NOTIFY message is not send and the code does not break in the OnNotify() function below. ...
I looked at your sample. Is that the way you want it to behave, starting out as a single line and growing/shrinking horizontally as text is added/removed? It...
Mike, thanks a lot for your help. My idea is to grow/shrink the dialog horizontally and vertically. ... That's what I was afraid of. Mike, I'll follow...
I double checked, and ES_AUTOHSCROLL is not a style that can be changed after an edit or rich edit control is created. So, you can do what Notepad and Wordpad...
Hi Igor, I actually think this might be doable without all of the stuff below. I have a working sample that does grow horizontally up to a predefined size,...
Hi, Mike, ... It sounds much simpler than the Superpad sample. ... I already asked myself the same question (in case you are curious this is for my freeware...
Hi, Mike, I set up OnChar() handler like you suggested and now I am getting WM_NOTIFY message but the rectangle that is received in the REQRESIZE structure...
Hi Igor, I uploaded my project (AutoResize2.zip) to the file section. I think it works. The rich edit grows/shrinks horizontally up to a max defined width,...
Hi, Mike, ... Thank you so much for your help and time spend on this issue! ... I'll make it a users' responsibility. It's their job to figure out when to...
Hi all, I have a few combobox controls (all with style CBS_DROPDOWN) in a dialog derived from CDialogResize. When I resize the dialog, all combos are also...
... I've heard of this behavior of the underlying Windows combobox before (when the combobox is in dropdown mode rather than dropdown list mode). I think...
i have a MDI application, each child window is a container for several activex controls. now i have add some accelerator keys in my MDI app. but one of the...
the app shouldn't treat the key message as accelerator key when current focus in an editor control like text editor or code editor. is there any good way to...
... I think the right way to do this is to modify your main frame's PreTranslateMessage function so that it gives the active MDI child window first crack at...