❔ filedialog
hi
why is this code not working ?
the files window doesn't appear when i click the button
10 Replies
Are you sure the event is triggered?
Make sure you set a breakpoint and try to trigger the breakpoint
$debug
Tutorial: Debug C# code - Visual Studio (Windows)
Learn features of the Visual Studio debugger and how to start the debugger, step through code, and inspect data in a C# application.
Yeah
I tried the code on link click event and click event
They both didnt work
Have you tried debugging as suggested above?
I dont know how it works 😅
I just press it and nothing happen
Well that's why debugging was suggested above, and a link to a debugging tutorial was provided, so give that a go
it shows me no errors and still not working
nice there was an error on onther line stoping it
thx bro
Just FYI there won't always be an error in the sense of the compiler telling you there's something wrong, hence why you were guided toward debugging, it's something you need to learn so you know how to track what your program's doing, what your variables are set to etc
$close
Use the /close command to mark a forum thread as answered
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.