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 12829 - 12859 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12829
... borrowed ... CTabbedChildWIndow (this way I don't have to worry about forwarding notifications, at least for now), and modifying the OnTabClose snippet so...
Paul Selormey
pegroups
Offline Send Email
Nov 1, 2005
10:41 am
12830
... Use SHGetFileInfo() Lots of interesting flags to choose from (SHGFI_SYSICONINDEX, SHGFI_TYPENAME...) bjarke...
Bjarke Viksøe
bviksoe
Offline Send Email
Nov 1, 2005
12:06 pm
12831
Hi, Do CCustomDraw<> work on tooltip controls? I have the following class and I wish to customize the appearance of the tooltip control through it: class...
He Shiming
billholtsh
Offline Send Email
Nov 2, 2005
4:51 am
12832
Hi everyone, I have an MDI application for which I want to support WM_DROPFILES. When I drop a file to the application, I create an MDI child for it. For...
Martin Filteau
martin_filteau
Offline Send Email
Nov 2, 2005
3:07 pm
12833
Ok, I've added SetForegroundWindow(m_hWnd) before doing an SetActiveWindow() and now, the application is brought to active state correctly. This does it! MF ...
Martin Filteau
martin_filteau
Offline Send Email
Nov 2, 2005
3:20 pm
12834
Thanks for all responses. After writing the hook procedure, I can move between controls by pressing TAB key. Is there any way we can get which control is set...
truo0046
Offline Send Email
Nov 2, 2005
4:58 pm
12835
... GetFocus -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be...
Igor Tandetnik
itandetnik
Offline Send Email
Nov 2, 2005
5:22 pm
12836
Is there a way with the app wizard that comes with the WTL code to create a native app targeting CE in 2005? It looks like it always generates a project for...
Mike Margerum
margerum
Offline Send Email
Nov 2, 2005
9:11 pm
12837
I figured out there is a seperate js file forthe CE Appwiz for vs2005 and it did install. The problem is when i hit the "finish" button on the wizard, I got ...
Mike Margerum
margerum
Offline Send Email
Nov 2, 2005
9:39 pm
12838
Hello All, I created an WTL MDI application using wizard. I want to get ID_EDIT_COPY command notifications from my View clicking in Toolbar Edit Copy. How can...
pinhopro
Offline Send Email
Nov 3, 2005
1:08 am
12839
... clicking ... Put CHAIN_MDI_CHILD_COMMANDS() in the CMainFrame Then put CHAIN_CLIENT_COMMANDS() in the CChildFrm bjarke...
Bjarke Viksøe
bviksoe
Offline Send Email
Nov 3, 2005
10:33 am
12840
Sorry to bother everyone. I downloaded the beta on the sourceforge site and that appwizard worked. Thanks...
Mike Margerum
margerum
Offline Send Email
Nov 3, 2005
8:02 pm
12841
I have an app that uses CSplitter window to separate TreeView Control and ListView. How can I implement Windows Explorer <TAB> key behaviour, when a tree has a...
kikimor
Offline Send Email
Nov 4, 2005
2:24 pm
12842
You can add the <TAB> key to your accelerator table and assign it a command ID (e.g. ID_KEY_TAB). Add a command-handler that does something like this: if...
robert_caldecott
robert_calde...
Offline Send Email
Nov 4, 2005
8:30 pm
12843
Hi all! I'm writing an application that will use tabs (David Bowen's tabbing framework). I've never worked with it, and I'd greatly appreciate suggestions. I...
Marko Bozikovic
enbozho
Online Now Send Email
Nov 6, 2005
11:47 pm
12844
... Here is what I usually do for a down-and-dirty project: * Tabbed view is the mainframe's child view * "views" are in the CMainFrame class Add this to...
Ryan Ginstrom
ryanginstrom
Offline Send Email
Nov 7, 2005
1:54 am
12845
Hi I'm maintaining some legacy code that uses DCOM for distributed computing. Basically when I sense (via an ethernet library) that a PC is connected I try to...
Mike Diack
mikediack
Offline Send Email
Nov 7, 2005
8:56 pm
12846
Hi Mike, ... Shawn Van Ness built a little async creator to help in cases like this: http://www.windojitsu.com/code/atlxdcom.h.html - Kim...
Kim Gräsman
kimgrasman
Offline Send Email
Nov 7, 2005
9:04 pm
12848
Probably all this is directly out of WTL scope but anyway I'll try... First of all couple scereenshots of new version of HTMLayout based UI: Famous Outlook bar...
Andrew Fedoniouk
newsterrainf...
Offline Send Email
Nov 8, 2005
9:49 pm
12849
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wtl group. File : /setup80express.zip...
wtl@yahoogroups.com
Send Email
Nov 9, 2005
1:04 am
12850
Hi, VCExpress was released in 11/7 We can use it for our wtl programming free. 1,Download and Install VCExpress 2005 from MSDN. ...
Baryon Lee
baryonlee
Offline Send Email
Nov 9, 2005
1:21 am
12851
Hi All, As in a WTL Dialog project we have an overridden function PretranslateMessage. BOOL CMainDlg::PreTranslateMessage(MSG* pMsg) { return...
jazzycoder
Offline Send Email
Nov 9, 2005
6:57 am
12852
... The dialog has got to be modeless for that to work. Are you calling DoModal()? Regards, Ryan ... Ryan Ginstrom...
Ryan Ginstrom
ryanginstrom
Offline Send Email
Nov 9, 2005
7:01 am
12853
Hi, I am using WTL GridCtrl by Nicola and intend to set the column which hold the currency value to right aligned. But cannot find a way to set the column...
peter_linlin
Offline Send Email
Nov 9, 2005
7:28 am
12854
This would make an excellent CodeProject article!...
robert_caldecott
robert_calde...
Offline Send Email
Nov 9, 2005
8:07 am
12855
... Hello Andrew, Impressive demo, I think you are definitively on something. Questions : -Can build an application myself -What do I need ? -how much does it...
Noel Frankinet
gistek2000
Offline Send Email
Nov 9, 2005
9:14 am
12856
... look ... Yes it was as per the code generated by the wizard. LRESULT CMainDlg::OnAppAbout(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL&...
jazzycoder
Offline Send Email
Nov 9, 2005
9:46 am
12857
"jazzycoder" <jazzycoder@...> wrote in message news:dksgi2+fjeo@eGroups.com ... Why do you want one? A modal dialog automatically calls IsDialogMessage...
Igor Tandetnik
itandetnik
Offline Send Email
Nov 9, 2005
1:04 pm
12858
... The easiest way is to make the about dialog a member variable, then use Create() CAboutDlg m_about_dlg ; // ... LRESULT CMainDlg::OnAppAbout(WORD...
Ryan Ginstrom
ryanginstrom
Offline Send Email
Nov 9, 2005
1:08 pm
12859
Can I ask a question? Now, the AllocStdCallThunk/FreeStdCallThunk IS quite clear to comprehend... MS "forgot" to include the new ATL thunking library used to...
massimilianoalberti
massimiliano...
Offline Send Email
Nov 9, 2005
4:26 pm
Messages 12829 - 12859 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