Custom Controls - |
Post Reply |
Author | |
Zach
Groupie Joined: 19 July 2006 Status: Offline Points: 62 |
Post Options
Thanks(0)
Posted: 07 September 2006 at 4:42pm |
I have this for code -
Set toolMainMenu = CommandBars.Add("Main Menu", xtpBarTop)
Set ctMainMenu = toolMainMenu.Controls.Add(xtpControlCustom, 900, "Main Menu") ctMainMenu.handle = tbh(1).hwnd ctMainMenu.flags = xtpFlagControlStretched toolMainMenu.EnableDocking xtpFlagStretchedShared + xtpFlagAlignAny Works perfectly - with the exception of one major thing.
I have six+ Commandbars such as that - if I move one, resize it, whatever - and I move the mouse cursor so it gets ahead of the control, which is common on any drag type operation - and it moves off the control for a split second.... you are stuck in mousedown - and everything appears to hang
Does not want to fix until I go into another app and do a right click, which i guess resets the stuck left click down.
|
|
Zach
Groupie Joined: 19 July 2006 Status: Offline Points: 62 |
Post Options
Thanks(0)
|
The cause is not exactly as I stated - though I am not sure as of yet the exact circumstance it happens under (thought - it happens with in moments of starting to move a toolbar)
I can move one down to its own row - if it came from the midde of the above row - the handle portion will obviously jump to the left - and that causes no problems. I can move back up with the mouse button still down and it follows.
The problem is when I move a bar to the right or left
|
|
Zach
Groupie Joined: 19 July 2006 Status: Offline Points: 62 |
Post Options
Thanks(0)
|
Ok - figured it out
When I am pulling a commandbar to the left, with another commandbar already to its left ... when that commandbar that is already to the left hits the point where it will not shrink/squeze up any smaller - and I keep going to the left with my drag... the mouse cursor gets stuck the down position for 10-30 seconds, and locks up things in an odd way . Since your mouse is down - even when you get unlocked - you still can not do a click down to activate anything else on the computer |
|
Zach
Groupie Joined: 19 July 2006 Status: Offline Points: 62 |
Post Options
Thanks(0)
|
I have discovered it doesnt do its brief lock up when I have spy running :(
So I locked it up - and then started spy - I managed to lock it up a bit more than I normally would - but this lock up came exclusively from moving toolbars around (albiet rather fast and jerky like)
Dont know if this is of any use - or heck, I dont even know if its something else in my app causing it - but everything I look at keeps coming back to the commandbars.
I was using the plain coolbars until a couple of days ago - and never had this problem until I switched it over to the commandbars.
<04501> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04502> 00180104 S TB_GETBUTTONINFOW iID:19 lptbbi:0121FAE0 [wParam:00000013 lParam:0121FAE0] <04503> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000013] <04504> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04505> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04506> 00180104 S TB_GETBUTTONINFOW iID:18 lptbbi:0121FAE0 [wParam:00000012 lParam:0121FAE0] <04507> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000012] <04508> 002B16BC P WM_TIMER wTimerID:34593 tmprc:00000000 [wParam:00008721 lParam:00000000] <04509> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04510> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04511> 00180104 S TB_GETBUTTONINFOW iID:17 lptbbi:0121FAE0 [wParam:00000011 lParam:0121FAE0] <04512> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000011] <04513> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04514> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04515> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04516> 00180104 S TB_GETBUTTONINFOW iID:16 lptbbi:0121FAE0 [wParam:00000010 lParam:0121FAE0] <04517> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04518> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000010] <04519> 00391714 R WM_PAINT lResult:00000000 <04520> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04521> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04522> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04523> 00180104 S TB_GETBUTTONINFOW iID:15 lptbbi:0121FAE0 [wParam:0000000F lParam:0121FAE0] <04524> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000F] <04525> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04526> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04527> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04528> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04529> 00180104 S TB_GETBUTTONINFOW iID:14 lptbbi:0121FAE0 [wParam:0000000E lParam:0121FAE0] <04530> 00391714 R WM_PAINT lResult:00000000 <04531> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000E] <04532> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04533> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04534> 00180104 S TB_GETBUTTONINFOW iID:13 lptbbi:0121FAE0 [wParam:0000000D lParam:0121FAE0] <04535> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04536> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000D] <04537> 00F516DC P message:0x0118 [Unknown] wParam:0000FFFF lParam:BF84AC9A <04538> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04539> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04540> 00180104 S TB_GETBUTTONINFOW iID:12 lptbbi:0121FAE0 [wParam:0000000C lParam:0121FAE0] <04541> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000C] <04542> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04543> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04544> 00180104 S TB_GETBUTTONINFOW iID:11 lptbbi:0121FAE0 [wParam:0000000B lParam:0121FAE0] <04545> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04546> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000B] <04547> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04548> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04549> 00391714 R WM_PAINT lResult:00000000 <04550> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04551> 00180104 S TB_GETBUTTONINFOW iID:10 lptbbi:0121FAE0 [wParam:0000000A lParam:0121FAE0] <04552> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000A] <04553> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04554> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04555> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04556> 00180104 S TB_GETBUTTONINFOW iID:9 lptbbi:0121FAE0 [wParam:00000009 lParam:0121FAE0] <04557> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04558> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000009] <04559> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04560> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04561> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04562> 00180104 S TB_GETBUTTONINFOW iID:8 lptbbi:0121FAE0 [wParam:00000008 lParam:0121FAE0] <04563> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04564> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000008] <04565> 00391714 R WM_PAINT lResult:00000000 <04566> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04567> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04568> 00180104 S TB_GETBUTTONINFOW iID:7 lptbbi:0121FAE0 [wParam:00000007 lParam:0121FAE0] <04569> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000007] <04570> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04571> 000700EE P WM_TIMER wTimerID:8197 tmprc:00000000 [wParam:00002005 lParam:00000000] <04572> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04573> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04574> 00391714 P WM_TIMER wTimerID:3 tmprc:00000000 [wParam:00000003 lParam:00000000] <04575> 00180104 S TB_GETBUTTONINFOW iID:6 lptbbi:0121FAE0 [wParam:00000006 lParam:0121FAE0] <04576> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000006] <04577> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04578> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04579> 00180104 S TB_GETBUTTONINFOW iID:5 lptbbi:0121FAE0 [wParam:00000005 lParam:0121FAE0] <04580> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000005] <04581> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04582> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04583> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04584> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04585> 00180104 S TB_GETBUTTONINFOW iID:4 lptbbi:0121FAE0 [wParam:00000004 lParam:0121FAE0] <04586> 00391714 R WM_PAINT lResult:00000000 <04587> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000004] <04588> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04589> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04590> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04591> 00180104 S TB_GETBUTTONINFOW iID:3 lptbbi:0121FAE0 [wParam:00000003 lParam:0121FAE0] <04592> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000003] <04593> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04594> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04595> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04596> 00180104 S TB_GETBUTTONINFOW iID:2 lptbbi:0121FAE0 [wParam:00000002 lParam:0121FAE0] <04597> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000002] <04598> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04599> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04600> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04601> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04602> 00180104 S TB_GETBUTTONINFOW iID:1 lptbbi:0121FAE0 [wParam:00000001 lParam:0121FAE0] <04603> 00391714 R WM_PAINT lResult:00000000 <04604> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000001] <04605> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04606> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04607> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04608> 00180104 S TB_GETBUTTONINFOW iID:0 lptbbi:0121FAE0 [wParam:00000000 lParam:0121FAE0] <04609> 00180104 R TB_GETBUTTONINFOW iIndex:False [lResult:00000000] <04610> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04611> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04612> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04613> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04614> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04615> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04616> 00180104 S TB_GETBUTTONINFOW iID:33 lptbbi:0121FAF4 [wParam:00000021 lParam:0121FAF4] <04617> 00391714 R WM_PAINT lResult:00000000 <04618> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000021] <04619> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04620> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04621> 00180104 S TB_GETBUTTONINFOW iID:32 lptbbi:0121FAF4 [wParam:00000020 lParam:0121FAF4] <04622> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000020] <04623> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04624> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04625> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04626> 00180104 S TB_GETBUTTONINFOW iID:31 lptbbi:0121FAF4 [wParam:0000001F lParam:0121FAF4] <04627> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001F] <04628> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04629> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04630> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04631> 00180104 S TB_GETBUTTONINFOW iID:30 lptbbi:0121FAF4 [wParam:0000001E lParam:0121FAF4] <04632> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04633> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001E] <04634> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04635> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04636> 00391714 R WM_PAINT lResult:00000000 <04637> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04638> 00180104 S TB_GETBUTTONINFOW iID:29 lptbbi:0121FAF4 [wParam:0000001D lParam:0121FAF4] <04639> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001D] <04640> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04641> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04642> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04643> 00180104 S TB_GETBUTTONINFOW iID:28 lptbbi:0121FAF4 [wParam:0000001C lParam:0121FAF4] <04644> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001C] <04645> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04646> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04647> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04648> 000700EE P WM_TIMER wTimerID:8197 tmprc:00000000 [wParam:00002005 lParam:00000000] <04649> 00180104 S TB_GETBUTTONINFOW iID:27 lptbbi:0121FAF4 [wParam:0000001B lParam:0121FAF4] <04650> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04651> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001B] <04652> 00391714 R WM_PAINT lResult:00000000 <04653> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04654> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04655> 00180104 S TB_GETBUTTONINFOW iID:26 lptbbi:0121FAF4 [wParam:0000001A lParam:0121FAF4] <04656> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04657> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001A] <04658> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04659> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04660> 00180104 S TB_GETBUTTONINFOW iID:25 lptbbi:0121FAF4 [wParam:00000019 lParam:0121FAF4] <04661> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000019] <04662> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04663> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04664> 00180104 S TB_GETBUTTONINFOW iID:24 lptbbi:0121FAF4 [wParam:00000018 lParam:0121FAF4] <04665> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000018] <04666> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04667> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04668> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04669> 00180104 S TB_GETBUTTONINFOW iID:23 lptbbi:0121FAF4 [wParam:00000017 lParam:0121FAF4] <04670> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04671> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000017] <04672> 00391714 R WM_PAINT lResult:00000000 <04673> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04674> 00F516DC P message:0x0118 [Unknown] wParam:0000FFFF lParam:BF84AC9A <04675> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04676> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04677> 00180104 S TB_GETBUTTONINFOW iID:22 lptbbi:0121FAF4 [wParam:00000016 lParam:0121FAF4] <04678> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000016] <04679> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04680> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04681> 00391714 P WM_TIMER wTimerID:3 tmprc:00000000 [wParam:00000003 lParam:00000000] <04682> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04683> 00180104 S TB_GETBUTTONINFOW iID:21 lptbbi:0121FAF4 [wParam:00000015 lParam:0121FAF4] <04684> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000015] <04685> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04686> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04687> 00180104 S TB_GETBUTTONINFOW iID:20 lptbbi:0121FAF4 [wParam:00000014 lParam:0121FAF4] <04688> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000014] <04689> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04690> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04691> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04692> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04693> 00391714 R WM_PAINT lResult:00000000 <04694> 00180104 S TB_GETBUTTONINFOW iID:19 lptbbi:0121FAF4 [wParam:00000013 lParam:0121FAF4] <04695> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000013] <04696> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04697> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04698> 00180104 S TB_GETBUTTONINFOW iID:18 lptbbi:0121FAF4 [wParam:00000012 lParam:0121FAF4] <04699> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000012] <04700> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04701> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04702> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04703> 00180104 S TB_GETBUTTONINFOW iID:17 lptbbi:0121FAF4 [wParam:00000011 lParam:0121FAF4] <04704> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000011] <04705> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04706> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04707> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04708> 00180104 S TB_GETBUTTONINFOW iID:16 lptbbi:0121FAF4 [wParam:00000010 lParam:0121FAF4] <04709> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04710> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000010] <04711> 00391714 R WM_PAINT lResult:00000000 <04712> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04713> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04714> 00180104 S TB_GETBUTTONINFOW iID:15 lptbbi:0121FAF4 [wParam:0000000F lParam:0121FAF4] <04715> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000F] <04716> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04717> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04718> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04719> 00180104 S TB_GETBUTTONINFOW iID:14 lptbbi:0121FAF4 [wParam:0000000E lParam:0121FAF4] <04720> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000E] <04721> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04722> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04723> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04724> 00180104 S TB_GETBUTTONINFOW iID:13 lptbbi:0121FAF4 [wParam:0000000D lParam:0121FAF4] <04725> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04726> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000D] <04727> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04728> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04729> 00391714 R WM_PAINT lResult:00000000 <04730> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04731> 00180104 S TB_GETBUTTONINFOW iID:12 lptbbi:0121FAF4 [wParam:0000000C lParam:0121FAF4] <04732> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000C] <04733> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04734> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04735> 00180104 S TB_GETBUTTONINFOW iID:11 lptbbi:0121FAF4 [wParam:0000000B lParam:0121FAF4] <04736> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000B] <04737> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04738> 000700EE P WM_TIMER wTimerID:8197 tmprc:00000000 [wParam:00002005 lParam:00000000] <04739> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04740> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04741> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04742> 00180104 S TB_GETBUTTONINFOW iID:10 lptbbi:0121FAF4 [wParam:0000000A lParam:0121FAF4] <04743> 00391714 R WM_PAINT lResult:00000000 <04744> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000A] <04745> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04746> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04747> 00180104 S TB_GETBUTTONINFOW iID:9 lptbbi:0121FAF4 [wParam:00000009 lParam:0121FAF4] <04748> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000009] <04749> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04750> 002B16BC P WM_TIMER wTimerID:34594 tmprc:00000000 [wParam:00008722 lParam:00000000] <04751> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04752> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04753> 00180104 S TB_GETBUTTONINFOW iID:8 lptbbi:0121FAF4 [wParam:00000008 lParam:0121FAF4] <04754> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000008] <04755> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04756> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04757> 00180104 S TB_GETBUTTONINFOW iID:7 lptbbi:0121FAF4 [wParam:00000007 lParam:0121FAF4] <04758> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000007] <04759> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04760> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04761> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04762> 00180104 S TB_GETBUTTONINFOW iID:6 lptbbi:0121FAF4 [wParam:00000006 lParam:0121FAF4] <04763> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04764> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000006] <04765> 00391714 R WM_PAINT lResult:00000000 <04766> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04767> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04768> 00180104 S TB_GETBUTTONINFOW iID:5 lptbbi:0121FAF4 [wParam:00000005 lParam:0121FAF4] <04769> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000005] <04770> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04771> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04772> 00180104 S TB_GETBUTTONINFOW iID:4 lptbbi:0121FAF4 [wParam:00000004 lParam:0121FAF4] <04773> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000004] <04774> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04775> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04776> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04777> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04778> 00180104 S TB_GETBUTTONINFOW iID:3 lptbbi:0121FAF4 [wParam:00000003 lParam:0121FAF4] <04779> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04780> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000003] <04781> 00391714 R WM_PAINT lResult:00000000 <04782> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04783> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04784> 00180104 S TB_GETBUTTONINFOW iID:2 lptbbi:0121FAF4 [wParam:00000002 lParam:0121FAF4] <04785> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000002] <04786> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04787> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04788> 00180104 S TB_GETBUTTONINFOW iID:1 lptbbi:0121FAF4 [wParam:00000001 lParam:0121FAF4] <04789> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04790> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000001] <04791> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04792> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04793> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04794> 00180104 S TB_GETBUTTONINFOW iID:0 lptbbi:0121FAF4 [wParam:00000000 lParam:0121FAF4] <04795> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04796> 00180104 R TB_GETBUTTONINFOW iIndex:False [lResult:00000000] <04797> 00391714 R WM_PAINT lResult:00000000 <04798> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04799> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04800> 00180104 S TB_GETBUTTONINFOW iID:33 lptbbi:0121FAD4 [wParam:00000021 lParam:0121FAD4] <04801> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000021] <04802> 00180104 S TB_GETBUTTONINFOW iID:32 lptbbi:0121FAD4 [wParam:00000020 lParam:0121FAD4] <04803> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04804> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000020] <04805> 00391714 P WM_TIMER wTimerID:3 tmprc:00000000 [wParam:00000003 lParam:00000000] <04806> 00180104 S TB_GETBUTTONINFOW iID:31 lptbbi:0121FAD4 [wParam:0000001F lParam:0121FAD4] <04807> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001F] <04808> 00180104 S TB_GETBUTTONINFOW iID:30 lptbbi:0121FAD4 [wParam:0000001E lParam:0121FAD4] <04809> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001E] <04810> 00180104 S TB_GETBUTTONINFOW iID:29 lptbbi:0121FAD4 [wParam:0000001D lParam:0121FAD4] <04811> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001D] <04812> 00180104 S TB_GETBUTTONINFOW iID:28 lptbbi:0121FAD4 [wParam:0000001C lParam:0121FAD4] <04813> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04814> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001C] <04815> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04816> 00180104 S TB_GETBUTTONINFOW iID:27 lptbbi:0121FAD4 [wParam:0000001B lParam:0121FAD4] <04817> 00391714 R WM_PAINT lResult:00000000 <04818> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001B] <04819> 00180104 S TB_GETBUTTONINFOW iID:26 lptbbi:0121FAD4 [wParam:0000001A lParam:0121FAD4] <04820> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001A] <04821> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04822> 00180104 S TB_GETBUTTONINFOW iID:25 lptbbi:0121FAD4 [wParam:00000019 lParam:0121FAD4] <04823> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000019] <04824> 00180104 S TB_GETBUTTONINFOW iID:24 lptbbi:0121FAD4 [wParam:00000018 lParam:0121FAD4] <04825> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000018] <04826> 00180104 S TB_GETBUTTONINFOW iID:23 lptbbi:0121FAD4 [wParam:00000017 lParam:0121FAD4] <04827> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04828> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000017] <04829> 00180104 S TB_GETBUTTONINFOW iID:22 lptbbi:0121FAD4 [wParam:00000016 lParam:0121FAD4] <04830> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000016] <04831> 00180104 S TB_GETBUTTONINFOW iID:21 lptbbi:0121FAD4 [wParam:00000015 lParam:0121FAD4] <04832> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04833> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000015] <04834> 00180104 S TB_GETBUTTONINFOW iID:20 lptbbi:0121FAD4 [wParam:00000014 lParam:0121FAD4] <04835> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000014] <04836> 00180104 S TB_GETBUTTONINFOW iID:19 lptbbi:0121FAD4 [wParam:00000013 lParam:0121FAD4] <04837> 000700EE P WM_TIMER wTimerID:8197 tmprc:00000000 [wParam:00002005 lParam:00000000] <04838> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04839> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000013] <04840> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04841> 00180104 S TB_GETBUTTONINFOW iID:18 lptbbi:0121FAD4 [wParam:00000012 lParam:0121FAD4] <04842> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000012] <04843> 00391714 R WM_PAINT lResult:00000000 <04844> 00180104 S TB_GETBUTTONINFOW iID:17 lptbbi:0121FAD4 [wParam:00000011 lParam:0121FAD4] <04845> 00F516DC P message:0x0118 [Unknown] wParam:0000FFFF lParam:BF84AC9A <04846> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000011] <04847> 00180104 S TB_GETBUTTONINFOW iID:16 lptbbi:0121FAD4 [wParam:00000010 lParam:0121FAD4] <04848> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000010] <04849> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04850> 00180104 S TB_GETBUTTONINFOW iID:15 lptbbi:0121FAD4 [wParam:0000000F lParam:0121FAD4] <04851> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000F] <04852> 00180104 S TB_GETBUTTONINFOW iID:14 lptbbi:0121FAD4 [wParam:0000000E lParam:0121FAD4] <04853> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000E] <04854> 00180104 S TB_GETBUTTONINFOW iID:13 lptbbi:0121FAD4 [wParam:0000000D lParam:0121FAD4] <04855> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04856> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000D] <04857> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04858> 00180104 S TB_GETBUTTONINFOW iID:12 lptbbi:0121FAD4 [wParam:0000000C lParam:0121FAD4] <04859> 00391714 R WM_PAINT lResult:00000000 <04860> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000C] <04861> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04862> 00180104 S TB_GETBUTTONINFOW iID:11 lptbbi:0121FAD4 [wParam:0000000B lParam:0121FAD4] <04863> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000B] <04864> 00180104 S TB_GETBUTTONINFOW iID:10 lptbbi:0121FAD4 [wParam:0000000A lParam:0121FAD4] <04865> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000000A] <04866> 00180104 S TB_GETBUTTONINFOW iID:9 lptbbi:0121FAD4 [wParam:00000009 lParam:0121FAD4] <04867> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000009] <04868> 00180104 S TB_GETBUTTONINFOW iID:8 lptbbi:0121FAD4 [wParam:00000008 lParam:0121FAD4] <04869> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000008] <04870> 00180104 S TB_GETBUTTONINFOW iID:7 lptbbi:0121FAD4 [wParam:00000007 lParam:0121FAD4] <04871> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000007] <04872> 00180104 S TB_GETBUTTONINFOW iID:6 lptbbi:0121FAD4 [wParam:00000006 lParam:0121FAD4] <04873> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000006] <04874> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04875> 00180104 S TB_GETBUTTONINFOW iID:5 lptbbi:0121FAD4 [wParam:00000005 lParam:0121FAD4] <04876> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04877> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000005] <04878> 00391714 R WM_PAINT lResult:00000000 <04879> 00180104 S TB_GETBUTTONINFOW iID:4 lptbbi:0121FAD4 [wParam:00000004 lParam:0121FAD4] <04880> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000004] <04881> 00180104 S TB_GETBUTTONINFOW iID:3 lptbbi:0121FAD4 [wParam:00000003 lParam:0121FAD4] <04882> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000003] <04883> 00180104 S TB_GETBUTTONINFOW iID:2 lptbbi:0121FAD4 [wParam:00000002 lParam:0121FAD4] <04884> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000002] <04885> 00180104 S TB_GETBUTTONINFOW iID:1 lptbbi:0121FAD4 [wParam:00000001 lParam:0121FAD4] <04886> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000001] <04887> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04888> 00180104 S TB_GETBUTTONINFOW iID:0 lptbbi:0121FAD4 [wParam:00000000 lParam:0121FAD4] <04889> 00180104 R TB_GETBUTTONINFOW iIndex:False [lResult:00000000] <04890> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04891> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04892> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04893> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04894> 00180104 S TB_GETBUTTONINFOW iID:33 lptbbi:0121FAD8 [wParam:00000021 lParam:0121FAD8] <04895> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04896> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000021] <04897> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04898> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04899> 00391714 R WM_PAINT lResult:00000000 <04900> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04901> 00180104 S TB_GETBUTTONINFOW iID:32 lptbbi:0121FAD8 [wParam:00000020 lParam:0121FAD8] <04902> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04903> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000020] <04904> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04905> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04906> 00180104 S TB_GETBUTTONINFOW iID:31 lptbbi:0121FAD8 [wParam:0000001F lParam:0121FAD8] <04907> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001F] <04908> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04909> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04910> 00180104 S TB_GETBUTTONINFOW iID:30 lptbbi:0121FAD8 [wParam:0000001E lParam:0121FAD8] <04911> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04912> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001E] <04913> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04914> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04915> 00391714 R WM_PAINT lResult:00000000 <04916> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04917> 00180104 S TB_GETBUTTONINFOW iID:29 lptbbi:0121FAD8 [wParam:0000001D lParam:0121FAD8] <04918> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001D] <04919> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04920> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04921> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04922> 00180104 S TB_GETBUTTONINFOW iID:28 lptbbi:0121FAD8 [wParam:0000001C lParam:0121FAD8] <04923> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001C] <04924> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04925> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04926> 00180104 S TB_GETBUTTONINFOW iID:27 lptbbi:0121FAD8 [wParam:0000001B lParam:0121FAD8] <04927> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001B] <04928> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04929> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04930> 00180104 S TB_GETBUTTONINFOW iID:26 lptbbi:0121FAD8 [wParam:0000001A lParam:0121FAD8] <04931> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04932> 000700EE P WM_TIMER wTimerID:8197 tmprc:00000000 [wParam:00002005 lParam:00000000] <04933> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001A] <04934> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04935> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04936> 00391714 R WM_PAINT lResult:00000000 <04937> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04938> 00391714 P WM_TIMER wTimerID:3 tmprc:00000000 [wParam:00000003 lParam:00000000] <04939> 00180104 S TB_GETBUTTONINFOW iID:25 lptbbi:0121FAD8 [wParam:00000019 lParam:0121FAD8] <04940> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000019] <04941> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04942> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04943> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04944> 00180104 S TB_GETBUTTONINFOW iID:24 lptbbi:0121FAD8 [wParam:00000018 lParam:0121FAD8] <04945> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000018] <04946> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04947> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04948> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04949> 00180104 S TB_GETBUTTONINFOW iID:23 lptbbi:0121FAD8 [wParam:00000017 lParam:0121FAD8] <04950> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000017] <04951> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04952> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04953> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04954> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04455> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04456> 00180104 S TB_GETBUTTONINFOW iID:28 lptbbi:0121FAE0 [wParam:0000001C lParam:0121FAE0] <04457> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04458> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001C] <04459> 00391714 P WM_TIMER wTimerID:3 tmprc:00000000 [wParam:00000003 lParam:00000000] <04460> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04461> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04462> 00180104 S TB_GETBUTTONINFOW iID:27 lptbbi:0121FAE0 [wParam:0000001B lParam:0121FAE0] <04463> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001B] <04464> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04465> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04466> 00180104 S TB_GETBUTTONINFOW iID:26 lptbbi:0121FAE0 [wParam:0000001A lParam:0121FAE0] <04467> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04468> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:0000001A] <04469> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04470> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04471> 00391714 R WM_PAINT lResult:00000000 <04472> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04473> 00180104 S TB_GETBUTTONINFOW iID:25 lptbbi:0121FAE0 [wParam:00000019 lParam:0121FAE0] <04474> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000019] <04475> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04476> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04477> 00180104 S TB_GETBUTTONINFOW iID:24 lptbbi:0121FAE0 [wParam:00000018 lParam:0121FAE0] <04478> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000018] <04479> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04480> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04481> 00180104 S TB_GETBUTTONINFOW iID:23 lptbbi:0121FAE0 [wParam:00000017 lParam:0121FAE0] <04482> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04483> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000017] <04484> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04485> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04486> 00180104 S TB_GETBUTTONINFOW iID:22 lptbbi:0121FAE0 [wParam:00000016 lParam:0121FAE0] <04487> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000016] <04488> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04489> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04490> 00180104 S TB_GETBUTTONINFOW iID:21 lptbbi:0121FAE0 [wParam:00000015 lParam:0121FAE0] <04491> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000015] <04492> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04493> 00180104 R TB_BUTTONCOUNT nCount:34 [lResult:00000022] <04494> 00180104 S TB_GETBUTTONINFOW iID:20 lptbbi:0121FAE0 [wParam:00000014 lParam:0121FAE0] <04495> 002B16BC P message:0x8002 [User-defined:WM_USER+31746] wParam:00000000 lParam:00000000 <04496> 000700EE P WM_TIMER wTimerID:8197 tmprc:00000000 [wParam:00002005 lParam:00000000] <04497> 00180104 R TB_GETBUTTONINFOW iIndex:True [lResult:00000014] <04498> 00391714 S WM_PAINT hdc:00000000 [wParam:00000000 lParam:00000000] <04499> 00180104 S TB_BUTTONCOUNT wParam:00000000 lParam:00000000 <04500> 00391714 R WM_PAINT lResult:00000000 |
|
Zach
Groupie Joined: 19 July 2006 Status: Offline Points: 62 |
Post Options
Thanks(0)
|
Well - I never have figured this out - but I rebuilt it using forms instead of usercontrols and have no problem.
Same exact code being used - only difference is that its not a usercontrol, and its not placed on a panel first - then put in the Command Bars - would have been the way I would have done it to start with if I had started in the Command Bars instead of a Cool Bar
|
|
cj_user
Newbie Joined: 14 August 2006 Status: Offline Points: 23 |
Post Options
Thanks(0)
|
Hi Zach ( and hopefully the CJ Support )
I too am adding a custom control. However I cannot get event notifications from the control I added. No messages flowing to Execute or to the command handler I have for the custom control.
So my question is -- when events are sent from custom controls -- who gets what (based on the experience you have) ? Did it throw an Execute event when you interact with it or your window handle (winproc) received a message event?
Thanks
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |