Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to use HWND?

Status
Not open for further replies.

nimaata

Programmer
Joined
Jan 3, 2005
Messages
27
Location
US
im trying to use a function called XMessageBox(HWND hwnd,...) and the first thing it ask for is the window, but i dont know how to set the window value

could anyone help me out? how do i give hwnd its value?
 
I think you meant MessageBox. For the HWND, just pass NULL.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top