Click here to Skip to main content
15,889,266 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioneasy way to print datagrid ? Pin
Mr.Kode18-Jul-07 23:16
Mr.Kode18-Jul-07 23:16 
AnswerRe: easy way to print datagrid ? Pin
Dave Kreskowiak19-Jul-07 3:09
mveDave Kreskowiak19-Jul-07 3:09 
AnswerRe: easy way to print datagrid ? Pin
Duncan Edwards Jones19-Jul-07 4:01
professionalDuncan Edwards Jones19-Jul-07 4:01 
Questionsql statement Pin
magedhv18-Jul-07 23:13
magedhv18-Jul-07 23:13 
AnswerRe: sql statement Pin
cutequencher20-Jul-07 5:40
cutequencher20-Jul-07 5:40 
QuestionHow to copy database? Pin
help as an alias18-Jul-07 22:58
help as an alias18-Jul-07 22:58 
AnswerRe: How to copy database? Pin
Colin Angus Mackay18-Jul-07 23:33
Colin Angus Mackay18-Jul-07 23:33 
AnswerRe: How to copy database? Pin
Naji El Kotob18-Jul-07 23:53
Naji El Kotob18-Jul-07 23:53 
Hi,

Dim bDel as Boolean
Dim strSource as string
Dim strTarget as string
...
bDel = ...

If File.Exist(strTarget) Then
If bDel = True Then
File.Delete(strTarget)
Else
MsgBox ("File Already Exist!")
Exit Sub
End If
End If

File.Copy(strSource, strtarget)

regards Wink | ;)







It's nice 2b important, but it's more important 2b nice...

GeneralRe: How to copy database? Pin
help as an alias18-Jul-07 23:55
help as an alias18-Jul-07 23:55 
Questionsql statement Pin
magedhv18-Jul-07 22:39
magedhv18-Jul-07 22:39 
AnswerRe: sql statement Pin
Naji El Kotob18-Jul-07 22:58
Naji El Kotob18-Jul-07 22:58 
AnswerRe: sql statement Pin
magedhv18-Jul-07 23:03
magedhv18-Jul-07 23:03 
GeneralRe: sql statement Pin
Colin Angus Mackay18-Jul-07 23:36
Colin Angus Mackay18-Jul-07 23:36 
GeneralRe: sql statement Pin
Colin Angus Mackay18-Jul-07 23:35
Colin Angus Mackay18-Jul-07 23:35 
QuestionCode errors [modified] Pin
ASPnoob18-Jul-07 20:40
ASPnoob18-Jul-07 20:40 
AnswerRe: Code errors Pin
kubben19-Jul-07 1:52
kubben19-Jul-07 1:52 
AnswerRe: Code errors Pin
MidwestLimey20-Jul-07 4:34
professionalMidwestLimey20-Jul-07 4:34 
GeneralRe: Code errors Pin
Paul Conrad20-Jul-07 7:05
professionalPaul Conrad20-Jul-07 7:05 
GeneralRe: Code errors Pin
MidwestLimey20-Jul-07 7:11
professionalMidwestLimey20-Jul-07 7:11 
Questionwindow deployment Pin
Sonia Gupta18-Jul-07 19:33
Sonia Gupta18-Jul-07 19:33 
AnswerRe: window deployment Pin
originSH18-Jul-07 22:25
originSH18-Jul-07 22:25 
AnswerRe: window deployment Pin
manni_n19-Jul-07 5:30
manni_n19-Jul-07 5:30 
QuestionDateTimePicker Pin
nitin318-Jul-07 19:12
nitin318-Jul-07 19:12 
AnswerRe: DateTimePicker Pin
CPallini18-Jul-07 20:43
mveCPallini18-Jul-07 20:43 
GeneralRe: DateTimePicker Pin
originSH18-Jul-07 22:29
originSH18-Jul-07 22:29 

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.