Click here to Skip to main content
15,898,598 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: WMP functions Pin
jady844-Feb-07 10:34
jady844-Feb-07 10:34 
GeneralRe: WMP functions Pin
Christian Graus4-Feb-07 12:29
protectorChristian Graus4-Feb-07 12:29 
QuestionHow to run Windows Explorer from an application Pin
TJO14-Feb-07 0:51
TJO14-Feb-07 0:51 
AnswerRe: How to run Windows Explorer from an application Pin
Christian Graus4-Feb-07 0:55
protectorChristian Graus4-Feb-07 0:55 
GeneralRe: How to run Windows Explorer from an application Pin
TJO15-Feb-07 0:14
TJO15-Feb-07 0:14 
QuestionSearch Data Grid Pin
aslamshaikh044-Feb-07 0:44
aslamshaikh044-Feb-07 0:44 
AnswerRe: Search Data Grid Pin
Christian Graus4-Feb-07 0:54
protectorChristian Graus4-Feb-07 0:54 
QuestionChoosing specific folders to Delete Pin
charchabil034-Feb-07 0:43
charchabil034-Feb-07 0:43 
Hello guys
help with following

having a folder ,containing many subfolders with the following names
folder 1 :2007-1-30
Folder 2 :2007-2-1
folder .....
how can write a function to let the user : specifies which subfolders to delete
i mean :if the user wants to delete everything with the name before:2007-2-20
algorithm: after choosing a date from the calendar ,delete all the subfolders where their name are inferior from the chosen date

what about the following code.what should i add to it
Dim mydate As String, mymonth As String, myyear As String<br />
        mydate = Me.DateTimePicker1.Value.Day.ToString<br />
        mymonth = Me.DateTimePicker1.Value.Month.ToString()<br />
        myyear = Me.DateTimePicker1.Value.Year.ToString<br />
        Dim dir_info As New DirectoryInfo(Path)<br />
        dir_info.Delete(True)



Regards,

Regards
Ramy

Questionselecting values in datagrid & getting it into textbox Pin
swetachotalia4-Feb-07 0:16
swetachotalia4-Feb-07 0:16 
AnswerRe: selecting values in datagrid & getting it into textbox Pin
Christian Graus4-Feb-07 0:25
protectorChristian Graus4-Feb-07 0:25 
GeneralRe: selecting values in datagrid & getting it into textbox Pin
aslamshaikh044-Feb-07 0:41
aslamshaikh044-Feb-07 0:41 
GeneralRe: selecting values in datagrid & getting it into textbox Pin
Christian Graus4-Feb-07 0:52
protectorChristian Graus4-Feb-07 0:52 
GeneralRe: selecting values in datagrid & getting it into textbox Pin
aslamshaikh044-Feb-07 2:08
aslamshaikh044-Feb-07 2:08 
GeneralRe: selecting values in datagrid & getting it into textbox Pin
aslamshaikh044-Feb-07 2:17
aslamshaikh044-Feb-07 2:17 
QuestionTextfile connection Pin
Socheat.Net3-Feb-07 22:32
Socheat.Net3-Feb-07 22:32 
AnswerRe: Textfile connection Pin
Christian Graus3-Feb-07 23:25
protectorChristian Graus3-Feb-07 23:25 
GeneralRe: Textfile connection Pin
Socheat.Net5-Feb-07 22:45
Socheat.Net5-Feb-07 22:45 
GeneralRe: Textfile connection Pin
Christian Graus5-Feb-07 23:43
protectorChristian Graus5-Feb-07 23:43 
GeneralRe: Textfile connection Pin
Socheat.Net7-Feb-07 23:00
Socheat.Net7-Feb-07 23:00 
GeneralRe: Textfile connection Pin
Christian Graus7-Feb-07 23:22
protectorChristian Graus7-Feb-07 23:22 
Questiondelete folder Pin
charchabil033-Feb-07 22:03
charchabil033-Feb-07 22:03 
AnswerRe: delete folder Pin
Christian Graus3-Feb-07 23:26
protectorChristian Graus3-Feb-07 23:26 
GeneralRe: delete folder Pin
charchabil034-Feb-07 0:36
charchabil034-Feb-07 0:36 
GeneralRe: delete folder Pin
charchabil034-Feb-07 1:09
charchabil034-Feb-07 1:09 
QuestionHow can i Unzip..? Pin
fmlove3-Feb-07 21:44
fmlove3-Feb-07 21:44 

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.