Jump to content

The Functionality For Opening a File Dialog Box Using the GetOpenFileNameW Is Broken


Recommended Posts

Guest Suzy Bolo
Posted

In the current update of Windows 10 when a program calls the GetOpenFileNameW function from the Comdlg32.lib library, it is not giving the expected behavior. It will open the file browser as expected, but then after a second, the file browser will freeze, then the program will crash. Can someone please look into this and see if there's some kind of bug in Windows causing it? If you want to recreate this issue, I have written the following extremely simple program to demonstrate it.:#include <windows.h>int main() { wchar_t Filename[500]; OPENFILENAMEW ofn; ZeroMemory(&ofn, sizeof(ofn)

 

More...

  • Replies 0
  • Created
  • Last Reply

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...