Window icon

Moderator: Rathinagiri

Post Reply
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Window icon

Post by l3whmg »

Hi guys.
I know that this it's not important, but to have an icon image on the window, I find this way.

Source name window.prg near line 1552 (L3W-B begin mod, L3W-E end mod)

Code: Select all

   // Set Properties
   ::oQTObject:move( ::nCol , ::nRow )
   ::oQTObject:resize( ::nWidth, ::nHeight )
   ::oQTObject:setWindowTitle( ::cTitle )
//L3W-B
   IF VALTYPE( ::cIcon ) != 'U'
    ::oQTObject:setWindowIcon( ::cIcon )
   ENDIF
//L3W-E
In this way I have image on the opened window, not at windows explorer level !

Cheers
Luigi from Italy
www.L3W.it
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Window icon

Post by Rathinagiri »

Thanks Luigi.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply