Currently browsing category

Operating system

In the C plate, find temporary folder

In the Internet Options you can see the temporary folder's contents, but in accordance with the “C:\ Documents and Settings \ Administrator \ Local Settings \ Temporary Internet Files” there is no path to the “Temporary Internet Files” folder of this. Note:The week before the re-system, after the name of …

How System Restore

My computer does not have System Restore how I would like to be able to restore just the computer equipment at that time ah?? Thank you for the help ~ ~ before the computer has the System Restore option of later re-see the future there will be no This feature …

VB problem, file system control

Private Sub Dir1_Change () File1.Path = Dir1.Path End Sub Private Sub Drive1_Change () Dir1.Path = Drive1.Drive End Sub Private Sub File1_Click () Dim STR As String * 3 ChDrive Drive1.Drive ChDir Dir1.Path STR = UCase (Right (File1.FileName, 3)) Select Case STR Case “BMP” Image1.Picture = LoadPicture (File1.FileName) Case “DOC” MsgBox …