Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Mouse drag and drop logic

    Though I havent worked much with silverlight, but had been working in GDI over a long span & already been doing lot of such drag/drop stuff....hence, a suggestive raw logic could be.. Initially storing the co-ordinates(points) of the chain in an array. On the MouseUp event, reading the coordinates where its gonna be placed.. Now finding the ...
  • Re: Re: How can I implement drag/drop of a button in RC0

    Though I havent worked much with silverlight, but had been working in GDI over a long span & already been doing lot of such drag/drop stuff....hence, a suggestive raw logic could be.. Initially storing the co-ordinates(points) of the chain in an array. On the mousedown event, reading the coordinates where its gonna be placed.. Now finding ...
Microsoft Communities