fb:porticula NoPaste
Ergänzung zum Combobox-Versuch
Uploader: | Sebastian |
Datum/Zeit: | 12.09.2009 17:29:07 |
Function WndProcDropDown(ByVal hWin As HWND,ByVal uMsg As UINT,ByVal wParam As WPARAM,ByVal lParam As LPARAM) As Integer
'Return DefWindowProc(hWin,uMsg,wParam,lParam)
Select Case uMsg
Case WM_INITDIALOG
SetWindowPos (hWin,HWND_NOTOPMOST,0,0,0,0,SWP_NOACTIVATE Or SWP_NOZORDER)
End Select
return 0
End Function