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

  • Users: NJed
  • Content: Threads
  • Order by date
  1. NJed

    Waiting for a non-modal dialog box to appear before proceeding (Win32)

    I'm writing an application that draws a non-model dialog box which contains various controls to show percentage of progress complete, processing output, etc. The call to create the dialog is nice and simple: void MyClass::StartProgressBar() { m_pProgressHWND = CreateDialog ( hInstance...
  2. NJed

    Writing Shell Extensions with VS .NET

    Hope this is a sane place to ask! I'd been reading Michael Dunn's articles over at The Code Project (http://www.codeproject.com/shell/index.asp) and written a couple of simple shell extensions based on them. One added thumbnail functionality for a third party image format, another added some...
  3. NJed

    Making multiple XP installs use the same swapfile/partition

    I've got 3 XP Pro installs on my machine in 3 seperate partions - one for everyday use, one for C++/development and one "slim" install for the few games I have. Which one loads is selectable via the boot menu. I've also got a small 4th partition of 2GB which I use exclusively for the swap file...
  4. NJed

    Creating a print server for an XP client (Non SAMBA based)

    I'm looking for some advice/tips on setting up a really simple print server for my small home network. I've had a look at http://www.linuxprinting.org/ but haven't really been able to find a solution for what I want to do. Set-up is this: - Linux Server running Fedora Core 4 with a Lexmark Z11...

Part and Inventory Search

Back
Top