RE: [GD-Windows] Windows in .NET :(
Brought to you by:
vexxed72
From: Brian S. <bs...@mi...> - 2002-09-06 19:41:51
|
Zero-filling structs that you pass in to Win32 calls is an excellent habit. But for this case, the size param is only present in WNDCLASSEX (used with RegisterClassEx). --b. > -----Original Message----- > From: Ben Carter [mailto:be...@gu...]=20 > Sent: Friday, September 06, 2002 11:34 AM > To: GDWindows > Subject: Re: [GD-Windows] Windows in .NET :( >=20 > I'm working from memory here, but don't you have to set the size > parameter of the WNDCLASS structure, and zero out all the unused > members? |