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 bkrike 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. 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...
  2. 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...
  3. 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 ....
  4. 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--<
  5. 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...
  6. LizardKingSchwing

    Question on CFile::Seek

    This should be easy but I'm getting spurious results while trying / testing it out .... Basically I open a CStdioFile and use ReadString until end of file. Upon reading in a certain keyword say Key1, I then read the next 3 lines in and check for other different keywords, say Key2,Key3,Key4...
  7. LizardKingSchwing

    Com dll Q - Passing back arrays

    I have a COM Dll done in VC++ which currently has two public functions, which pass back simple types e.g. BOOL or Integer. I have to be able to pass back an Array of type String , Integer where the string part is a name and the integer is a number value associated with name. Not too sure if...
  8. LizardKingSchwing

    Cisco DWDM metro devices

    Hi I have an application which manages configurations from routers / switches and stores info from these in a DB. The customer requires these metro series DWDM devices to be added to the compatabiltiy list for the application. I understand these Optical switches are unix based and do not use...
  9. LizardKingSchwing

    Checking Access Date Locale

    Is there a way to tell which date format that Access 97 uses - I have a DB with tables of data spanning around a year. I then run a load of queries on the data to build up a seed table for a few charts. However I am getting back spurious data from the queries , on dates which I assumed would...
  10. LizardKingSchwing

    Form TextBox display update On opening

    Hi I have an access form which opens when the Access 97 DB is opened in access. I have a textbox which based on the Date needs to display certain text. I need to set this text up before the form opens. Is there an OnInit or an On Open module to do this in or where abouts would I put the code to...
  11. LizardKingSchwing

    Quick VBScript Function Question

    I have a function in an .ASP page which is called run() and it takes 3 string parameters e.g run('blah','blah'm'blah') so on the OnClick of one of my buttons on the page I call the run command with some strings however - to my bemusement I have found that if there are spaces in the string...
  12. LizardKingSchwing

    Menu / Toolbar Disable - Enable

    Hi I have a form view which has a menu , toolbar and buttons. Now when I open up the app I want to be able to have the toolbar,menu and buttons grayed out (disabled). Then when a password is entered they are enabled. -ungrayed. The buttons are no problem I have them working however i am...
  13. LizardKingSchwing

    Getting System Information of Server Machine

    Hi I have a JSP utility which runs on tomcat and also has a backend Java process which utilises a MySQL DB. Now I am building some pretty large tables of data. And I want to be able to check via the web server the space available on disk, I'd also like to check other things like memory usage...
  14. LizardKingSchwing

    Directory list files and delete after certain date

    Hellooo.. This should not be too diff but - I need to write a function in VC++ / MFC which lists files in a directory and then checks each file listed for its creation date and deletes it if it is created b4 a specified date. Any samples / examples etc. would be grrreatttt ThanX
  15. LizardKingSchwing

    Simple ASP Database Record Add

    Hi This is fairly basic but I have an ASP page which reads from a DB Table called users. Then I check / verify users name/password and let thenm continue if verified ok. However I need to log user login time so I have another table called logs which I want to add a record with date/time of...
  16. LizardKingSchwing

    Preview Bug in Access 97 / 2000 , workaround

    Hello I have a report with richedit text boxes on it however if i preview this report which spans 2 pages the text boxes on page 1 do not show in preview, however they print out ok. This is a bug in access below. http://support.microsoft.com/support/kb/articles/Q212/7/33.ASP Now what I...
  17. LizardKingSchwing

    Form / Report does not open because error ....

    I am trying to open up a report in a db which I built in Ac2000 but have converted to Ac97. Now it seemed to work fine in both versions but now when I open or try to open i get this error '@It contains data that ISDN Watch Reports doesn't recognize. Re-create the form or, if you maintain...
  18. LizardKingSchwing

    Reports Open in Preview but not all data displays

    I have a report which is spread over two landscape pages. They both show graphs with data about the graphs in flat text boxes below each graph. Now when I call DoCmd.OpenReport stDocName, acPreview or DoCmd.OpenReport stDocName, acViewPreview They open up but the first page of the Reports...
  19. LizardKingSchwing

    Format Problems for Text Boxs

    Helloo I have a form with a load of Text boxes and the data in these is a large number in seconds say 10000000 and I wanted to format this in the form of hh:mm:ss so I used the following Format( MySeconds / 86400, &quot;hh:mm:ss&quot; ) , this seemed to work for seconds values that did not go...
  20. LizardKingSchwing

    Hourglass Icon or Progress Control

    Hi I have a few graphs which are on forms which a user can view however it takes a while to build the graphs based on the users selection, Does anyone know how to Change the Icon to a different icon (hourglass) or do progress controls while the user is waiting ... cheers LK--<

Part and Inventory Search

Back
Top