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 Mike Lewis 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: gbargsley
  • Order by date
  1. gbargsley

    Listbox Question

    I figured out a better way to do this. I have a SQL server that hosts all of this data. I am running a SQL query to return the value that I am looking for. Thanks for everyones input. Garry
  2. gbargsley

    Listbox Question

    There is no scrolling. This is going into a listbox that is not even visible on the form. I was just using the listbox to make it easier to search. Does anyone have any code samples on how I can accomplish this easier? All I have displayed for the End User is a Text Box to input the Student...
  3. gbargsley

    Listbox Question

    This is in a proper database.... FileMaker. No one answered my post last week about connecting Visual Basic 6.0 to a FileMaker 7.0 file. That is why I decided to go with this export.
  4. gbargsley

    Listbox Question

    I have a text file with 180,000 student records. I am trying to add all of them to a listbox and then search. If anyone has a suggestion on another solution, I am all ears. I have a text file in the following format: "012345","1" "567890","5" "016436","8" There are 180,000 of the above. I...
  5. gbargsley

    Listbox Question

    Does anyone know the max number of values that can be added to a listbox. I am getting to about 32168 and then getting an error that the array can add any more values. If there is a limit, does anyone know of an alternative to using the listbox? Thanks Garry B
  6. gbargsley

    FileMaker Connection w/VB 6.0

    Hello all... I tried to do a search for this topic, but it appears that the search is down. I am in need of some help. I am wondering if I can use Visual Basic 6.0 to connect to a FileMaker 7.0 Database that is hosted using FileMaker Server. What I am trying to do is to create a little form...
  7. gbargsley

    USE HTTP to Download a File

    Hello all... I have a delima. I have 6 servers running Microsoft ISS with Web Site installed. My network admin will not install FTP on these web servers. I need to find a way to download files using HTTP instead of FTP. I have written programs using FTP and they worked great, however I...
  8. gbargsley

    Progress Bar during FTP Download

    I found a couple of file transfer AVI files, but I cannot figure out how to put it on my form and make it run over and over again until the FTP is done. I tried an OLE and cannot figure out how to make it play and loop. Garry
  9. gbargsley

    Progress Bar during FTP Download

    This is the site link to the DLL documentation. http://www.chilkatsoft.com/refdoc/xChilkatFtpRef.html I do not really know what "raising an event" is?? If you do not see it, do you have any detailed ideas what I can do? Garry
  10. gbargsley

    Progress Bar during FTP Download

    Hello all... I am working on a program that downloads a file with the ChillKatFTP dll. I am trying to figure out how I can run a progress bar while the FTP download is going. The file is about 20 MB, so it will take about 5 minutes on our WAN, and I do not want my users to get resless... Any...
  11. gbargsley

    Convert VBS to VB6

    I dimmed all of the variables, but I was not sure what data type ReturnValue should be. Any ideas?? Also, do you think I need to add any References or Components?
  12. gbargsley

    Convert VBS to VB6

    Sounds good, I will do that.
  13. gbargsley

    Convert VBS to VB6

    I dont't quite understand "trollacious" post. Lets say I am adding this function to an existing VB Project that has a form. I add a module and put all the above VBS code in it. Where do you "put the global variables declarations outside the Sub Main" and what would they be? And where...
  14. gbargsley

    Convert VBS to VB6

    I have this VB Script file and was wondering how I can incorporate it into a Visual Basic 6.0 application. VBS ------------------------------------------------------------ Const JOIN_DOMAIN = 1 Const ACCT_CREATE = 2 Const ACCT_DELETE = 4 Const WIN9X_UPGRADE...
  15. gbargsley

    Validating ZIP File

    We use pkz.exe on our clients to create the zip file. I have a feeling that it is zipping up fine on the client machine, and failing during the FTP process. Some of our sites have iffy network connections and it is probably starting the FTP transfer, and getting a fraction of the way complete...
  16. gbargsley

    Validating ZIP File

    Hello all... Every day I run a program that I wrote to check a directory and make sure I have a backup zip file from every site in my organization. Here recently I have been having alot of issues where I have the zip file, but when someone needs to go and use it, it is not a valid zip file. I...
  17. gbargsley

    PDF Distiller

    Hello all... This is going to be a very strange question, but I have to ask to try and find a starting point. Here is my delima - I have a software application that is used at 200+ different locations. My company has no control over the source code for this application, or my job might be...
  18. gbargsley

    Uninstall Program Automatically

    I found and tested the solution that you mentioned. The only problem is that it asks for the user to click on ok to start the uninstall process. Are there any standards ways to uninstall without user input? Garry
  19. gbargsley

    Uninstall Program Automatically

    Hello all... We have currently installed an application on some systems on our network that we need to remove. I would like to create an exe file that I can put in the users login script, but I do not know how to do an Add/Remove function through Visual Basic. What I am trying to do is...
  20. gbargsley

    irc command style chat

    Depending on what else is in the textbox, you would have to parse the textbox to find or extract what you are looking for. What is in your textbox besides username?

Part and Inventory Search

Back
Top