Connecting Tech Pros Worldwide Help | Site Map

simple drag & drop

sesar
Guest
 
Posts: n/a
#1: Jan 25 '06
How can I impement drag&drop for simple 'dialog base' application... I
want to drag&drop txt file and load the text to variable

JustBoo
Guest
 
Posts: n/a
#2: Jan 25 '06

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
mlimber
Guest
 
Posts: n/a
#3: Jan 25 '06

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

Victor Bazarov
Guest
 
Posts: n/a
#4: Jan 25 '06

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
Stephan Brönnimann
Guest
 
Posts: n/a
#5: Jan 25 '06

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

JustBoo
Guest
 
Posts: n/a
#6: Jan 25 '06

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