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 tabaar

  1. tabaar

    Reload page with additional parameter?

    Hi! I'm writing a site with the following simple structure: JSP using taglibs is for page structure, and taglibs are for applying XSLT to XML. Model uses XPath to extract needed XML , and there is no controller. Typical JSP is like that news.jsp: <my:page> <my:header title="News" /> <my:news...
  2. tabaar

    How to get RAS connection speed under WinNT?

    Hi! subj Thanx, bye!
  3. tabaar

    NT perfomance counters question

    Hi! I've found out that it can be done using PdhLookupPerfNameByIndex function, but any examples doesn't work anyway... :( Bye!
  4. tabaar

    NT perfomance counters question

    Hi! Can anybody post here a piece of code, which gets some data, such as CPU load from NT/2000 registry/pdh.dll ?.. The main and only thing needed: this code must work under any localized (i.e. Russian or French) version of Windows. Thanx, bye!
  5. tabaar

    NT perfomance counters question

    Hi! Can anybody post here a piece of code, which gets some data, such as CPU load from NT/2000 registry/pdh.dll ?.. The main and only thing needed: this code must work under any localized (i.e. Russian or French) version of Windows. Thanx, bye!
  6. tabaar

    Controls dimensions in dialog resources

    Hi! Why subj differs from real on-screen coordinates? Which function can convert dimensions from dialog resources to real? Thanx, bye!
  7. tabaar

    In-memory DC

    Hi! How to create DC, which doesn't visible (to draw on it something and then its contents into the 'real' (visible) DC) using MFC? Thanx!
  8. tabaar

    In-memory DC

    Hi! How to create DC, which doesn't visible (to draw on it something and then its contents into the 'real' (visible) DC) using MFC? Thanx!
  9. tabaar

    Reset DC content on window minimize?

    Try to draw something on visible DC and then minimize window, which contains this DC. Then maximize it. The drawing is gone, the DC is reset. This is a problem.
  10. tabaar

    Reset DC content on window minimize?

    Hi! I have a problem: my program's main window is a dialog with CStatic control on it. Program gets CStatic's DC and draws some kind of graph on it. But when the window is minimized and then restored again, this control is empty (it's content is reset). I have one idea: to paint everything on...
  11. tabaar

    How to change the color of the progress bar?

    Hi! subj. I'd like to make it red instead of blue. Thanx for comments.
  12. tabaar

    How to blink xxx Lock LEDs?

    Hi! subj in VC++6, but without actual keypress emulation (only switch LED on / off without switch Caps/Num/Scroll lock) Thanx, bye!
  13. tabaar

    CTreeView redraw

    My program dynamically adds tree items to CTreeView, but the [+] is drawn only when expandable item is selected! I think that I should redraw tree when adding new item. When, where and how to do it? Great thanx!
  14. tabaar

    Few questions about CHtmlView

    Program is SDI Explorer-like (Left - CTreeView, Right - CHtmlView). Q1: How to change/remove right-mouse-button menu in CHtmlView? Q2: How to make it not to show Explorer message in status box? Great thanx!
  15. tabaar

    Delay between pulses

    And how to make this values _smaller_, how to make my modem dial _faster_, not slower :) thanx!

Part and Inventory Search

Back
Top