Yet another question for you wonderful people 
Author Message
 Yet another question for you wonderful people


(Dave MacCormack) threw this at us:

Quote:
>Okay, I'm trying to do a little drag & drop.  Hmm, I guess that best way
>to explain it is like the "MAC" trashcan.  Does anyone have any sample
>code or any idea where to go for some.  I started this my self but jut
>confused myself :-)...

Are you dropping files from your application to your application? If
you are, the answer is simple.

In the mousedown event of the source control, save the data being
dragged in a variable and initiate the drag using the Drag method like
this: sourcecontrol.Drag 1

Then, in the DragDrop event of the destination control, do whatever
you want to do with the data.

Jens
--
* Everything I said are the opinions of someone else.   *
* I just cut-and-pasted.                                *

Jens Balchen jr.



Wed, 27 May 1998 03:00:00 GMT  
 Yet another question for you wonderful people
Okay, I'm trying to do a little drag & drop.  Hmm, I guess that best way
to explain it is like the "MAC" trashcan.  Does anyone have any sample
code or any idea where to go for some.  I started this my self but jut
confused myself :-)...

Oh, also, is there a way to strech an AVI to fit a screen??? Thanks in
advance...


Dave



Wed, 27 May 1998 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. IRC, #Visualbasic, RippDogg and People Helping People

2. Please MS people: Question on Web Services and Custom Exception

3. a question for smart people

4. THIS IS NOT A STUPID QUESTION - obviously I like to insult other people

5. A question for win3.1 people..

6. Yet another listview sort by column question.

7. Yet another deployment question

8. VBScript, ADO, ASP: Yet Another Stupid Newbie Question

9. Yet another MS Word question

10. YAHTQ - (Yet another how-to question!)

11. Yet Another Newbie question....DLL

12. Yet another picbox imaging question...tiling an image

 

 
Powered by phpBB® Forum Software