Drag and drop from ListBox to Calendar? |
Post Reply |
Author | |
rmcgaffic
Groupie Joined: 03 June 2011 Location: Pittsburgh, PA Status: Offline Points: 14 |
Post Options
Thanks(0)
Posted: 09 November 2011 at 7:54am |
I posted this in the Calendar forum but after three days and no responses, I am reposting it on this forum which appears to have more visitors -- hoping to answer the question: Is is possible to drag and drop from one Codejock control to another?
My form has two controls on it: Codejock Calendar and Codejock ListBox.
I am using the Codejock List box to display a list of tasks. I would like to select
a task and drag and drop it to the calendar thereby "scheduling it" -- associating
a date and time period with it.
Is this possible?
Does anyone have code or a sample demonstrating how to do this using Visual Basic?
Thanks,
Bob McGaffic
Pittsburgh, PA |
|
ahmadgames
Groupie Joined: 12 April 2011 Location: Jordan Status: Offline Points: 44 |
Post Options
Thanks(0)
|
Hi,
I don't have something specific on my mind, but it has to be related with the OLE events, try to google about them and you will find many useful articles.. I used some on a listview to re-arrange the listitems, and also used it to drag-drop an item outside the listview to do some events... You need to search about: OLECompleteDrag OLEDragDrop OLEGiveFeedback OLEStartDrag Those are what I used.. There are those two: OLEDragOver OLESetData But I didn't used them Hope this help.
|
|
Product: Xtreme SuitePro (ActiveX) version 16.3.1
Platform: Windows 8.1 (64bit) Language: Visual Basic 6.0 -------------------------- Ahmad Majid Development Manager Hybrid Solutions |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |