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

Search:

Type: Posts; User: iBenzal

Search: Search took 0.02 seconds.

  1. Re: Buttons not updated when window showed or closed

    Hi Arjay,

    I want the event fires only when the button is pressed, not released. Moreover, in my program you will only press a button by TouchScreen.

    I hope to have clarified your doubts,
    ...
  2. Re: Buttons not updated when window showed or closed

    Hi,

    At the last post, I wrote a mistake: I want that the event fires when mouse button is pressed.

    iBenzal
  3. Re: Buttons not updated when window showed or closed

    Hi Arjay,

    You can use Click events in Touch Screen, but I want that the event fires when the user releases the mouse button. If I use Click, it will fire when a mousedown and mouseup event occur...
  4. Buttons not updated when window showed or closed

    Hello,

    My application creates multiple windows which are always created, showed and hid/closed when some buttons are pressed. These buttons share this style:

    <Style x:Key="MyButtonStyle"...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured