Click here to Skip to main content
15,884,989 members

Comments by Malli_S (Top 200 by date)

Malli_S 28-Apr-16 3:47am View    
Removing & from return type will not work as you expect. You've to have referenced return type.
Malli_S 23-Jul-14 9:21am View    
Maintaining the user state should be implemented in business logic. Even though user refreshes, your code should be capable enough to handle it.
Malli_S 23-Jul-14 9:05am View    
A very simple solution is to re-launch the keyboard. Or get the keyboard handle and call ShowWindow(). You can try any of these and update the question if stuck somewhere.
Malli_S 4-Apr-14 6:18am View    
Check whether 'http://stackoverflow.com/questions/15638663/creating-an-installer-that-will-perform-an-update-if-an-older-version-is-already' this helps you.
Malli_S 4-Apr-14 6:04am View    
Is it your assignment?