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

Search:

Type: Posts; User: Shythal

Search: Search took 0.02 seconds.

  1. How the change the access properties odf a USB device

    Hi,

    I am trying to Implement one function that is like

    ChangePartitionAccess(DriveLetter) - switch USB partition to read-only or read-write

    i am passing the drive letter of the usb device...
  2. Replies
    1
    Views
    9,141

    How to check Stack panel items

    Hi,

    I am working on WPF stack panel. In this I used to add items dynamically to the stack panel. Now If I click on the stackpanel item some message like the number of the child clicked should...
  3. Replies
    1
    Views
    6,770

    How to display canvas thumbnails.

    Hi,

    I am working on a WPF application. In this we will change the position of the components on the canvas. Every time we change the positions of the components on the canvas, we have to display a...
  4. Replies
    0
    Views
    6,118

    How to bind data to a listview in WPF

    Hi,

    I am working on a WPF application. In this I have a listview as

    <ListView Height="271" HorizontalAlignment="Right" Margin="0,52,12,0" Name="lstvHistory" VerticalAlignment="Top"...
  5. Replies
    1
    Views
    9,980

    Number updown control in my WPF

    Hi,

    I want to use Number updown control in my WPF application. BUt I didn't found any such control in the toolbox control. Please tell me how can i implement this control and its functionality in...
  6. Replies
    1
    Views
    3,560

    Webbrowser control in Silver light

    Hi,

    I am working on a silver light application. In this I want to use a web browser control like functionality. That is I want to open a new browser dynamically at run time to open a new web link....
  7. How to set scrolling property for canvas in WPF

    Hi,

    I am working on a WPF application. In this I have to set scrolling property for canvas.

    If any one have any idea how to do this please reply me.



    Thanks in advance.
  8. Re: How to display RSS feed videos in the WPF page

    hi
  9. How to display RSS feed videos in the WPF page

    Hi,

    I am working on a WPF RSS feeds application. In this I want to display the RSS feed videos in the WPF page itself i.e., no external media player should open to play the RSS videos. How can I...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured