I have a combo box created using xaml. I bind the item source to a xml document.
[code=xml]
<Items>
<Item>
<Name>David</Name>
<Age>20</Age>
</Item>
<Item>
<Name>Marcus</Name>
<Age>25</Age>
</Item>
<Item>
<Name>George</Name>
<Age>25</Age>
</Item>
...
User Profile
Collapse
Profile Sidebar
Collapse
JAnn81
Last Activity: Nov 17 '08, 01:51 AM
Joined: Mar 5 '08
Location:
-
Sort Combobox Items
-
Prevent activeX control from being hidden
Hi.
I have an activeX plug-in which is a user control written in .NET. I used WndProc function to view the messages sent to my application. My application will be hidden when it received the following messages:
msg=0x46 (WM_WINDOWPOSCH ANGING) hwnd=0x51362 wparam=0x0 lparam=0x12eec4
msg=0x47 (WM_WINDOWPOSCH ANGED) hwnd=0x51362 wparam=0x0 lparam=0x12eec4
In these 2 cases, the following WINDOWPOS...
No activity results to display
Show More