Posts Tagged ‘.Net’

Trace Back for mix up list

December 19, 2008 - 1 Comment - Algorithm, App Development

Input {A,B} Result {A,B,AB,BA, } [more] Download Executable File Source Code Files

Article Tags: ,

Drag and move controls in runtime

December 18, 2008 - No Comments - Algorithm, App Development

Simple, you have a control in a form and you want to move it around like you could move the icons in your desktop. [more] For preparation, create a from with a control, say a button. Declare System.Drawing.Point StartPosition and System.Drawing.Point OldPosition System.Drawing.Point OldPosition; Select the button and click on the Events button. Double click [...]

Article Tags: ,