Ok. When my prog is minimized it sits in the taktray. When a user clicks the icon it restores to vbnormal. Now, I need this window to be seen (As in on top). My problem is, for some reason the forcewindowontop function isn't working?
Why?Code:Declare Function SetForegroundWindow Lib "user32.dll" (ByVal hwnd As Long) As Long




Reply With Quote