Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nkyeshi01
  • Content: Threads
  • Order by date
  1. nkyeshi01

    Project distribution on server

    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...
  2. nkyeshi01

    using recycle bin to send deleted files

    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...
  3. nkyeshi01

    DropHighLight / drag and drop error

    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...
  4. nkyeshi01

    Run time error '713'. Class not registered

    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...
  5. nkyeshi01

    Urgent, I have an ActiveX error

    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...
  6. nkyeshi01

    trouble Using combo list to search a file in the DB

    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...
  7. nkyeshi01

    download multiple files using FTP

    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...
  8. nkyeshi01

    Combo box and Data.recorset

    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...
  9. nkyeshi01

    FTP PROBLEMS

    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...
  10. nkyeshi01

    PGP for VB6 anyone?

    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
  11. nkyeshi01

    Registry and VB6

    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

Part and Inventory Search

Back
Top