L'API :
'API et constante pour laisser la console au premier plan
Private Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long
Const Flags = &H2 Or &H1 Or &H40 Or &H10
'utlisée comme suit :
SetWindowPos Me.hwnd, -1, 0, 0, 0, 0, Flags
Ne fonctionne pas ?
The Pingouin
