User Profile

Collapse

Profile Sidebar

Collapse
JAnn81
JAnn81
Last Activity: Nov 17 '08, 01:51 AM
Joined: Mar 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • JAnn81
    started a topic Sort Combobox Items
    in XAML

    Sort Combobox Items

    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>
    ...
    See more | Go to post
    Last edited by Frinavale; Dec 15 '08, 03:51 PM. Reason: added [code] tags

  • JAnn81
    started a topic Prevent activeX control from being hidden
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...