Hi,

Try using WinApi::SetCursor Method

here is an example job

static void Job1(Args _args)
{
    #WinApi
    ;
    WinApi::setCursor(#IDC_APPSTARTING);
}

Regards,
Sumit

On Tue, Feb 10, 2009 at 3:24 PM, MaryAnn Hand <maryann.h...@gmail.com>wrote:

> Use a call to
>
> startLengthyOperation();  // this will turn on the hour glass for mouse
> pointer
>
> endLengthyOperation(); // this will turn it off again
>
> On Wed, Feb 4, 2009 at 10:27 AM, Leandro Taschek <aporte...@terra.com.br>
> wrote:
> > Hi,
> >
> >
> >
> >
> >
> >
> >
> > How can I change the mouse pointer, in x++?
> >
> >
> >
> >
> >
> > I remember, that doing this in VB was "mousepointer=hourglass"…
> >
> >
> >
> > But in the X++, I don't know how to do this.
> >
> >
> >
> >
> >
> > Sorry my english
> >
> >
>
>
> ------------------------------------
>
> News-Flash of Axapta Knowledge Village
> =======================================
> VISIT THE Microsoft Dynamics AX Knowledge Village at LINKEDIN:
> http://www.linkedin.com/e/gis/165338.
>
> Sharing the knowledge on Axapta.
> Visit www.frappr.com/axapta for axapta friends.
>
> Come and choose your preferred name for Microsoft Dynamics AX on the Axapta
> Knowledge Village, Visit www.axapta-knowledge-village.tk
> Yahoo! Groups Links
>
>
>
>

Reply via email to