| View previous topic :: View next topic |
| Author |
Message |
twoeyedhuman1111 Guest
|
Posted: Fri Apr 29, 2005 2:55 am Post subject: How to use drag and drop functionality with windows |
|
|
You know how in windows, that you can drag a file on top of an
executable and have the executable do something with that file? How
does windows tell the executable the file that it wants the executable
to mess with? Parameter wise?
|
|
| Back to top |
|
 |
Victor Bazarov Guest
|
Posted: Fri Apr 29, 2005 1:24 pm Post subject: Re: How to use drag and drop functionality with windows |
|
|
Stop posting off-topic
|
|
| Back to top |
|
 |
twoeyedhuman1111 Guest
|
Posted: Sat Apr 30, 2005 10:50 pm Post subject: Re: How to use drag and drop functionality with windows |
|
|
It's not off topic, it's in c++ isn't it?
|
|
| Back to top |
|
 |
Alvin Guest
|
Posted: Sat Apr 30, 2005 11:25 pm Post subject: Re: How to use drag and drop functionality with windows |
|
|
twoeyedhuman1111 wrote:
| Quote: | It's not off topic, it's in c++ isn't it?
|
I think you are talking Visual C++ (Or MS Windows API) which is not C++. The
MS Windows API is written in C++.
|
|
| Back to top |
|
 |
Ioannis Vranos Guest
|
Posted: Sun May 01, 2005 1:08 am Post subject: Re: How to use drag and drop functionality with windows |
|
|
twoeyedhuman1111 wrote:
| Quote: | You know how in windows, that you can drag a file on top of an
executable and have the executable do something with that file? How
does windows tell the executable the file that it wants the executable
to mess with? Parameter wise?
|
This is off topic here.
Try microsoft.public.dotnet.languages.vc newsgroup.
Also better use the public MS news server for that one:
msnews.microsoft.com
--
Ioannis Vranos
http://www23.brinkster.com/noicys
|
|
| Back to top |
|
 |
|