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

  • Users: GP1
  • Order by date
  1. GP1

    Desktop Chages

    Hi, Can somebody plaese tell me when I change the background image and the apearance of my desktop, in what file thease changes are written to ?? Thanks, Gavin
  2. GP1

    System Files

    Hi, Can somebody tell me when I change the background image and the apearance of my desktop, in what file thease changes are written to ?? Thanks, Gavin
  3. GP1

    How to get line number

    Hey, I mailed to tell you thankyou very much for the idea you gave. I was able to use row number to great efect in writing the code. It was a life saver. Thanks again, Gavin
  4. GP1

    How to get line number

    Hi, Can anyone please tell me how to get the line number the cursor is curently at when coding for MS Word. Thanks, Gavin
  5. GP1

    Help with a project

    Not exactly I want to initialize some variables when I open any document. Thanks, Gavin
  6. GP1

    Help with a project

    Hi, Thanks, but I want to be able to initialize "globalBookMarCounter = 0" only one time. Like in VB you have the Private Sub Form_Load() End Sub Is there any way of doing this ? Thanks, Gavin
  7. GP1

    Help with a project

    LSTAN, Thanks because of your help I already started coding. Can you tell me if there is a place to declare and define global variable in VBA. eg:- Dim globalBookMarCounter As Integer globalBookMarCounter = 0 This is important as I have to increase the globalBookMarCounter before I...
  8. GP1

    Help with a project

    Thanks, I'll try this. Meen while can direct me to any tutorials etc.. that I can use. Thanks, Gavin
  9. GP1

    Help with a project

    Hi, I have done vb and asp projects before. Today my bos gave me a new asignment of that has to be done on a word document, so I gues this meens vba. The requirements are that the user just creates his/her doc then later for the headings on the document he can add url that will popup an ie...
  10. GP1

    Testing Whether A Site is up and Running

    Hi, Any I dea how to use the "Microsoft Internett Controls" DLL to test whether a url is valid, or whether the site is up ? Thanks, Gavin
  11. GP1

    Change Regional Settings on the fly

    Hello, Is it posible to change the regional settings on win2k by acessing a DLL. Thanks, Gavin
  12. GP1

    Date picker control

    RobS23, Thanks I got it work and did some programming with it. Could you tell me a place where I can find a guide to coding with the date picker control. Thanks, Gavin
  13. GP1

    HTML Stream

    Hi, Any I dea how to use the "Microsoft Internett Controls" DLL to test whether a url is valid, or whether the site is up ? Thanks, Gavin
  14. GP1

    Date picker control

    Hi, Can you please tell me the steps needed to make a date picker control in vb6. Thanks, Gavin
  15. GP1

    Err.Number Problem

    Hi Please take a look at the code given bellow. I print the err.number twice. But inside the if condition when I print I get err.number as zero. But before going to the if when I print the err.number I get an error code. What do you think ? Thanks, Gavin 'Gavin...
  16. GP1

    HTML Stream

    Hi strongm, Thanks the code works perfectly. Thanks again to all those who replyed. Thanks, Gavin
  17. GP1

    HTML Stream

    cdollins Hi. Thanks yes it works fine. But how can I do this sort of thing withought having a form. I want to write a com component that reads URLs.. Thanks, Gavin
  18. GP1

    HTML Stream

    strongm Hi, Thanks for the code. I did try out your code, and it works. But I dont want to display the HTML in the browser. I want to get the HTML in to a text box or string. I want to write a component without a form. Can you help me out please. Thanks, Gavin
  19. GP1

    HTML Stream

    Hi, I want to create a component that when given a URL can connect to the site and get all the html from that page (html, asp, jsp etc..) as a text stream (String variable). Then I can parse the HTML for any purpose. Can this be done. If so please tell me what I need to do. Code would be a...
  20. GP1

    Setting Up the SMTP Server as a mail Server

    Sorry I still havent got any....

Part and Inventory Search

Back
Top