Click here to Skip to main content
15,897,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionIdentify Page Number of String Within RTF Document Pin
Brad Huss19-Apr-07 5:43
Brad Huss19-Apr-07 5:43 
AnswerRe: Identify Page Number of String Within RTF Document Pin
Patrick Etc.22-Apr-07 13:43
Patrick Etc.22-Apr-07 13:43 
QuestionAlfa to Bravo need help! Pin
NANCO19-Apr-07 4:46
NANCO19-Apr-07 4:46 
AnswerRe: Alfa to Bravo need help! Pin
Marcus J. Smith19-Apr-07 5:03
professionalMarcus J. Smith19-Apr-07 5:03 
AnswerRe: Alfa to Bravo need help! Pin
Colin Angus Mackay19-Apr-07 5:19
Colin Angus Mackay19-Apr-07 5:19 
AnswerRe: Alfa to Bravo need help! Pin
dptalt20-Apr-07 2:25
dptalt20-Apr-07 2:25 
QuestionHow to delete folder and its subfolders Pin
re infecta19-Apr-07 4:43
re infecta19-Apr-07 4:43 
AnswerRe: How to delete folder and its subfolders Pin
Dave Kreskowiak19-Apr-07 5:00
mveDave Kreskowiak19-Apr-07 5:00 
This is very easily done with the Directory class and it's Delete method.
Directory.Delete(path, True)

The True parameter is necessary to delete everything inside the target directory, all of it's subdirectories and files.


Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


Questionneed to display stdout messages Pin
mduran4019-Apr-07 4:19
mduran4019-Apr-07 4:19 
AnswerRe: need to display stdout messages Pin
Dave Kreskowiak19-Apr-07 4:57
mveDave Kreskowiak19-Apr-07 4:57 
AnswerRe: need to display stdout messages Pin
sthotakura19-Apr-07 9:14
sthotakura19-Apr-07 9:14 
GeneralRe: need to display stdout messages Pin
mduran4019-Apr-07 10:23
mduran4019-Apr-07 10:23 
GeneralRe: need to display stdout messages Pin
sthotakura20-Apr-07 7:30
sthotakura20-Apr-07 7:30 
GeneralRe: need to display stdout messages Pin
mduran4020-Apr-07 7:59
mduran4020-Apr-07 7:59 
QuestionError Concurrency Violation... Pin
CCG319-Apr-07 4:16
CCG319-Apr-07 4:16 
AnswerRe: Error Concurrency Violation... Pin
Dave Kreskowiak19-Apr-07 4:56
mveDave Kreskowiak19-Apr-07 4:56 
GeneralRe: Error Concurrency Violation... [modified] Pin
CCG319-Apr-07 5:23
CCG319-Apr-07 5:23 
GeneralRe: Error Concurrency Violation... Pin
Dave Kreskowiak19-Apr-07 7:23
mveDave Kreskowiak19-Apr-07 7:23 
GeneralRe: Error Concurrency Violation... Pin
CCG319-Apr-07 7:37
CCG319-Apr-07 7:37 
GeneralRe: Error Concurrency Violation... Pin
Dave Kreskowiak19-Apr-07 9:02
mveDave Kreskowiak19-Apr-07 9:02 
GeneralRe: Error Concurrency Violation... Pin
CCG319-Apr-07 9:26
CCG319-Apr-07 9:26 
GeneralRe: Error Concurrency Violation... Pin
CCG320-Apr-07 17:01
CCG320-Apr-07 17:01 
QuestionPassing Datagrid parameters to Crystal Reports Pin
Central_IT19-Apr-07 3:58
Central_IT19-Apr-07 3:58 
AnswerRe: Passing Datagrid parameters to Crystal Reports Pin
Tarakeshwar Reddy19-Apr-07 4:33
professionalTarakeshwar Reddy19-Apr-07 4:33 
GeneralRe: Passing Datagrid parameters to Crystal Reports Pin
Central_IT19-Apr-07 4:39
Central_IT19-Apr-07 4:39 

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.