realbasic-nug.de
[Top] [All Lists]

Re: MouseCursor-Problem

To: REALbasic NUG German <realbasic-nug dot de at lists dot realsoftware dot com>
Subject: Re: MouseCursor-Problem
From: Stefan Mettenbrink <S dot Metti at gmx dot de>
Date: Thu, 21 Sep 2006 16:32:35 +0200
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug dot de at lists dot realsoftware dot com
References: <3241696613 dot 2658660128280 at [192 dot 168 dot 178 dot 135]> <C1386CA3 dot 20CE7%andy at foxwerk dot de>
Andy Fuchs wrote:

Du mußt dich schon entscheiden, ob Du app.MouseCursor oder me.MousCursor
setzt:

Function MouseDown(X As Integer, Y As Integer) As Boolean
altx=x
alty=y
me.MouseCursor=HandzuCursor // her ME.
return true

End Function

Stimmt, jetzt ist es so wie ich es wollte. Danke.

MfG, Metti.


<Prev in Thread] Current Thread [Next in Thread>