Hi Zyrthofar,
I think creating your own custom cursor is the way to go here. In my
experience, if you tru to use anything else, it won't behave quite like a
cursor and so won't do exactly what you want.
Craig VB.Net Team
--------------------------------------------------------------------
This reply is provided AS IS, without warranty (express or implied).
--------------------[color=blue]
>From: Zyrthofar Blackcloak <shinjiikari@japan.com>
>Newsgroups: microsoft.public.dotnet.languages.vb
>Subject: Drag & Drop problem
>Organization: SimTech
>Message-ID: <nckc20t7m7so9poa6hnl1gm9frgjeb41fc@4ax.com>
>X-Newsreader: Forte Agent 1.92/32.572
>MIME-Version: 1.0
>Content-Type: text/plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>Lines: 12
>Date: Sun, 08 Feb 2004 10:18:29 -0500
>NNTP-Posting-Host: 66.131.35.126
>X-Complaints-To:
abuse@videotron.ca
>X-Trace: wagner.videotron.net 1076253506 66.131.35.126 (Sun, 08 Feb 2004[/color]
10:18:26 EST)[color=blue]
>NNTP-Posting-Date: Sun, 08 Feb 2004 10:18:26 EST
>Path:[/color]
cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA05.phx.gbl!TK2MSFTNGP08
.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!newsfeed.gamma.ru!Gamma.RU!n
ews.maxwell.syr.edu!c03.atl99!news.usenetserver.co m!wesley.videotron.net!wag
ner.videotron.net.POSTED!not-for-mail[color=blue]
>Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.languages.vb:179662
>X-Tomcat-NG: microsoft.public.dotnet.languages.vb
>
>Hi
>I have a set of four radiobuttons, and I want to be able to move and
>copy between them using Drag&Drop operations. This works perfectly,
>but now I want to see the source radiobutton's .Text property when
>dragging it, just like when you drag a file in Windows Explorer.
>(ie. I want the cursor, and just behind it, the .tag that moves with
>it)
>
>Is there a better way to do this than dynamically create a cursor? I
>have been looking at some examples but didn't find anything useful.
>
>Thank you very much
>[/color]