Questions marquées «pinvoke»

215
Mettre une fenêtre en avant dans WPF

Comment puis-je mettre mon application WPF à l'avant du bureau? Jusqu'à présent, j'ai essayé: SwitchToThisWindow(new WindowInteropHelper(Application.Current.MainWindow).Handle, true); SetWindowPos(new WindowInteropHelper(Application.Current.MainWindow).Handle, IntPtr.Zero, 0, 0, 0, 0, SWP_NOMOVE |...