Click here to Skip to main content
15,895,370 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionType Libray file Pin
kapilkhanzode5-Feb-08 20:41
kapilkhanzode5-Feb-08 20:41 
QuestionHow can I subpress the message of Secure Sockets Layer of Internet Explorer. Pin
SekharOne5-Feb-08 18:54
SekharOne5-Feb-08 18:54 
AnswerRe: How can I subpress the message of Secure Sockets Layer of Internet Explorer. Pin
Tony Richards7-Feb-08 13:38
Tony Richards7-Feb-08 13:38 
GeneralFTP Code Pin
Michael1015-Feb-08 14:09
Michael1015-Feb-08 14:09 
GeneralRe: FTP Code Pin
Dave Kreskowiak6-Feb-08 1:22
mveDave Kreskowiak6-Feb-08 1:22 
QuestionFile Transfer From One Directory To Another Directory Pin
Deepak Nigam5-Feb-08 9:30
Deepak Nigam5-Feb-08 9:30 
GeneralRe: File Transfer From One Directory To Another Directory Pin
Dave Kreskowiak5-Feb-08 10:00
mveDave Kreskowiak5-Feb-08 10:00 
GeneralRe: File Transfer From One Directory To Another Directory Pin
Member 41965096-Feb-08 0:58
Member 41965096-Feb-08 0:58 
Dim str as string()
str=system.IO.Directory.GetFiles ("D:\Test")

for each fname as string in str
system.io.File.copy(fname,"D:\Test1")
next
GeneralApplication Not Working!! Pin
parth.p5-Feb-08 8:36
parth.p5-Feb-08 8:36 
GeneralRe: Application Not Working!! Pin
Christian Graus5-Feb-08 8:49
protectorChristian Graus5-Feb-08 8:49 
GeneralRe: Application Not Working!! Pin
parth.p5-Feb-08 8:54
parth.p5-Feb-08 8:54 
GeneralRe: Application Not Working!! Pin
Dave Kreskowiak5-Feb-08 9:57
mveDave Kreskowiak5-Feb-08 9:57 
GeneralRe: Application Not Working!! Pin
parth.p5-Feb-08 10:54
parth.p5-Feb-08 10:54 
GeneralRe: Application Not Working!! Pin
Dave Kreskowiak5-Feb-08 12:11
mveDave Kreskowiak5-Feb-08 12:11 
GeneralRe: Application Not Working!! Pin
J$5-Feb-08 10:50
J$5-Feb-08 10:50 
GeneralRe: Application Not Working!! Pin
Dave Kreskowiak5-Feb-08 12:05
mveDave Kreskowiak5-Feb-08 12:05 
GeneralRe: Application Not Working!! Pin
User 2710095-Feb-08 17:26
User 2710095-Feb-08 17:26 
GeneralRe: Application Not Working!! Pin
parth.p5-Feb-08 20:38
parth.p5-Feb-08 20:38 
GeneralBinding a Listbox with a dataset Pin
Vimalsoft(Pty) Ltd5-Feb-08 6:02
professionalVimalsoft(Pty) Ltd5-Feb-08 6:02 
GeneralRe: Binding a Listbox with a dataset Pin
C1AllenS5-Feb-08 9:29
C1AllenS5-Feb-08 9:29 
AnswerRe: Binding a Listbox with a dataset Pin
Vimalsoft(Pty) Ltd5-Feb-08 18:46
professionalVimalsoft(Pty) Ltd5-Feb-08 18:46 
GeneralRe: Binding a Listbox with a dataset Pin
Dave Kreskowiak5-Feb-08 10:01
mveDave Kreskowiak5-Feb-08 10:01 
GeneralRe: Binding a Listbox with a dataset Pin
Vimalsoft(Pty) Ltd5-Feb-08 18:42
professionalVimalsoft(Pty) Ltd5-Feb-08 18:42 
QuestionSoftware Needed Pin
yasso_1155-Feb-08 4:50
yasso_1155-Feb-08 4:50 
GeneralRe: Software Needed Pin
Steven J Jowett5-Feb-08 4:56
Steven J Jowett5-Feb-08 4:56 

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.