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!

Recent content by patelr

  1. patelr

    Argument are of wrong type or are out of acceptable range

    error occurs when .Find method is executed..
  2. patelr

    Argument are of wrong type or are out of acceptable range

    I am trying to use VB6 and ADODB to maintain Access database file. I can add first record using the VB code shown below, However, if I use the same logic next time around I get following error: Argument are of wrong type, are out of acceptable range, or are in conflict with one another. Any...
  3. patelr

    How do you Determine, if the Workstation is Locked?

    How do you Determine in a VB application , if the Workstation is Locked? Thanks in Advance
  4. patelr

    VB 6 Application not appearing in the XP taskbar

    I have written an simple VB6(on XP platform) application with form property ShowInTaskbar set to TRUE. however, application doesn't appear on taskbar under Windows XP. Any idea???? Thanks in advance.
  5. patelr

    Hi, I am using an API WNetAddConnec

    Hi, I am using an API WNetAddConnection2 to map a drive and am getting return code 1219, does anyone know how to resolve this code in to a meaningful error message? Thanks in advance
  6. patelr

    VB and PDF viewer

    Thanks for that But, I want to open document in a child window within my application.
  7. patelr

    VB and PDF viewer

    How would I go about writing a VB application with PDF viewer to view PDF documents. Is there any samples out there? or can someone shed some light on how to go about doing this? Thanks in advance.
  8. patelr

    Problem with Kill statement in debug mode

    I have resolved the problem, please see my earlier reply to this thread.
  9. patelr

    Problem with Kill statement in debug mode

    Debugging Code with Error Handlers When you are debugging code, you may find it confusing to analyze its behavior when it generates errors that are trapped by an error handler. You could comment out the On Error line in each module in the project, but this is also cumbersome. Instead, while...
  10. patelr

    Problem with Kill statement in debug mode

    Thats fine, but shouldn't you be able to use error handling to by-pass such error.
  11. patelr

    Problem with Kill statement in debug mode

    I am trying to use KILL statement/function in VB 6, but error trapping not working. file is not on the system. Code is failing in Debug mode with error code 53 as expected and I can't get pass the kill statement/function. Any pointers??? snippet of the code Private Sub Command1_Click()...
  12. patelr

    I have A text file that I have To s

    In your text file, if Each line has Carriage Return and/or line feed, then you can open the file in VB and using read and instr$ function count no. of carriage Return or line feed in the file, this should give you the total no. of records in the file. you will have to read this file in hex mode...
  13. patelr

    Use of ShellExecute Method

    Thank you for quick response. Hwoever, I can launch word application and the document, but i am trying to print this document without user intervention.
  14. patelr

    Use of ShellExecute Method in VB

    Hi, I want to launch a word application to print a document which does not have .DOC extension, although it is a word document. I have tried using ShellExecute method unsuccessfully. Can anyone help???? Thanks in Advance
  15. patelr

    Use of ShellExecute Method

    Hi, I want to launch a word application to print a document which does not have .DOC extension, although it is a word document. I have tried using ShellExecute method unsuccessfully. Can anyone help???? Thanks in Advance

Part and Inventory Search

Back
Top