RE: [GD-Windows] Mind numbing GetOpenFileName Problem
Brought to you by:
vexxed72
From: Brian S. <bs...@mi...> - 2002-02-18 16:59:24
|
Have you tried inserting: > OPENFILENAME ofn; ZeroMemory(&ofn, sizeof(ofn)); > ofn.lStructSize =3D sizeof( OPENFILENAME_SIZE_VERSION_400 ); // =3D unless you're sure you're setting every field, you should probably get in the habit of doing that... --brian |