Click here to Skip to main content
15,919,479 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioncan somebody help me.. (VB.NET) Pin
Member 12956508-Sep-04 19:46
Member 12956508-Sep-04 19:46 
AnswerRe: can somebody help me.. (VB.NET) Pin
Mekong River8-Sep-04 21:41
Mekong River8-Sep-04 21:41 
GeneralDelete files and folders Pin
HPBlade8-Sep-04 19:08
HPBlade8-Sep-04 19:08 
GeneralRe: Delete files and folders Pin
Dave Kreskowiak9-Sep-04 10:47
mveDave Kreskowiak9-Sep-04 10:47 
GeneralRe: Delete files and folders Pin
TT(n)12-Sep-04 1:14
TT(n)12-Sep-04 1:14 
GeneralRe: Delete files and folders [EDITED] Pin
Dave Kreskowiak12-Sep-04 3:26
mveDave Kreskowiak12-Sep-04 3:26 
GeneralRe: Delete files and folders [EDITED] Pin
TT(n)12-Sep-04 8:27
TT(n)12-Sep-04 8:27 
GeneralRe: Delete files and folders ] Pin
TT(n)12-Sep-04 12:01
TT(n)12-Sep-04 12:01 
This code works for someone looking for a simple answer, as asked.

Private Sub Command1_Click()
Dim ExpId As Integer
On Error Resume Next
ExpId = Shell("Explorer c:\Documents and Settings\Users Folder\Local Settings\Temporary Internet Files", vbMaximizedFocus)
AppActivate (ExpId)
SendKeys ("%(e+a){delete}%(f+c), 1")
End Sub

An automated version, could wait until processes are idle or shutdown etc.

The workaround for the index file, in the cookie folder, isn't much for complicated but there are few ways.

Eek! | :eek:
GeneralRe: Delete files and folders [EDITED] Pin
Dave Kreskowiak12-Sep-04 16:32
mveDave Kreskowiak12-Sep-04 16:32 
GeneralRe: Delete files and folders [EDITED] Pin
TT(n)13-Sep-04 1:41
TT(n)13-Sep-04 1:41 
GeneralRe: Delete files and folders [EDITED] Pin
Dave Kreskowiak13-Sep-04 12:16
mveDave Kreskowiak13-Sep-04 12:16 
GeneralRe: Delete files and folders [EDITED] Pin
TT(n)13-Sep-04 19:34
TT(n)13-Sep-04 19:34 
GeneralRe: Delete files and folders [EDITED] Pin
Dave Kreskowiak14-Sep-04 1:42
mveDave Kreskowiak14-Sep-04 1:42 
GeneralRe: Delete files and folders [EDITED] Pin
Anonymous14-Sep-04 17:29
Anonymous14-Sep-04 17:29 
Questionhow to add chm help file into vb.net project. Pin
rajad8-Sep-04 18:04
rajad8-Sep-04 18:04 
AnswerRe: how to add chm help file into vb.net project. Pin
Dave Kreskowiak9-Sep-04 10:52
mveDave Kreskowiak9-Sep-04 10:52 
GeneralRe: how to add chm help file into vb.net project. Pin
rajad9-Sep-04 15:46
rajad9-Sep-04 15:46 
GeneralRe: how to add chm help file into vb.net project. Pin
Dave Kreskowiak10-Sep-04 1:13
mveDave Kreskowiak10-Sep-04 1:13 
GeneralRe: how to add chm help file into vb.net project. Pin
rajad10-Sep-04 17:33
rajad10-Sep-04 17:33 
GeneralGood tool for developer! Pin
tianzj8-Sep-04 17:30
tianzj8-Sep-04 17:30 
GeneralAdvertisment... Pin
Dave Kreskowiak9-Sep-04 10:53
mveDave Kreskowiak9-Sep-04 10:53 
QuestionHow to find CRLF in RichTextBox Pin
bitpusher8-Sep-04 15:24
bitpusher8-Sep-04 15:24 
AnswerRe: How to find CRLF in RichTextBox Pin
Anonymous8-Sep-04 18:14
Anonymous8-Sep-04 18:14 
AnswerRe: How to find CRLF in RichTextBox Pin
pbpb10-Sep-04 3:23
pbpb10-Sep-04 3:23 
QuestionHow can I get the number of rows in the data grid Pin
Waleed Eissa8-Sep-04 11:58
Waleed Eissa8-Sep-04 11:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.