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

    How to I begin to setup IIS with my ISP

    Hi. I just registered a Domain name. They have sent me an IP address. I have XP Pro and installed IIS. Now how do I configure IIS? Where do I put this IP address. My ISP is Rogers High Speed. Am I supposed to call them for anything such as a static IP address. Appreciate your response.
  2. smcmanus

    How do i remove these square blocks in my txt file

    Here is my code: Do While test_cell <> &quot;&quot; Print #filenum, Worksheets(wrksht_in).Cells(x, 1).Value & &quot;,&quot;; vbBack; test_cell = Worksheets(wrksht_in).Cells(x, 2).Value x = x + 2 Loop Result: 001001,001002,001003,001011,001012,001021,001022,
  3. smcmanus

    Removing colon's from a string

    I have a string &quot;00:E0:E4:F2:98:77&quot; and i want to delete the colons. With the code it replaces the string with &quot;00E0E4F29877&quot; which is the back space. How do i get rid of these squares. These numbers are being sent to a text document. Here's how I want it to look...
  4. smcmanus

    BOOTP

    Trying to create a BOOTP application. Any idea how to start this. Are there built in funtions. Appreciate your response
  5. smcmanus

    BOOTP

    Want to create my own BOOTP application. Does anybody know of an activeX or what to use to make this work.
  6. smcmanus

    display message to the user

    I want to display a message to tell the user to wait while the computer connects to the database. Sometimes it can take up to 15 seconds. The user does not have to respond. It is just a message to the user that the program is doing something, and thats why the program is not responding.
  7. smcmanus

    ping IP address

    How do you ping an ip address in code? Thank you
  8. smcmanus

    CODE!!! Help with ADO connection timeout

    Timeout property doed not seem to work for connection timeout. I set it to 1 second but actually it takes about 20 seconds. I am using Reference Active X Data Objects 2.6. Dim cnn As New ADODB.Connection Dim cnstring As String cnstring = &quot;Provider = SQLOLEDB;&quot; & _...
  9. smcmanus

    HELP WITH ADO CONNECTION TIMEOUT !!!

    i SET MY CONNECTION TIMEOUT FROM A DEFULT VALUE OF 15 TO 1 SECOND, BUT WHEN THE CONNECTION IS MISSING TIMEOUT ACTUALLY TAKES ABOT 20 SECONDS, NOT 1 SECOND THAT IT WAS SET TO. Public Sub Write_to_server() Dim cnnConnection As New ADODB.Connection Dim cmdCommand As New ADODB.Command...
  10. smcmanus

    retrieve record number from clicking on data grid

    I have a data grid and when I click on a row, I want to know which record number it is in the recordset object.
  11. smcmanus

    really need help with drag and drop!!

    Have a data grid and I want to select a row and drag(copy) it to a list box or another data grid. Any help at all would be appreciated. Thanks Sara
  12. smcmanus

    Drag &amp; Drop from from flex grid

    Is there any way to drag records from a flex grid to another flex grid or a data list. Appreciate your response. Thanks sara
  13. smcmanus

    Please Help? Drag and Drop

    Want to drag rows in a flex grid to a text box. Can this be done. How do I approach it. Thanks Sara
  14. smcmanus

    using calendar control but also insert the time

    I am using the calendar control, but also want to insert the time. Appreciate your response. Thanks Shannon
  15. smcmanus

    copy user accounts from one system to another in Win NT

    I have a windows NT question if anyone can help me? I have over 1000 user accounts and I want to copy them to another system. Any help would be appreciate it. Thanks
  16. smcmanus

    write email through mapi, but without a profile on Exchange

    Hi, Looking to write email through mapi, but without a profile login on Microsoft Exchange. Want to mail it internal. Thank you Linda
  17. smcmanus

    check to see if email was sent

    Using CDO 1.21, Need to set up error checking to see if message actually was sent. Can not seem to find anything. Thank you Linda
  18. smcmanus

    send email through Visual Basic?

    Writing a VB program and want to know if there is a way to send email. Maybe an active X. I have an exchange server. Thanks for your response Shannon
  19. smcmanus

    comment out code

    I have alot of code I want to comment out. How do you comment many lines at once. Thanks for your help
  20. smcmanus

    Execute SQL statement in Visual Data Manager

    Trying to execute the following SQL statement in Visual Data Manager, but keeps comming up with error &quot;Missing semicolon (;) at end of SQL statement. Number 3137.&quot; Please note there are 2 INSERT statements. It works fine with one INSERT statement but with 2 INSERT statements comes up...

Part and Inventory Search

Back
Top