Unhiding folder or files in Windows is very easy, you can do this using explorer menu bar and go to Tools > Folder Options > View Tab then choose the Show hidden files, folders, or drives. By doing this steps, you will see some hidden files on your system but not all. Yes, you read it right. Some files may not be unhide by the operating system because it can be harmful. If you are sure that your files are 100% safe, then you may try the guide below to unhide your files using command prompt.
Saturday, February 23, 2013
Wednesday, February 13, 2013
Forcing VB 6 Run Time To Stop
Stop button in visual basic application is very standard when you want to immediately close your project run time. But if you can't close your project during run time because the stop button is not functioning then this is a big problem!
Sunday, February 10, 2013
Clear all Textboxes On A Form In Visual Basic 6
Clearing TextBox in VB is easy, you can simply do this using code below.
//Assume that the object name of the Textbox is txtSample
txtSample.Text = ""
The code above is very reliable when you have only 1 up to 20 TextBox object but if you have 20 or more TextBox objects, this will be unworthy for your effort. To clear all TextBox objects in a form, you will need some simple steps below.
How to Force Format a USB Flash Drive in Windows OS
Most peoples format their USB flash drive as the last resort if they can't fix the problem of there USB flash drive. But if your last resort display a message like "Windows unable to format your selected disk" then this is another problem. If this happen, you can try this solution to format your incurable USB flash drive.