Einzelnen Beitrag anzeigen

Daniel G
(Gast)

n/a Beiträge
 
#12

Re: Popupmenü blendet sich nicht mehr aus

  Alt 4. Mär 2007, 12:37
Was passiert, wenn du SetForegroundWindow ans Ende des Blocks packst?

Delphi-Quellcode:
 WM_RBUTTONDOWN: begin
                          GetCursorPos(point);
                          popupmenu1.popup(point.x,point.y);
                          SetForegroundWindow(Handle);
                     end;
//Edit: Wobei das ja eigentlich auch schwachsinnig ist...
  Mit Zitat antworten Zitat