Click here to Skip to main content
16,005,236 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Using Static Library in VB Pin
8-Dec-01 21:30
suss8-Dec-01 21:30 
QuestionHow to deal with images Pin
13-Aug-01 2:43
suss13-Aug-01 2:43 
GeneralQuick question Pin
Steve Thresher10-Aug-01 3:17
Steve Thresher10-Aug-01 3:17 
GeneralRe: Quick question Pin
Yoav16-Aug-01 6:36
Yoav16-Aug-01 6:36 
GeneralPackaging and Deployment Pin
Ronb9-Aug-01 18:26
Ronb9-Aug-01 18:26 
Questionhow to deploy a excel application Pin
zecodela9-Aug-01 18:25
zecodela9-Aug-01 18:25 
GeneralCopying files Pin
MARNEFFE Philippe7-Aug-01 9:27
MARNEFFE Philippe7-Aug-01 9:27 
GeneralRe: Copying files Pin
Cem Kalyoncu7-Aug-01 12:24
Cem Kalyoncu7-Aug-01 12:24 
*.Dat is not a valid entry for copyfile... You must add a fileview control to your form. change its pattern to *.dat. Set it invisible. When you project runs set its path to "C:\" and use this code:
for i = 0 to file1.count-1
copyfile "c:\" & file1.list(i), "a:\" & file1.list(1)
next

have good programing,
Cem
GeneralRe: Copying files Pin
chris foote7-Aug-01 17:19
chris foote7-Aug-01 17:19 
QuestionChanging the clipboard from VB for applications? Pin
Daniel Fallman31-Jul-01 1:08
Daniel Fallman31-Jul-01 1:08 
GeneralMulti language Pin
30-Jul-01 23:19
suss30-Jul-01 23:19 
GeneralCoInitialize has not been called Pin
29-Jul-01 3:21
suss29-Jul-01 3:21 
GeneralRe: CoInitialize has not been called Pin
Sam C29-Jul-01 3:56
Sam C29-Jul-01 3:56 
GeneralRe: CoInitialize has not been called Pin
Sam C29-Jul-01 4:00
Sam C29-Jul-01 4:00 
GeneralRe: CoInitialize has not been called Pin
29-Jul-01 19:50
suss29-Jul-01 19:50 
GeneralRe: CoInitialize has not been called Pin
Klaus Probst7-Aug-01 15:33
Klaus Probst7-Aug-01 15:33 
GeneralList Boxes Pin
27-Jul-01 5:08
suss27-Jul-01 5:08 
GeneralRe: List Boxes Pin
Klaus Probst7-Aug-01 15:33
Klaus Probst7-Aug-01 15:33 
GeneralRe: List Boxes Pin
Jason Teagle20-Aug-01 1:07
Jason Teagle20-Aug-01 1:07 
GeneralRe: List Boxes Pin
7-May-02 18:49
suss7-May-02 18:49 
GeneralDirectx Immediate Mode Visual Basic Pin
23-Jul-01 5:12
suss23-Jul-01 5:12 
GeneralAs Any Data Type Pin
Michael Cocozza17-Jul-01 4:32
Michael Cocozza17-Jul-01 4:32 
GeneralRe: As Any Data Type Pin
27-Jul-01 13:51
suss27-Jul-01 13:51 
GeneralRe: As Any Data Type Pin
Klaus Probst7-Aug-01 15:41
Klaus Probst7-Aug-01 15:41 
GeneralVB/VBA and C++ classes Pin
Alberto Bar-Noy17-Jul-01 4:23
Alberto Bar-Noy17-Jul-01 4:23 

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.