Click here to Skip to main content
15,915,509 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to call sub report Pin
neo_bags5-Feb-07 0:33
neo_bags5-Feb-07 0:33 
QuestionIP Address and MAC Address Pin
nawalage4-Feb-07 23:40
nawalage4-Feb-07 23:40 
AnswerRe: IP Address and MAC Address Pin
Ahmed El-Badry5-Feb-07 3:05
Ahmed El-Badry5-Feb-07 3:05 
GeneralRe: IP Address and MAC Address Pin
nawalage5-Feb-07 5:24
nawalage5-Feb-07 5:24 
QuestionRe: IP Address and MAC Address Pin
nawalage5-Feb-07 20:02
nawalage5-Feb-07 20:02 
AnswerRe: IP Address and MAC Address Pin
Ahmed El-Badry5-Feb-07 22:55
Ahmed El-Badry5-Feb-07 22:55 
AnswerRe: deleting many folders Pin
Christian Graus4-Feb-07 23:01
protectorChristian Graus4-Feb-07 23:01 
Questiondeleting many folders Pin
charchabil034-Feb-07 22:44
charchabil034-Feb-07 22:44 
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


Regards
Ramy

AnswerRe: deleting many folders Pin
Christian Graus4-Feb-07 23:02
protectorChristian Graus4-Feb-07 23:02 
GeneralRe: deleting many folders Pin
ChandraRam5-Feb-07 3:49
ChandraRam5-Feb-07 3:49 
GeneralRe: deleting many folders Pin
charchabil035-Feb-07 5:26
charchabil035-Feb-07 5:26 
AnswerRe: deleting many folders Pin
TwoFaced5-Feb-07 7:06
TwoFaced5-Feb-07 7:06 
GeneralRe: deleting many folders Pin
charchabil035-Feb-07 8:00
charchabil035-Feb-07 8:00 
QuestionWiFi Connection Pin
ChPortos4-Feb-07 22:00
ChPortos4-Feb-07 22:00 
AnswerRe: WiFi Connection Pin
ChPortos7-Feb-07 3:35
ChPortos7-Feb-07 3:35 
Questionhow to handle list boxes? Pin
Jennisa4-Feb-07 21:27
Jennisa4-Feb-07 21:27 
AnswerRe: how to handle list boxes? Pin
jack_claudine4-Feb-07 21:54
jack_claudine4-Feb-07 21:54 
AnswerRe: how to handle list boxes? Pin
Vikash Yadav4-Feb-07 21:59
Vikash Yadav4-Feb-07 21:59 
GeneralRe: how to handle list boxes? Pin
Jennisa4-Feb-07 22:23
Jennisa4-Feb-07 22:23 
GeneralRe: how to handle list boxes? Pin
Vikash Yadav4-Feb-07 22:44
Vikash Yadav4-Feb-07 22:44 
GeneralRe: how to handle list boxes? Pin
Jennisa4-Feb-07 23:27
Jennisa4-Feb-07 23:27 
AnswerRe: how to handle list boxes? [modified] Pin
TwoFaced5-Feb-07 7:33
TwoFaced5-Feb-07 7:33 
QuestionSave & access file on network Pin
Vikash Yadav4-Feb-07 21:13
Vikash Yadav4-Feb-07 21:13 
AnswerRe: Save & access file on network Pin
Colin Angus Mackay4-Feb-07 21:42
Colin Angus Mackay4-Feb-07 21:42 
GeneralRe: Save & access file on network Pin
Vikash Yadav4-Feb-07 22:04
Vikash Yadav4-Feb-07 22:04 

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.