Title bar icon

M

mailme.faisal

I want to remove title bar icon of a window.
The window should be resizable & it should have close (cross) button at
upper right corner.
I m using VB 6.
Any Help. Thanks in advance. & HOPE FOR FEEDBACK
 
G

Guest

Try this first in the Form Load:

Form1.Icon = LoadPicture()

Then I'd create an icon that matches the background and do this (just
make it real small or whitish - as long as it's recognized as a picture
resource by the API you're ok)

Form1.Icon = LoadPicture("c:\myblankIcon.bmp")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top