User Profile

Collapse

Profile Sidebar

Collapse
sprasanna100
sprasanna100
Last Activity: Apr 28 '09, 08:02 PM
Joined: Apr 1 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sprasanna100
    replied to Cut/Copy/Paste Commands WPF
    Hey, i have two buttons start and stop and only one will be enabled at any point of time. And i would like to use the same keygesture (something like Alt
    + P ) for both the commands. Is it possible?
    See more | Go to post

    Leave a comment:


  • sprasanna100
    replied to xml serialization question
    I have an object

    Class myclass
    {
    public int first;
    public int second;
    }

    when i serialize the object i get an xml like

    <myclass>
    <first>123</first>
    <second>456</second>
    </myclass>

    i want my xml to be

    <myclass>
    <properties>
    <first>123</first>...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...