Advertisement
1_2002 Custom Controls/ Forms/ Menus #104645

A small bit of code to make your form stay on top!

This code will make your form stay on top of any other windows running, just like winamp stays on top.

AI

Riepilogo AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Codice sorgente
original-source
'just put this line in your form_load event
SetWindowPos hwnd, conHwndTopmost, 100, 100, 400, 141, conSwpNoActivate Or conSwpShowWindow
Commenti originali (3)
Recuperato da Wayback Machine