Declare an .ico file
#14
@Petr:

Nice code but too complex and beyond the scope of what I am doing.

I am going with the following:

Code: (Select All)
i& = _LoadImage("SIC64.BMP", 32)
If i& < -1 Then
    _Icon i&
    _FreeImage i&
End If
Do
    If Len(InKey$) Then End
Loop
Reply


Messages In This Thread
Declare an .ico file - by eoredson - 03-28-2023, 01:49 AM
RE: Declare an .ico file - by eoredson - 03-28-2023, 02:02 AM
RE: Declare an .ico file - by bplus - 03-28-2023, 02:10 AM
RE: Declare an .ico file - by eoredson - 03-28-2023, 02:19 AM
RE: Declare an .ico file - by dbox - 03-28-2023, 03:50 AM
RE: Declare an .ico file - by eoredson - 03-28-2023, 04:02 AM
RE: Declare an .ico file - by eoredson - 03-28-2023, 04:33 AM
RE: Declare an .ico file - by TempodiBasic - 03-28-2023, 01:51 PM
RE: Declare an .ico file - by Petr - 03-28-2023, 02:25 PM
RE: Declare an .ico file - by eoredson - 03-28-2023, 10:06 PM
RE: Declare an .ico file - by Petr - 03-29-2023, 09:46 AM
RE: Declare an .ico file - by eoredson - 03-28-2023, 11:34 PM
RE: Declare an .ico file - by mnrvovrfc - 03-29-2023, 11:25 AM
RE: Declare an .ico file - by eoredson - 03-30-2023, 02:05 AM
RE: Declare an .ico file - by eoredson - 03-30-2023, 05:23 AM



Users browsing this thread: 2 Guest(s)