Systemmethode aushebeln ...



  • Hi

    weiss zufaellig jemand von euch wie man auf dem pocketpc den "roten kreis" deaktiviert welcher den rechten mousebutton ersetzt und immer dann aktiviert wird wenn man laenger aufs display drueckt??

    ...und ja ich weiss dass dies hier nicht unbedingt ein super pocketpc forum ist aber hier bekommt man antworten 😉

    gruss
    guenni



  • zwischenzeitlich habe ich mal fast die gesamte embedded msdn durchforstet und bin dabei auf folgendes gestossen
    leider weiss ich nicht wie ich es anstelle dass ich diese methode unterdruecke oder sie dazu bringe staendig FALSE zu liefern

    CWnd::SHRecognizeGesture
    This member is provided to simplify recognition that a, tap and hold, event has taken place with the stylus.

    BOOL SHRecognizeGesture(
    CPoint point,
    BOOL bSendNotification = TRUE );
    Parameters
    point
    The location of the tap event.
    bSendNotification = TRUE
    See Remarks.
    Return Value
    TRUE, is non-zero, if a tap and hold event has occurred in the client area of the window; otherwise, it is FALSE.

    Remarks
    This method is automatically called by the default implementation of CWnd::LButtonDown(). CWnd-derivitives that want to supplement or override this method should implement OnLButtonDown(), then call this member function as necessary.

    When bSendNotification is TRUE, this method allows the operating system to send a GN_CONTEXTMENU notification to the parent of the window. The framework does not provide a default implementation of the notification handler. The CWnd that wants to respond to the tap-and-hold event should add the message map/handler ON_NOTIFY_REFLECT(GN_CONTEXTMENU, OnContextMenu).

    HILFE!!!!



  • habe loesung

    in den amerikanischen foren konnte mir wer helfen (aber war mexikaner)!! 😃


Anmelden zum Antworten