Search the web
Sign In
New User? Sign Up
wtl · WTL support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 15491 - 15521 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15491
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...
matmidlw
Offline Send Email
Jul 8, 2008
5:49 pm
15492
How are you creating the dialog? What class are you using? John...
johndiiix
Offline Send Email
Jul 9, 2008
1:04 am
15493
... 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...
domehead100
Offline Send Email
Jul 9, 2008
4:28 am
15495
... 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...
matmidlw
Offline Send Email
Jul 11, 2008
11:48 am
15496
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...
igorv007
Offline Send Email
Jul 15, 2008
12:50 am
15497
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
Offline Send Email
Jul 15, 2008
1:19 am
15498
"avewtl" <avewtl@...> wrote in message news:g5gtu9+8jcj@eGroups.com ... http://msdn.microsoft.com/en-us/library/aa752047.aspx CoCreateStreamOnHGlobal ...
Igor Tandetnik
itandetnik
Offline Send Email
Jul 15, 2008
2:42 am
15499
... Thanks a lot!...
avewtl
Offline Send Email
Jul 15, 2008
3:12 am
15500
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...
avewtl
Offline Send Email
Jul 15, 2008
11:48 am
15501
... 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...
domehead100
Offline Send Email
Jul 15, 2008
12:26 pm
15502
"avewtl" <avewtl@...> wrote in message news:g5i2r6+9kp7@eGroups.com ... IDocHostUIHandler::ShowContextMenu ... IDocHostUIHandler::GetHostInfo, set...
Igor Tandetnik
itandetnik
Offline Send Email
Jul 15, 2008
12:32 pm
15503
... Thank you Igor, you saved me a lot of headache!...
avewtl
Offline Send Email
Jul 15, 2008
1:02 pm
15504
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...
Igor Vigdorchik
igorv007
Offline Send Email
Jul 15, 2008
5:24 pm
15505
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...
igorv007
Offline Send Email
Jul 16, 2008
1:15 am
15506
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. ...
igorv007
Offline Send Email
Jul 16, 2008
2:56 am
15507
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...
domehead100
Offline Send Email
Jul 16, 2008
11:51 am
15508
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...
Igor Vigdorchik
igorv007
Offline Send Email
Jul 16, 2008
5:25 pm
15509
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...
domehead100
Offline Send Email
Jul 16, 2008
6:07 pm
15510
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,...
domehead100
Offline Send Email
Jul 16, 2008
7:56 pm
15511
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...
igorv007
Offline Send Email
Jul 17, 2008
12:26 am
15512
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...
igorv007
Offline Send Email
Jul 17, 2008
3:12 am
15513
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,...
domehead100
Offline Send Email
Jul 17, 2008
8:28 pm
15514
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...
Igor Vigdorchik
igorv007
Offline Send Email
Jul 17, 2008
9:53 pm
15515
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...
avewtl
Offline Send Email
Jul 18, 2008
4:48 am
15516
Any idea?...
avewtl
Offline Send Email
Jul 20, 2008
2:00 am
15517
... 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...
domehead100
Offline Send Email
Jul 21, 2008
1:39 am
15518
... Thank you for the reply. I've already tried the second method and it works well for me. Thanks again....
avewtl
Offline Send Email
Jul 22, 2008
4:17 pm
15519
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...
succeeded918
Offline Send Email
Jul 24, 2008
10:00 am
15520
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...
succeeded918
Offline Send Email
Jul 25, 2008
4:30 am
15521
... 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...
Jim Barry
jim_barry.geo
Offline Send Email
Jul 25, 2008
10:58 am
Messages 15491 - 15521 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help