Click here to Skip to main content
16,010,544 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: sql error message Pin
CooperWu3-Sep-05 21:49
CooperWu3-Sep-05 21:49 
AnswerRe: sql error message Pin
microuser_20003-Sep-05 22:46
microuser_20003-Sep-05 22:46 
GeneralRe: sql error message Pin
Christian Graus4-Sep-05 10:58
protectorChristian Graus4-Sep-05 10:58 
GeneralRe: sql error message Pin
Dave Kreskowiak5-Sep-05 3:02
mveDave Kreskowiak5-Sep-05 3:02 
Questionwe need help for this project Pin
kenvil3-Sep-05 7:00
kenvil3-Sep-05 7:00 
AnswerRe: we need help for this project Pin
quacks_a_lot3-Sep-05 16:47
quacks_a_lot3-Sep-05 16:47 
GeneralRe: we need help for this project Pin
kenvil4-Sep-05 0:23
kenvil4-Sep-05 0:23 
GeneralRe: we need help for this project Pin
quacks_a_lot4-Sep-05 8:43
quacks_a_lot4-Sep-05 8:43 
kenvil wrote:
is it possible to imbed a code to an existing duplicate file finder?

Only if you have the source code for the file finder. But then it wouldn't really be from scratch.

VB6 comes with the DriveListBox, DirListBox, and FileListBox controls to get information about drives, folders, and files on the local computer. I don't think that you can set them to return information about a remote computer. You will probably have to create two apllications. A client program that runs in the background and allows the user to clean his own machine if he wishes to, and an administrator program that can connect to the client program on a remote computer. The client program will scan the computer as requested by the administrator program. The administrator can then decide what to do with the duplicate files. I don't know much about how to send this sort of information over LAN but, if you are willing to learn it, DirectPlay can probably be of use to you.

If you don't like the DriveListBox, DirListBox, and FileListBox controls that come with VB, you can check out the FindFirstFile, FindNextFile, and FindClose functions of the kernel32 DLL. I've used these calls before and can send you snippets if you are interested.
GeneralRe: we need help for this project Pin
kenvil5-Sep-05 6:48
kenvil5-Sep-05 6:48 
AnswerRe: we need help for this project Pin
rwestgraham4-Sep-05 0:16
rwestgraham4-Sep-05 0:16 
Questionimporting CSV file using DAO - force field to be varChar (string) Pin
Anonymous3-Sep-05 6:03
Anonymous3-Sep-05 6:03 
AnswerRe: importing CSV file using DAO - force field to be varChar (string) Pin
Dave Kreskowiak3-Sep-05 6:56
mveDave Kreskowiak3-Sep-05 6:56 
GeneralRe: importing CSV file using DAO - force field to be varChar (string) Pin
Anonymous3-Sep-05 17:42
Anonymous3-Sep-05 17:42 
GeneralRe: importing CSV file using DAO - force field to be varChar (string) Pin
Dave Kreskowiak4-Sep-05 6:27
mveDave Kreskowiak4-Sep-05 6:27 
Questionhow to connect via dsn Pin
MODI_RAHUL3-Sep-05 4:23
MODI_RAHUL3-Sep-05 4:23 
AnswerRe: how to connect via dsn Pin
Dave Kreskowiak3-Sep-05 6:11
mveDave Kreskowiak3-Sep-05 6:11 
Questionmy IDE is wacky! Pin
tcloud3-Sep-05 2:49
tcloud3-Sep-05 2:49 
AnswerRe: my IDE is wacky! Pin
Charlie Williams3-Sep-05 18:49
Charlie Williams3-Sep-05 18:49 
GeneralRe: my IDE is wacky! Pin
tcloud4-Sep-05 3:34
tcloud4-Sep-05 3:34 
Questiondatabase in vb6 ! Pin
Anonymous3-Sep-05 2:30
Anonymous3-Sep-05 2:30 
AnswerRe: database in vb6 ! Pin
°[Halo]°3-Sep-05 9:10
°[Halo]°3-Sep-05 9:10 
GeneralRe: database in vb6 ! Pin
Anonymous5-Sep-05 19:22
Anonymous5-Sep-05 19:22 
QuestionInitilizing dataadapter Pin
nirdanon3-Sep-05 1:49
nirdanon3-Sep-05 1:49 
Questionhow to Making last column of listview upto the remaing width of listview control Pin
Rizwan Bashir3-Sep-05 1:19
Rizwan Bashir3-Sep-05 1:19 
AnswerRe: how to Making last column of listview upto the remaing width of listview control Pin
Anonymous3-Sep-05 2:23
Anonymous3-Sep-05 2: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.