Posts Tagged ‘help’
- 01/04/09 : How to round off to the nearest 10 but not least, for example a) 10 would stay as 10 b) 11 would be 20 c) 3 would be 10 d) 22 would be 30 (in two ways)
- 01/04/09 : How to Get all currently open IE and Explorer windows
- 01/04/09 : How to use Net send to send message from one system to another system in Windows Network.
- 01/04/09 : How to Empty Recycle Bin
- 01/04/09 : How to Get file extension for a given file (in two ways)
- 01/04/09 : How to Strip special characters from a given String
- 01/04/09 : How to Replace Multiple Substrings in a String at Once
- 01/04/09 : How to trim characters from the Beginning of a string
- 01/04/09 : How to Return the file portion of a file + pathname without extension (in two ways)
- 01/04/09 : How to returns the Nth token in a string. Ex: GetWord(“This is a test.”, ” “, 2) = “is”
- 01/04/09 : How to LogOff/Restart/Shutdown the system (in two ways)
- 01/04/09 : How to show File Save As Dialog using API
- 01/05/09 : How to show Display Properties (Background)
- 01/05/09 : How to show Display Properties (Screen Saver)
- 01/05/09 : ArcTangent function that works in all quadrants
- 01/05/09 : How to Load GIF/JPG file from Resource file
- 01/05/09 : How to Check whether the given Path is Writeable
- 01/05/09 : How to Make A Gradient Title Bar
- 01/05/09 : How to Make 3D Forms
- 01/05/09 : How to Disable all Forms till the Form is closed
- 01/05/09 : How to center caption on Form Title Bar
- 01/05/09 : How to Change Other Window’s Caption
- 01/05/09 : How to Set the Text Box Cursor position
- 01/05/09 : How to show the Drop Down of ComboBox List
- 01/05/09 : How to add Pop Up menu to Text Box Control