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 Wanet Telecoms Ltd 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: Nsynan
  • Content: Threads
  • Order by date
  1. Nsynan

    VB6 Get Process ID (PID) from Word.Application Object

    I am in the stone ages on this project, but is there a way in VB6 to get the Process ID of an instance of Word launched by VB? For example, somthing like this: ======================================== Dim WordPID as integer Dim objWD as Word.Application Set objWD =...
  2. Nsynan

    Multi-selections in Calendar Web Control

    Is there a way to do multi-selections in the Calendar Web Control. I know about the WEEK and MONTH selection, but I need a means to pick and choose the dates to add to the .SelectedDates collection, say like: 1/6/2004 1/11/2004 1/13/2004 1/21/2004 ...etc. I have tried adding selected dates...
  3. Nsynan

    Launching a presaved UPDATE query in Access from ASP

    I am working with an Access2000 data base that has an extremely large update query. This query does not collect information from a form but rather takes over 100 fields from one table and updates them to another table. Is there a way to have a user click on a button or a link on an ASP page to...
  4. Nsynan

    Text Boxes the same width in Netscape and IE

    Somewhere I've seen a javascript to apply to the following type form to keep the text box widths the same in appearance for Netscape and IE. Example: <form name=&quot;inputform&quot; action=&quot;processform.asp&quot;> <input type=&quot;text&quot; name=&quot;code1&quot; size=&quot;1&quot...

Part and Inventory Search

Back
Top