how do I make the title bar disapppear

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to remove the the title bar in a form any ideas on how to do this?
 
Private Declare Function FindWindow Lib "user32" _
Alias "FindWindowA" _
(ByVal lpClassName As String, _
ByVal lpWindowName As String) As Long

The above code did not work : compile error only comments may appear after
end sub, end comments.
 

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

Back
Top