Path: csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: Deanna Earley Newsgroups: comp.lang.basic.visual.misc Subject: Re: An Icon Question Date: Thu, 17 May 2012 13:43:55 +0100 Organization: Aioe.org NNTP Server Lines: 31 Message-ID: References: <3A4tr.351989$4z7.320525@fx08.am4> NNTP-Posting-Host: rjApkXnSOjrT83QpZ8fKqg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: csiph.com comp.lang.basic.visual.misc:1078 On 17/05/2012 11:40, Ivar wrote: > Hi All > > Using VB6 > > On The Form is a ListView and a PictureBox > ListView is Report View, OLEDragMode Automatic, OLEDropMode None > PictureBox is OLEDragMode Manual, OLEDropMode Manual > > I left Click on Listview Item, Drag Over PictureBox and release. Lots of > stuff happens, all works well. > While Dragging, if mouse is not over Picturebox the cursor is like a > black stop sign (Circle and line) > If mouse is on PictureBox then cursor is a meaningless Small Arrow and a > cross and a small square. > Is it possible to set the cursor to a custom cursor while mouse is over > PictureBox Ready For Dropping. These are standard OLE drag cursors, and I don't think you can change them directly (beyond the standard move, copy, denied cursors). You can try using SetCursor to force a new cursor temporarily. -- Deanna Earley (dee.earley@icode.co.uk) i-Catcher Development Team http://www.icode.co.uk/icatcher/ iCode Systems (Replies direct to my email address will be ignored. Please reply to the group.)