Tagged Questions
38
votes
9answers
2k views
Why is it bad practice to call an eventhandler from code?
Say you have a menu item and a button that do the same task.
Why is it bad practice to put the code for the task into one control's action event and then make a call to that event from the other ...
3
votes
6answers
505 views
How to embedded images to EXE file and show them as slideshow
I have a requirement to build an Image manager which will allow users to build a collection of photos/images and then give them an option to convert these photos to a single EXE which when run, will ...