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

  1. colriver

    last modified date

    Does any one know how to get a files last modified date?
  2. colriver

    CPU Speed ?

    Here you go. You’ll need to add these Constants Private Const sCPURegKey _ = "HARDWARE\DESCRIPTION\System\CentralProcessor\0" Private Const HKEY_LOCAL_MACHINE As Long = &H80000002 And Declare Private Declare Function RegOpenKey Lib "advapi32.dll" _ Alias...
  3. colriver

    OL Address Book

    Hello, Does anyone know how to retrieve a selected Recipient Address from the Outlook? Address book in VB? I can show the address book, but cannot get the address selected into a Control. I have tried everything programmatically and searched ever site but Cannot find any information on...
  4. colriver

    Retrieving Recipient Addresses from OL

    Hello, Does anyone know how to retrieve a selected Recipient Address from the Outlook Address book in VB? I can show the address book, but cannot get the address selected into a Control. I have tried everything programmatically and searched ever site but I cannot find any information on this...
  5. colriver

    MAPImessages and the Address book

    Does anyone know how to retrieve an address from the address book? Example: When I use the MAPImessages1.Show command and the user selects the address from the address book, how do I get the Addresses they selected into, let say a textbox.
  6. colriver

    Help! Populate a table with data from a string.

    I am still fairly new to ASP Programming. I am trying parser a string return into a table. In the code blow sReturnString will be a vbtab and vbcrlf delimited string of the formatted rows of returned information. GetOpenRecs is a method available on my MTS dll <% Dim sReturnString Dim...

Part and Inventory Search

Back
Top