FindWindow function Question

L

LiuMin

<DllImport("coredll.dll", EntryPoint:="EnableWindow")> _
Private Function EnableWindow( _
ByVal hwnd As IntPtr, _
ByVal bEnable As Boolean) As Boolean
End Function
 
J

James McCutcheon

Is that a code typo or a posting typo because

FindWindow("HHTaskBar", Nothing)

should work.
 
L

LiuMin

Is that a code typo or a posting typo because FindWindow("HHTaskBar",
Nothing) should work.
I don't understand this sentence, why FindWindow("HHTaskBar",Nothing)
should work?
Can you Explain this sentence By more and easiness of word.
 

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