Drag & drop between tree controls(Very Urgent........)
-
Hi All, I have 2 tree controls.Now i need to access Drag and Drop between them in Dialog based application.I need some idea or sample code for this.Its very urgent for me. Plz help me......... Thanks & Regards, Anitha
-
Hi All, I have 2 tree controls.Now i need to access Drag and Drop between them in Dialog based application.I need some idea or sample code for this.Its very urgent for me. Plz help me......... Thanks & Regards, Anitha
Hello Anitha, Check out this tutorial series from catch22 - OLE Drag and Drop[^]. Regards, Jijo.
_____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.
-
Hi All, I have 2 tree controls.Now i need to access Drag and Drop between them in Dialog based application.I need some idea or sample code for this.Its very urgent for me. Plz help me......... Thanks & Regards, Anitha
Well, if it's so urgent, I won't type any code for you, I'd be too slow... Instead, I'll point you at the http://www.codeproject.com/KB/tree/[^] section here on codeproject. Do a search for drag, and this was the fourth entry (first was an advert!) http://www.codeproject.com/KB/tree/shtree.aspx[^] Also: http://www.codeproject.com/KB/tree/treedragndropdemo.aspx[^] I hope they help, Iain.
In the process of moving to Sweden for love (awwww). If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), give me a job!
-
Hi All, I have 2 tree controls.Now i need to access Drag and Drop between them in Dialog based application.I need some idea or sample code for this.Its very urgent for me. Plz help me......... Thanks & Regards, Anitha
Have you read up on
DragAcceptFiles()
,DragQueryFile()
, andWM_DROPFILES
?"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons