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: *

  1. intrepid101

    Looping through Constants

    Ok thanks that was what I was thinking. Which is better, it forces me to make a cfg file and load the list off it, which is what I needed to do but was getting lazy. :) Thanks Peace Out Scott
  2. intrepid101

    Placing Wizard.dll into a project

    I have created and compiled a wizard for a project but have no idea how to place it or call it from my project. I have added it with the addin manager but that is as far as I can get. I have only been coding with VB for about 4 months. Please help. Thanks Peace Out Scott
  3. intrepid101

    Looping through Constants

    If I set up my Constants as Const status1 = "Under Construction" Const status2 = "Active (Recruiting)" Const status3 = "Active (Closed)" Const status4 = "In-Active" Const status5 = "DisBanned" Can I then loop through them to add to a combobox...
  4. intrepid101

    I'd like to add a calendar tool to

    Just for for clarity it is listed under components: *Microsoft Calendar Control 8.0
  5. intrepid101

    Uploading files to a Web Server using FTP

    Excellent Can you please send me a copy of this control if the offer is still open. Thanks Peace Out scottyj1@home.com
  6. intrepid101

    Ubound MultiDimensional arrays

    Thanks for the quick (1 hour) reply. That does the trick. Scott
  7. intrepid101

    Ubound MultiDimensional arrays

    With an array of: array(1,10) an Ubound(array) returns the first Dimension upper '1', is there a way to get the 2nd Dimension upper '10'? BTW The reason I am using the largest at the end is ao I can Redim Preserve it, it is the only one that increases. Thanks Scott
  8. intrepid101

    Creating HTML files.

    Are there any know sources that can help in using VB6 to create HTML files to be posted to a web site. I am writing a program that will extract specific data from a Log file and I would like it to output an HTML file so the data can be viewed on a web site by those interested. I am sure it is...
  9. intrepid101

    Simple VB form to access db question

    Let me try to undestand what you got here. You want to be able to have dropdown list box to show what you have already in the Database BEFORE you enter any other information, and when do you want to view this info. Im not familiar with what kind of form the Wizard gives you, I usually create my...
  10. intrepid101

    Adding textboxs during runtime

    Thank you very much Lucky, what you gave me hit the nail on the head and is very helpfull. Scott
  11. intrepid101

    Adding textboxs during runtime

    Is it possible to allow a user to add textboxs during runtime and then be able to drag them where they want, such as creating a custom form? thanks Scott
  12. intrepid101

    Data Report w/o using Data Enviroment Desinger

    HI Stacey Thank you very much for your quick reply and answer, it was very helpful and exactley what I needed. I do however have one question concerning the RecordSet 'rstReportRecords' and 'rptAgentActivity'. Do I create the recordset as a normal ADODB Record Set example: ****** DIM...
  13. intrepid101

    Data Report w/o using Data Enviroment Desinger

    Is there a way to create a DataReport without using the Data Enviroment Designer to create the DataSource and so forth. I know how to create a DataSource from a class module, but I guess the Data Report links to a DataEnviroment object. I am learning the database end of VB so I may have the...

Part and Inventory Search

Back
Top