CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dutts303

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    10,784

    Button click event within a ControlTemplate?

    Hi,

    I have a class which derives from TextBox called EntryTextBox and provides a PreviewKeyDown event handler (although for the purposes of this question, it's not relevant).

    I have produced a...
  2. Replies
    0
    Views
    3,718

    Partial-trust on-screen keyboard?

    Hi,

    I would like to implement a pop-up on screen keyboard which can be used to interact with a textbox through a touchscreen. I've found a load of WPF examples online but they all cause Security...
  3. Adding a TabItem to an existing derived TabControl in WPF

    Hi,

    My project contains a class, Symbol, which derives from UserControl and adds some custom dps etc... In code, Symbol also implements a Popup containing a TabControl along with the relevant...
  4. Replies
    0
    Views
    5,664

    Equivalent binding in code?

    Hi,

    I'm in the process of refactoring some code I've inherited and as a part of this I need to re-create a binding which was previously in my WPF in code. The WPF snippet is:

    <TabItem...
  5. Custom OIDs in my NDIS IM Driver - One class with multiple items

    Hi,

    I have an existing NDIS IM driver which already contains some custom OIDs with their respective MOF definitions, NDIS_GUID entries and so on and they work fine. I can access these values...
  6. Broadcasting from an NDIS Intermediate network driver

    Hi,

    I have an NDIS intermediate network driver which I'd like to periodically broadcast a UDP packet from. I have put an NDIS_MINIPORT_TIMER in my miniport's initialize function and this is now...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured