Overblog All blogs Top blogs Tech & Science
Follow this blog Administration + Create my blog
MENU
Advertising

taskbar

Advertising
Working with windows handles and APIs- Part I

Working with windows handles and APIs- Part I

8 codes in this first part of windows ,handles and APIs showing how to manipulate any window, having a handle. In VFP , only forms are considered as Windows real object and have their handleThis integer,distributed by the system is used to make all operations...

Read more

Hide any  application icon from the taskbar

Hide any application icon from the taskbar

Any windows appstarts with puting an icon on taskbar.This icon gives a windows system menu (maximize, close,size...) This code makes any application icon hidden from the taskbar when running. can visit MSDN https://msdn.microsoft.com/en-us/library/windows/desktop/ff700543%28v=vs.85%29.aspx...

Read more