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 SkipVought 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
  • Order by date
  1. NJed

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

    Thanks. I'll check that out. Actually, I discovered by accident when added some code later on that calling UpdateWindow() with the hWnd of the dialog actually re-draws the whole thing.
  2. 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...
  3. 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...
  4. NJed

    Making multiple XP installs use the same swapfile/partition

    Hmm interesting, I'll give it a shot and see what happens. I wondered if it was reverting to another drive at boot because the existing pagefile wasn't made by the OS i'm booting into. Hence I hoped setting it to purge the pagefile at shutdown might wipe it so the other OS could re-create it...
  5. 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...
  6. NJed

    Browsers/blockers stopping http_referer

    I have come to love how people who would readily call themselves "professionals" to clientel are unable to discuss and resolve an issue without regressing to the mentality of a 4 year old child. Any web application that puts a dependancy on an optional HTTP request header is, as some point...
  7. NJed

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

    OK success! Thanks for all the pointers! Heres a short summary of how I set it up. - Install CUPS via yum - Edit /etc/cups/cups.config and allow connections from my workstation address. - Edit /etc/cups/mime.types and uncomment the application/ocet-stream mime type. - Start the cups daemon...
  8. NJed

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

    I was thinking LPR actually but I used yum and couldn't actually find a version of it pre-compiled for FC4 and googling didnt turn up a site for the latest verion + docs.
  9. NJed

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

    Nice idea - unfortunately I dont havr $10, let alone $30 - $60 :)
  10. NJed

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

    Hmmm thanks for both those replies. I'm not anti-CUPS at all, I did look at it briefly but I found the documentation on their homepage a bit hard to find and a solution to what I wanted didn't really jump out at me. I started to install it but when it started going on about needing postscript...
  11. 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