Who Will You Kiss
Seçkin Üye
TR-Herkese merhaba, bu kod arka planda basit bir uygulamayı gizlemek içindir.
EN-Hello everyone, this code is for hiding a simple application in the background.
EN-Hello everyone, this code is for hiding a simple application in the background.
Bağlantıları görmek için lütfen
Giriş Yap
C++:
ShowWindow(hChild, SW_HIDE);//Gizle // hide
ShowWindow(hChild, SW_SHOW);//Göster // show
SendMessage(hChild, SW_HIDE, 0, 0); //Gizle // hide
SendMessage(hChild, SW_SHOW, 0, 0);//Göster // show