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 Chriss Miller 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. KernelObject

    Devp with geo-distributed teams

    Has anybody here worked/managed in a development model with 2 (or more) teams in wide geographically disjoint places.. like (US) + (China or India)? In particular, 1. what source control model was used? 2. What kind of development was being done? 3. How tightly integreted was the work? (were...
  2. KernelObject

    Hi all, Was searching around for

    Hi all, Was searching around for a class for generating realtime updatable graphs. (saw a zillion of them on google and picked a dozen). Any recommendations from having actually used any? TIA! /Srikanth What happens if you’re scared half to death twice?
  3. KernelObject

    Just a cool thingie

    very cool easter egg in MS Excel http://www.eeggs.com/items/8240.html /Srik What do little birdies see when knocked unconscious?
  4. KernelObject

    XML - DOM - Data retrieving from HTML page

    Hi all, I am a VC++ programmer. Currently I am working on a project which needs to extract data from a HTML page. My initial plan was to write a configurable scripting language in C++. But I foundout that XML/DOM can be used in VB to extract data from a table in HTML in a jiffy. My problem...
  5. KernelObject

    Printer device monitoring

    Hello, I need a mechanism to monitor device output. i.e whenever any application across the system tries to output to the printer, my app should be aware of it... how do i do this, hooking? filter drivers or anything else?? thanks in advance /S In the sweat of thy brow shall you eat your...
  6. KernelObject

    Is MDI internally multithreaded?

    G'morning, Someone please answer this: Is the MDI architecture provided by MFC, internally multithreaded? i.e, when multiple documents are opened in MS-Word, say, are they each running on a seperate thread? If not, if they all run on a single thread, and if a single thread were to open...
  7. KernelObject

    Visual Studio - Windows DDK

    G'morning Can anyone tell me which version of Visual Studio has the DDK on it? plz help. thnx in advance. regards, Srik
  8. KernelObject

    programatically blocking file access to other apps

    Hello, I have managed to get a VxD installed from my app that hooks into the file system and logs all kinds of file system access on my system. I am now 'aware' of all other apps running on my m/c making system calls to the File system for file primitives. Now, how can I restrict third party...
  9. KernelObject

    VC++ - Cant compile, the file "-.cpp"

    Hi, I have a really ridiculous prob; whenever i try to compile, i get this error "Can't compile the file '-.cpp'; no compile tool is associated with this file extension" I have subsequently made the file associations for CPP to point to 'msdev.exe' from windows explorer. trying to...
  10. KernelObject

    how do I get a Screen Shot?

    Hello all, I'm working on a program where I need to get a screen shot of the whatever is there on the screen; like faking a Print Screen key press. It doesn't work with standard WM_KEYDOWN, or WM_CHAR; Pretty urgent, someone please tell me how to do it. Regards
  11. KernelObject

    Source Code Debug- How do I? Urgent plz someone

    Hello, I am using VC++ 6.0 Enterprise Edition to write a Win32 (platform SDK) windows socket program. How do I debug on the source code like in Turbo Debugger in Borland C for WIndows (BCW)? Whatever I try to do, I seem to keep ending up with a disassembly screen with assembly code, which is...

Part and Inventory Search

Back
Top