C++ Questions (Drag and Drop) - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: C++ Questions (Drag and Drop) (/showthread.php?tid=51354) C++ Questions (Drag and Drop) by leito on 10-04-2005 at 02:58 AM
Hey guys, I'm really sorry of asking another C++ question, but I'm a newbie and need some help from you! For homework, I have to make a Solitaire. I finished, but know I would like to implement Drag and Drop. code: pictureBox1 is the Source pictureBox and pictureBox2 is the Destination pictureBox. Maybe you could point me out errros, or give me some places to search, and Thanks again. edit: missing "= true" it works, but I should need better documentations to finish the drag and drop for the solitaire |