Search results

  1. J

    50 pack Fuji CDR's $5.00 after MIR Best Buy

    not sure if this is regional or not, but i saw this at my best buy in Los Angeles. $15.00 regular price - 10 MIR = $5.00 Not a bad price w/o the rebate.
  2. J

    Stolen Post Enclosed: Compaq 20% off

    This may sound like a good deal, IPaq PC card expansion pack + 802.11b wifi card for $160 after the coupon. sounds tempting but i'd rather wait for the expansion pack plus to come out.
  3. J

    Remove from uninstall list in XP?

    uninstall info is put under the HKLM\Software\Microsoft\Windows\Current Version\Uninstall key you should find one that says InCD or ahead Nero. go ahead and delete that. u may want to back up the registry key first though, just to be safe.
  4. J

    Setting Object Data *double* For Class ComboBox :: MFC

    just insert the number as a string: TCHAR szNumber[10] = {0}; wsprintf(szNumber, "%f", 1.99); mCbbCandy.AddString(szNumber); The function you were using SetItemData, is used to set a pointer for reference (kind of like the lparam in tree/list views) so its not at all meant to set the value of...
  5. J

    Any software that allows you to watch registry

    try downloading REGMON from sysinternals. Beware though, there are a million regquery calls being made every second, so u might get lost trying to keep track of the installer.
  6. J

    Quake 3: TA for $5 no rebates

    i wonder if the servers are still busy though. last i heard, even wolf is empty now.
  7. J

    Need help with C++ program

    heres a start #include <stdio.h> int main(int nArg, char** pArgs) { if (nArg < 2) { printf("Enter filename as arguement"); return 1; } long nSize = 0, nLines = 0; FILE* pFile = fopen(pArgs[1], "rw"); if (!pFile) { printf("Invalid File %s", pArgs[1])...
  8. J

    Virtual Keys :: MFC

    u may want to try adding accelerators in ur resource. Make sure to load them into ur main dialog/sdi window by overriding the PretranslateMessage function sent out by CWnd. Hope that helps
  9. J

    Small problem in codeing C++ with != (not) function

    A even cleaner way to do this is: #include <iostream.h> #include <stdlib.h> #include <string.h> void main() { char Hello[5] = {0}; cout << "Hello World!\nPlease say Hello\n"; cin >> Hello; while (stricmp(Hello,"HELLO")) /* stricmp compares strings case-insensitive */ { cout <<...
  10. J

    Who here knows how to write code for drivers?

    what kinda drivers?
  11. J

    Object Oriented C++

    you should have enough control with ur program using mfc. anything you do with the base win32 api, you can do with mfc, its pretty much an object-oriented method of dealing with the nasty c-oriented win32 api. besides, you can always call base functions outside of the mfc namespace at any time...
  12. J

    Fast and the Furious DVD 7.50 at Blockbuster

    i think id rather watch a gay sex show than get this piece of crap movie. what the hell is wrong with u people? u call this a godam movie??!
  13. J

    Hot! DVDs for $9.44 at target B&M

    dont forget action jackson for $6.44 and Michael Keaton's Clean and Sober for the same price.
  14. J

    DVD Movies from $4.94 + Free Shipping

    just made me realize how many crappy movies are out there! Anyone heard of Wasp Woman/Attack of the Giant Leeches? Sounds really tempting....
  15. J

    (Out Of Stock Now) IBM DeskStar 75 GB EIDE Hard Drive $150 @ Amazon

    i heard ibm had a class action lawsuit against them for the 75 gxp drives. Did anyone else hear that?
  16. J

    AMEX BVG excluded items

    You guys seriously need to get out more. What were you trying to do, save 2 or 3 bucks?? This pricematching thing is getting to be very ridiculous.
  17. J

    Quake 3... time demo

    wasn't it: /timedemo 1 /demo demo001
  18. J

    Recommendations on a good case

    ok, thanks for the help guys. I guess I'll go with the Enlight one.
  19. J

    Recommendations on a good case

    My friend just bought a new system w/ Athlon 1.4 and other stuff. THe only thing he didn't buy was a case. I wasn't sure which cases are good on newegg.com so we didn't order one. I want him to get a case that has brass mounting screws and is easy to install mb's in. I've dealt with cheap $30...
  20. J

    PNY Verto - GeForce 3 Ti200 for $199 plus 256Mb stick of memory for free

    i doubt if the ram is ddr, probably cheap sdram.
  21. J

    -= Luke-Warm =- Burger King $1 Don = 8 Sm. Fry

    a good reason to go to bk is to get the kids meal and collect the simpsons figures!
  22. J

    25% off Dell Ram

    no ddr though
  23. J

    Mozilla .94 is awesome

    stable, fast and it even has support for MS stupid smart tags! Move your mouse over the HP in this Example Website
  24. J

    Win XP and future service packs

    Does anyone know how WinXP will be dealing with future driver updates to the OS. The main reason I like Win2K right now is that free updates or service packs are always available unlike Win9X kernel OS's. When you think about, win98se was pretty much a service pack for win98 (an expensive one I...
  25. J

    Windows 2000 + Mandrake Linux Dual Boot

    sure it is, but you need to remove some of that NTFS space and create some new partitions for linux. So you would probably want to use a utility like partition magic to create an empty partition for mandrake.
  26. J

    .WAV sound in Java applet, plays in applet viewer but not browser??

    open your java console and find out what is going on. To do this, go to TOols->Internet Options->Advanced and check the Enable Java console checkbox under JavaVM. Then see if any exceptions are thrown at you.
  27. J

    OM - Office XP, Iomega Bundle (ZIP, CD-RW) for $189 (after MIR)

    For those of us that went to Microsoft Extreme event 2 weeks ago, there is another $100 rebate for Office XP. So the total is $89 for all that junk. But I think I'll still pass on this offer.
  28. J

    how do i remove items from my systray

    look under services under Administrative tools. if you see adaptec there, set the run rountine as disabled.
  29. J

    XP and games?

    XP will be the next successor to 9x, so you can bet that companies will develop games for it. As of current games, i think only the ones that run in 2k will run in XP
  30. J

    Epson 880 for 59.99!!!

    I have this printer and it is excellant. Works with RH linux too.
  31. J

    Netgear FA-310TX 10/100Mbps Fast Ethernet PCI Card $10.44 after MIR @Amazon

    the 31x netgear cards are great cards, probably the best you can buy for the price. unsped - doesn't the fa312 have native linux support?
  32. J

    JavaScript Help setting a position

    be a little more specific. What are u trying to set the position of? A window? Image???
  33. J

    When Windows boots up, it automatically open multiple Explorer windows.

    if u have win9x or ME, run msconfig and check ur startup. you should be able to disable it there. If u have WinNT/2K, then check ur services in admin tools.
  34. J

    Poll: Pop - Up Ads Poll

    so annoying!!
  35. J

    W2K menu set up question....

    go to start->settings->taskbar and start menu and then uncheck &quot;use personalized menus&quot;
  36. J

    <<<<<Post your 3DMark2K1 Scores here >>>>>>

    2893 w/ gf2 gts
  37. J

    Best FTP Programs?

    Ws_ftp, nice and simple.
  38. J

    Det 11

    I found them to be pretty stable and fast.
  39. J

    Poll: Amazing feature I bet no one ever knew about in IE 5.5!!

    Oh man, I was so exuberant when I discovered it! I ran around Santa Monica naked for an hour.
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |