Posts Tagged ‘sample code library’
- 01/04/09 : How to reposition and resize all the controls on a form whenever the form is resized.
- 01/04/09 : Opens a table-type recordset and then moves through the recordset using the .Edit method to edit a field in the table.
- 01/04/09 : How to find the user is trying to close the application using task manager or by pressing the X in Title bar, etc. How to restrict/refuse that
- 01/04/09 : How to Prevent the user from entering invalid keys in a text box.
- 01/04/09 : How to Auto tabbing fields
- 01/04/09 : How to count the number of textboxes in a form
- 01/04/09 : How to delete a string in another comma delimited string
- 01/04/09 : How to make propercase when entering the text in a text box
- 01/04/09 : How to find out the number of items in the collection
- 01/04/09 : Convert seconds to hours and minitues and seconds format
- 01/04/09 : How to Use ADO’s GetRows method to quickly load data into an array
- 01/04/09 : How to sort a list of random numbers in List box at run time
- 01/04/09 : How to draw pie slices
- 01/04/09 : How to Search & Replace the Line for Given Search String in a text file
- 01/04/09 : How to get Network Information [current networks, domains, users, and user info] (for Windows NT/2000 only)
- 01/04/09 : How to open a folder in explorer
- 01/04/09 : How to copy all folders and files from one location to another location
- 01/04/09 : How to Move image with the mouse in a form
- 01/04/09 : How to set System Date & time (in two ways)
- 01/04/09 : How to get IP address from http://www.myipaddress.com/ (in two ways)
- 01/04/09 : How to check if a string contains only Alpha Numeric Characters
- 01/04/09 : How to Add a backslash if the string doesn’t have one already (in Two ways)
- 01/04/09 : How to Convert the number n to any base between 2 and 36
- 01/05/09 : How to show Format Dialog
- 01/05/09 : How to Make A Gradient Title Bar