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: smash81
  • Content: Threads
  • Order by date
  1. smash81

    Command Line Arguments Tutorial

    Dear all, I have the following requirements for my application: Currently there is a process which sends some text to a program on a PC. The program formats the text and generates a print out. I have no access to the source code of the program which does the above. However, I can configure the...
  2. smash81

    Runtime Error '5' Please assist

    Hi Experts, I'm using a common dialog control to get a filename from the user. The code and all other properties for the control work fine except fot the FileName property. When I select dlgopen.FileName from the drop down menu, VB changes it to dlgopen.filename. Clearly, there is a problem...
  3. smash81

    Removing Software Manually

    Hello, I have a problem with my computer.I tried installing Norton Antivirus 2001 and it stopped responding half way thru the installation.I was forced to use ctrl+alt+del to end the task.Now the problem is that the installation is not complete and it wont uninstall or reinstall.I wanted to...
  4. smash81

    Online Payments

    Hello, I would like to purhase something online using my credit card.However, i am kinda scared to give my credit card number as i dont know how genuine/trustworthy the site is. I wanted to know if there is a way to verify the reliability of the website so that i could give them the credit card...
  5. smash81

    Creating a setup.exe

    Hello, I have posted this earlier on but need some more help. I have completed a project in VB Access.Now i need to create a setup program for distributing the same.I was told that the clients machine need not have Access installed on it.Can someone please tell me how i can achieve this.One...
  6. smash81

    Drop down menu

    Hello, I have tried to get data from a database and then populate a drop down(select) box with the data.The menu is in a form which i am submitting and the action ASP displays the data selected from the menu.The problem is that the data displayed is only the first word of the selected data...
  7. smash81

    Access

    Hello, I have just made a simple application Using VB and Access. My question is: If i package the application and install it for a client using the setup,does the client need to have Access installed on his machine? If yes then is there a way by which i can avoid the client from investing in...
  8. smash81

    Uploading (Internet)

    Hello, I am currently making an application using VB and Access. I wanted to know if it possible to have the access database uploaded from within the application.I mean once the data has been entered i want to create a button which when clicked, uploads the database to the appropriate website...
  9. smash81

    Packaging .exe

    Hello, I have just created an application using VB and Access.i used DAO. However, when trying to package the application, i received a warning that since i had used some mdac_typ.exe file i would not be able to install the application properly unless DCOM was installed on the computer.When i...
  10. smash81

    rundll32.exe

    Hello, Recently, i had a worm on my computer.I managed to remove it but after having removed it i came to realize that i could not do certain things on the comp as there was a message that said that the rundll32.exe file or one of its components was missing.Could anyone tell me how i could...
  11. smash81

    icons

    Hello, I wanted to know if it is possible to create icons using photoshop and save them as .ico Please let me know how this can be done if anyones knows about it. Thank you in advance Cheers
  12. smash81

    Recording movies

    Hello, I am not sure whether this can be answered here or not but someone could be able to help. I was wondering how i could store a movie clip(something from my movie camera) on to my hard disk.I want to be able to use it in my flash animations later.Please try and help out. thanx
  13. smash81

    Websites

    Hello, I have come across many websites that enable you to have a virtual tour of a certain place like a college campus.Is this done via flash and if so please guide me on how to do it. Cheers
  14. smash81

    Urgent Please Help!!!!!!

    Hello, I am trying to create a report but have come to a place and got stuck.Experts please help out. My tables are as follows: Park ---- park_no park_name Rate Tickets_available safari ------ safari_no other safari details safari_tickets ------------- safari_no park_no rate...
  15. smash81

    E-Commerce

    Hello, I have been doing some programming using ASP and would now like to move towards E-Commerce and transactions on the web.Could any one please tell me how i can manage this in terms of working with credit card payments, collecting money from the banks and other such details.Im sorry this...
  16. smash81

    Adding 2nd hard disk

    Hello, I would like to upgrade my machine and am adding a hard disk to it. Initially i had partitions C and D on my drive. Now when i add the second hard disk it automatically takes the second hard disk to be the D drive and the earlier D drive to be drive E. I would like to know if there is...
  17. smash81

    Adding 2nd hard disk

    Hello, I would like to upgrade my machine and am adding a hard disk to it. Initially i had partitions C and D on my drive. Now when i add the second hard disk it automatically takes the second hard disk to be the D drive and the earlier D drive to be drive E. I would like to know if there is...
  18. smash81

    What can this be?

    Hello, I have just completed an application and when i compile it for deployment it gives me an error that a certain file msado21.tlb can not be located.Despite this, i went ahead and compiled the project and tried to install it on a client machine. On the client machine i get the error that...
  19. smash81

    Session variables

    Hello, I would like to know if i can have one connection object created for a particular session so that i dont have to keep connecting to the database whenever any data is needed.please tell me how i can do this.
  20. smash81

    " in SQL

    Hello, I need some help on how to put a " in my string.How do i escape this as the query does not work. For example how would i say str="select * from table where name="abc""

Part and Inventory Search

Back
Top