Hello once again to all!
ok I have my project, but here is the thing I want to install my program on the local machines and the DB on the server, the thing is that on each machine the mapping of the server is going to be under a diferent drive(e.g E:\, F:\, X:\files\etc..) SO:
OPTION 1...
Hello all,
I'm trying to send the deleted files to recycle bin folder, I found the following code:
++++++module code +++++++
Public Type SHFILEOPSTRUCT
wFunc As Long
hwnd As Long
pFrom As String
pTo As String
fFlags As Integer
fAnyOperationsAborted As Boolean
hNameMappings As Long...
hi to all
When the target folder is missed it gives this problem:
Run-time error 91: Object variable or with blockvariable not set.
I know that it means that the TreeView.DropHighLight = nothing but yet still does not let me exit the sub if nothing is selected, it gives me the...
hi to all
please need your help asap!
I'm trying to install my application where the computer has windows xp, but when I try to run it it gives me this error:
Run time error '713'. Class not registered.
Looking for object with CLSID:{ big number}
Correct me if I'm wrong but this is because of...
hi to all,
I need your help , I have this application that downloads and uploads files trough FTP but when I install it in another computer and try to run it this error pops up when I try to download the files and then it gets frozen :
error: ActiveX component cannot create component
the...
Hello all!
when I click an item in the combo list (drop down list) It looks up for the file and it displays the information in the correspondig text boxes but it erases the combo text. How can I make the code to leave it there???
this is the code :
Private Sub Combo1_Click()
Dim var As...
Hi to all,
ok, I'm trying to download several files,when I run the process step by step (F8) it works like a charm, but when I run it all at once I get the error message => Error:Still executing last request.
This ocurrs because after I login(logon function) to the server and change to another...
Hello all!
From the selection of an item of the combo box I am trying to look for the corresponding record in the DB. This is what I am using:
Private Sub Combo1_Click()
Dim yourpick, var As String
yourpick = Combo1.Text
Data1.Recordset.MoveFirst 'HERE i GET THE ERROR,DESC BELOW
1:
If...
Helppppp!!
DESCRIPTION:
I'm trying to upload and download several files from a VB6 application to a server using FTP, this is how:
CODE:
Private sub upload/download_files()
for each file of list_of_files
cmd= "GET/PUT " & filename & " " & dirOfFilename & filename
'where GET is to download...
I need to apply the pgp encryption to my project,so far i have only found freeware that I can't use in my project because is a user only not developers applications. Does somebody can help me out?
Thank you
Please, if somebody can help me out. When you right-click in the Start menu in windows it appears a menu, I need an application that it's installed there, I understand that the menu it's created in the registry. How can I access the application and call it from my VB6 project?
thank you all
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.