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

Search:

Type: Posts; User: cebugdev

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    5,779

    WPF "dealing cards" animation.. need help

    Im trying to write a poker application in WPF and Im having trouble figuring out on how to animate "dealing of cards" from dealer to player seats.

    The dealer position is located on the...
  2. How to determine if Image inside Listbox is visible?

    Hi,

    As the title asks; How to determine if Image inside Listbox is visible?

    My listbox is binded to List<MyImageList> variable. MyImageList class contains an ImageSource(BitmapImage) and a...
  3. Replies
    1
    Views
    10,286

    WPF Image list viewer problem

    hi,

    Im having trouble figuring out on how to implement my Image List viewer with the following specs;

    - The image viewer loads more than 1000 files but must take less memory. It is given that...
  4. Replies
    5
    Views
    13,186

    Re: Drag and Drop an item outside Main window

    heres how EmEditor drag and drop works;
    When you open a file it is displayed in a tab item similar to firefox and/or IE.
    when you drag a tab item(the file) outside of the main window(the...
  5. Replies
    5
    Views
    13,186

    Re: Drag and Drop an item outside Main window

    Thats the problem, the drop target is outside of the application example; Desktop or another window.
    This feature can be found in EmEditor (http://www.emeditor.com/) wherein you can drag a tab item...
  6. Replies
    5
    Views
    13,186

    Drag and Drop an item outside Main window

    How can i drag an item (list item) from its list and drop it outside the window and still handle the event?

    Example: If i have a list controls which contains a list of filenames, then i drag 1...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured