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 wOOdy-Soft 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 LizardKingSchwing

  1. LizardKingSchwing

    SNMP for windows

    Theres not many free ones out there to do this , you can get a free evaluation download of NetWatch from Crannog Software here .. http://www.crannog-software.com
  2. LizardKingSchwing

    SNMP for windows

    The best free snmp utility out there for windows is GetIF http://www.wtcs.org/snmp4tpc/getif.htm Cheers
  3. LizardKingSchwing

    Monitoring Software

    NetWatch , NetFlow Monitor , NetFlow Tracker ... from www.crannog-software.com
  4. LizardKingSchwing

    Find number of ports

    Why not try out this handy utility (NetWhere) which has a free evaluation download .. its just been released but can be used to check all switch port usage and for free ports etc. http://www.crannog-software.com/netwhere/NetWhere%201.1.zip
  5. LizardKingSchwing

    SNMP Frontends

    Why dont you try out a demo of NetWatch from Crannog Software its web based and cheap compared to some of the high end products out there .... http://www.crannog-software.com/netwatch.html
  6. LizardKingSchwing

    Outlook 2000 VBA envelope removal

    Got some more info. from below link http://www.experts-exchange.com/Applications/MS_Office/Q_20149311.html Then I put in this code .... -------------------------------------------- Private Sub Application_NewMail() Dim oApp As Application Dim oNS As NameSpace Dim oMsg As Object...
  7. LizardKingSchwing

    Outlook 2000 VBA envelope removal

    Right so what I want to do is use the RemoveNewMailIcon vba code from link below to remove the Outlook New Mail Envelope when a mail with [Norton Antispam] in the Subject comes in http://www.slipstick.com/files/clear_icon.txt Currently I have it set as follows Private Sub...
  8. LizardKingSchwing

    MSDN 2003 working with Visual Studio 6.0a

    Hi I have installed MSDN 2003 which was recently released free by microsoft however I cannot link it into my visual studio (like when I press F1 on a class e.g CString it does not search the MSDN) ; It pops up a message about MSDN not being installed properly. Does anyone know of a tweak to...
  9. LizardKingSchwing

    Getting the VLAN an Interface is in via SNMP

    Hi Is there a way (mib etc.) via SNMP to retrieve the VLAN an Interface is associated with. e.g via ifname ->FastEthernet01 ifIndex -> 01 etc. Any help would be great Cheers LK--< p.s I.m using SNMP++ via VC++ program for all snmp interaction ....
  10. LizardKingSchwing

    CListCtrl - CImageList Q

    Cheers I totally missed that when reading it ThanX LK--<
  11. LizardKingSchwing

    CListCtrl - CImageList Q

    I have an imagelist and a list ctrl I asign the imagelist to the list control I want to be able to programatically select the image from image list (choice of 3) for each row in list. Any Ideas Cheers LK--<
  12. LizardKingSchwing

    VC++ Threads update progress control / static text

    Thanks for the advice ... I actually hadn't taken the precautions mentioned , but am now using a critical section lock / unlock mechanism. It works ok for a couple of threads , however I then get unhandled exceptions on the CString = operator when I try to set the Progress Text ... so i'm still...
  13. LizardKingSchwing

    VC++ Threads update progress control / static text

    This is probably / hopefully simple but I've a main dialog which oninit... opens a few threads whihc run in the background filling info. into list boxes , I 've added a progress control / progress text to show user what sections are being worked on .... I've also added some member functions to...
  14. LizardKingSchwing

    How to get COM+ Appliacation DLLHOST PID?

    Check the registry if the object is registered the ID will be in there (search by objects name)
  15. LizardKingSchwing

    Question on CFile::Seek

    Don't answer that I changed to typBinary and seek positioning works fine HalleluJah Thank u very much Cheers LK--<

Part and Inventory Search

Back
Top