Click here to Skip to main content
15,890,670 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionlistivew subitem image Pin
ejaz_pk13-Aug-07 8:19
ejaz_pk13-Aug-07 8:19 
AnswerRe: listivew subitem image Pin
Christian Graus13-Aug-07 9:10
protectorChristian Graus13-Aug-07 9:10 
QuestionAdding events to webbrowser control Pin
Ahmad Zaidi13-Aug-07 7:49
Ahmad Zaidi13-Aug-07 7:49 
QuestionHow to code th MediaPlayer or the MS-Paint Pin
sizwe13-Aug-07 7:24
sizwe13-Aug-07 7:24 
AnswerRe: How to code th MediaPlayer or the MS-Paint Pin
kubben13-Aug-07 7:44
kubben13-Aug-07 7:44 
QuestionMoving files Pin
steve_rm13-Aug-07 4:41
steve_rm13-Aug-07 4:41 
AnswerRe: Moving files Pin
Kschuler13-Aug-07 4:58
Kschuler13-Aug-07 4:58 
AnswerRe: Moving files Pin
Tom Deketelaere13-Aug-07 5:03
professionalTom Deketelaere13-Aug-07 5:03 
first of all you need to provide a name for the file to copy to

so:
dim myfilename as string()=myfile.split("\")
io.file.copy(myfile,"g:\temp2\" & myfilename(myfilename.length-1)) 'this is out of memory so could contain a mistake

second:

the error you get states that the file already exist (at the moment that because you try to override you map but you can get this when you run you'r program twice in a row)
you get this error because the override property is set to false on default
to change this:

io.file.copy(myfile,"g:\temp2" & myfilename(myfilename.length-1),true)

hope this helps
QuestionRe: Moving files Pin
steve_rm13-Aug-07 5:52
steve_rm13-Aug-07 5:52 
AnswerRe: Moving files Pin
Tom Deketelaere13-Aug-07 20:57
professionalTom Deketelaere13-Aug-07 20:57 
QuestionMDI form closing Pin
Marcus J. Smith13-Aug-07 3:43
professionalMarcus J. Smith13-Aug-07 3:43 
AnswerRe: MDI form closing Pin
mr_lasseter13-Aug-07 3:51
mr_lasseter13-Aug-07 3:51 
GeneralRe: MDI form closing Pin
Marcus J. Smith13-Aug-07 4:23
professionalMarcus J. Smith13-Aug-07 4:23 
GeneralRe: MDI form closing Pin
mr_lasseter13-Aug-07 5:05
mr_lasseter13-Aug-07 5:05 
GeneralRe: MDI form closing Pin
Marcus J. Smith13-Aug-07 5:09
professionalMarcus J. Smith13-Aug-07 5:09 
GeneralRe: MDI form closing Pin
mr_lasseter13-Aug-07 5:27
mr_lasseter13-Aug-07 5:27 
QuestionUser resizing of column in datagrid Pin
GuyThiebaut13-Aug-07 3:37
professionalGuyThiebaut13-Aug-07 3:37 
Questiondatabase connectivity between visual basic 6.0 and oracle 8.0 Pin
prashanna kumar13-Aug-07 3:28
prashanna kumar13-Aug-07 3:28 
AnswerRe: database connectivity between visual basic 6.0 and oracle 8.0 Pin
mr_lasseter13-Aug-07 3:53
mr_lasseter13-Aug-07 3:53 
Questionfilter error!! Pin
shapinuva13-Aug-07 2:42
shapinuva13-Aug-07 2:42 
AnswerRe: filter error!! Pin
Christian Graus13-Aug-07 8:21
protectorChristian Graus13-Aug-07 8:21 
QuestionHow can I change the numeral shapes to arabic? Pin
Mic Mathi13-Aug-07 2:42
Mic Mathi13-Aug-07 2:42 
QuestionPlease help me how to connect to LDAP using vb.net Pin
RichardBlare13-Aug-07 2:34
RichardBlare13-Aug-07 2:34 
AnswerRe: Please help me how to connect to LDAP using vb.net Pin
Craster13-Aug-07 3:54
Craster13-Aug-07 3:54 
GeneralRe: Please help me how to connect to LDAP using vb.net Pin
RichardBlare13-Aug-07 4:30
RichardBlare13-Aug-07 4:30 

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.