Connecting Tech Pros Worldwide Help | Site Map

simple drag & drop

  #1  
Old January 25th, 2006, 09:15 PM
sesar
Guest
 
Posts: n/a
How can I impement drag&drop for simple 'dialog base' application... I
want to drag&drop txt file and load the text to variable

  #2  
Old January 25th, 2006, 09:25 PM
JustBoo
Guest
 
Posts: n/a

re: simple drag & drop


On 25 Jan 2006 13:08:38 -0800, "sesar" <sesar@vp.pl> wrote:[color=blue]
>How can I impement drag&drop for simple 'dialog base' application... I
>want to drag&drop txt file and load the text to variable[/color]

You can obtain help for that in these newsgroups:

comp.os.ms-windows.programmer.win32
comp.os.ms-windows.programmer.tools.mfc

HTH - Good Luck
  #3  
Old January 25th, 2006, 09:35 PM
mlimber
Guest
 
Posts: n/a

re: simple drag & drop


sesar wrote:[color=blue]
> How can I impement drag&drop for simple 'dialog base' application... I
> want to drag&drop txt file and load the text to variable[/color]

You'll want to post in a platform-specific group since this group
focuses on standard C++ and since GUIs (even ones written in C++) are
outside of that scope. See this FAQ for what is on-topic here and for
some suggestions of better places to post:

http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

Cheers! --M

  #4  
Old January 25th, 2006, 09:35 PM
Victor Bazarov
Guest
 
Posts: n/a

re: simple drag & drop


sesar wrote:[color=blue]
> How can I impement drag&drop for simple 'dialog base' application... I
> want to drag&drop txt file and load the text to variable[/color]

There is no "drag&drop" defined in C++ _language_. You need to post your
question to the newsgroup that deals with your OS. The "drag&drop"
functionality is platform-specific.

V
  #5  
Old January 25th, 2006, 09:35 PM
Stephan Brönnimann
Guest
 
Posts: n/a

re: simple drag & drop



JustBoo wrote:[color=blue]
> On 25 Jan 2006 13:08:38 -0800, "sesar" <sesar@vp.pl> wrote:[color=green]
> >How can I impement drag&drop for simple 'dialog base' application... I
> >want to drag&drop txt file and load the text to variable[/color]
>
> You can obtain help for that in these newsgroups:
>
> comp.os.ms-windows.programmer.win32
> comp.os.ms-windows.programmer.tools.mfc
>
> HTH - Good Luck[/color]

Any why not search how D&D is provided by QT :-?
Stephan

  #6  
Old January 25th, 2006, 09:45 PM
JustBoo
Guest
 
Posts: n/a

re: simple drag & drop


On 25 Jan 2006 13:21:17 -0800, "Stephan Brönnimann"
<broeni@hotmail.com> wrote:[color=blue][color=green]
>> You can obtain help for that in these newsgroups:
>> comp.os.ms-windows.programmer.win32
>> comp.os.ms-windows.programmer.tools.mfc[/color]
>
>Any why not search how D&D is provided by QT :-?
>Stephan[/color]

Sure. And you just did. :-)

I went with the probabilities. Given his description and the
ubiquitous nature of Wi... Ooo I won't even say the Word, I figured
it was a good bet. The beauty of the beast that is usenet is more than
one answer can be provided. With both our responses he is now fully
armed to march on that dastardly dialog and do some drag&drop
damage for the day! Err... or something... kinda' like that. :-)

Major Strasser: What is your nationality?
Rick: I'm a drunkard.
Captain Renault: That makes Rick a citizen of the world.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I extract my data from a Drag & Drop ComObject? Neil West answers 1 November 21st, 2005 11:13 PM
Drag & Drop of Outlook message + attachments to VB.Net form David Anderson answers 6 November 21st, 2005 01:19 PM
Drag & Drop like VB Form Designer ?!? Philippe Meunier answers 2 November 20th, 2005 01:18 AM
Drag & drop issue Joseph answers 2 July 23rd, 2005 07:51 PM