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 ...
11
votes
10answers
3k views
What are the advantages of c# over, say, delphi/realbasic for windows applications
Has anyone ever written an application bigger than its .NET luggage?
People used to criticize VB6 for its 2 MB runtime but it rarely dwarfed the app it accompanied.
Today despite having Vista on my ...
6
votes
11answers
1k views
Is RealBasic a good programming language to learn?
I am totally new to programming and I want to learn a simple language that I can create desktop application with.
I was originally going to attempt learning Delphi but after playing with it for a ...
3
votes
6answers
538 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 ...