11,530 Posted Topics
Re: Big B, oldversion only has IE versions 1, 2, and 3, which were the old stand-alone versions of IE. IE 4, 5, and 6 have always been integrated into Windows, making it hard to revert back - it's built into the kernel! | |
Re: Nothing on the screen at all? Does it beep? Have you tried opening it up and making sure the video card and ram are properly situated in the motherboard? | |
Re: Please don't double post. Everyone can reply to the thread here. [thread]1393[/thread] Do a search. I think this question has been asked here multiple times already. | |
Re: How did you go into DOS? With a dos boot floppy disk? What was the specific error? The drive isn't NTFS, is it? (Gee, of course it's not - otherwise DOS wouldn't have recognized it at all) Try using fdisk. Otherwise, use a partition manager such as PowerQuest Partition Magic … | |
Re: Thanks LinuxTechie :) As a sidenote, oh goodness gracious - don't ask all the problems I've had - but I haven't left you guys! ... I've been moved from cadet to hydrangea to I forgot what to chartreuse, where I now reside. As of Monday (hopefully) I'm moving to a … | |
Re: Next time use our search feature ;) This question has already been asked a few times. [thread]306[/thread] [thread]780[/thread] | |
Re: Hmm ... I checked the ebay pictures and that circle doesn't look very good at all. Does the picture within the circle appear dimmed, etc? It looks almost like a water stain! | |
Re: Of course, I definitely agree with you on this one. I try my best to promote but sometimes real life takes precidence over the Internet world nowadays. Then again, I visit TechTalk pretty regularly and answer questions wherever I can. | |
Re: Does it beep? Do you hear fans spinning inside the machine? | |
Re: How were you able to post? What error do you get? | |
Re: This problem has something to do with the boot loader? I think he is able to dual boot fine. His problem is that he's just trying to mount an NTFS partition from within Linux. That still has to do with /etc/fstab, right? | |
Re: It might be that the monitor is just dying on you. Sorta the same way that a lightbulb will burn out when the switch is flicked on or off instead of while it's in use. Another idea is that the Packard Bell video card didn't like the monitor and sent … | |
Re: As far as I know, you cannot do this. First of all, your motherboard has to be able to support PC3200 RAM. Check your motherboard specs. Second of all, as far as I know, if you mix PC2100 with PC3200, all of the ram will run at the speed of … | |
Re: An Apple G5 ... Dual 2 Ghz 2 gigs DDR 400 SDRAM (PC3200) ATI Radeon 9800 Pro Apple Cinema HD Display (23" flat panel) SuperDrive (DVD-R/CD-RW) (currently own harman/kardon SoundSticks) The G5 is backordered but the 23" widescreen came and is currently hooked up to my Windows machine for the … | |
Re: [code] #include<iostream.h> bool isVowel(char); char toUpper(char); int main() { char my_letter; cout << "Enter character: "; cin >> my_letter; cout << toUpper(my_letter); return (0); } bool isVowel (char letter) { bool to_return = false; if ((letter=='a') || (letter=='e') || (letter=='i') || (letter=='o') || (letter=='u')) to_return = true; return (to_return); } … | |
Re: Locking this thread. Everyone can reply in the Windows forum. | |
Re: Solid light staying on the floppy drive means the ribbon cable is backwards. Otherwise, this is - unfortunately - the symptoms of a bad FDC (floppy disk controller) on the motherboard. I've had this happen to me on a brand new motherboard. | |
Re: Go to the advanced tab of Internet Explorer preferences, and disable inline AutoComplete. | |
Re: Each CPU has a speed in mhz. For a faster machine, you need a faster CPU. However, by keeping hte existing motherboard, it's unlikely you'll be able to buy a CPU with a much faster processor than your existing one. (Motherboards are only compatible with certain CPUs). | |
Re: user enters NUMBER for loop counting X from NUMBER to 1 counting backwards [indent]if ( (NUMBER % X) == 0 ) then X is a factor print X to the screen [/indent]continue looping In the above algorithm, we use modular division. (e.g. number % x = number mod x) What … | |
I apologize for techtalk being down the past hour or so. Unfortunately, there were some difficulties with the server. Everything should be up and running smoothly now. :) Sorry for any inconvenience. | |
Re: I've tried doing this once too in windows xp, with no problems. I never attempted it in windows 2000 - I don't even know if network bridging is built into win2k, sorry I can't offer more help | |
Re: [list=1][*]is this a pirated version of windows? [*]if yes, when you made the cd, did you include autorun files? [*]in the bios setup, is it set to boot to a cd before the hdd? [*]try another cd that is meant to boot at startup (e.g. win2k), does that one work? … | |
Re: Big B, you did good :) Locking this thread. Everyone can reply to the link Big B posted. | |
Re: Remember, you can also go to the user control panel, and somewhere in your preference options, you can set to use a WYSIWYG editor to edit posts. Unfortunately, I have to run off to class in a few minutes, so don't really have time to look at this program right … | |
Re: Hey test[b]techtalk[/b], does this happen on all sites with popups? Are you using a popup blocker (including the one built-into the Google toolbar, Norton Internet Security, or a web browser like Safari with a built-in popup blocker? | |
Re: Big 'b', in the future, can you reference posts and threads as [post ]6466[/post] instead of the entire URL? Thanks! It's just so much easier in case I happen to change the directory structure of the site, move the site back to techtalkforums.com from daniweb.com, etc - this way links … | |
Re: 200 mb of video ram? Are you sure that it says it doesn't require 20 mb? The latest and greatest video cards now have 256 mb of ram. The average gamer needs 64mb to 128mb. The best video cards out on the market are the ATI Radeon 9800 Pro and … | |
Re: I haven't done work with strings in a long while, but could u by any chance use string.h with getline? Check out this reference site: [url="http://www.msoe.edu/eecs/ce/courseinfo/stl/string.htm"]http://www.msoe.edu/eecs/ce/courseinfo/stl/string.htm[/url] | |
Re: [CODE] #include <iostream> // function prototype unsigned long int Perimeter (unsigned short int, unsigned short int); int main () { unsigned short int length; unsigned short int width; unsigned long int Perimeter; cout << " Please enter the length of the rectangle: " << length << endl; cin >> length; … | |
Re: [QUOTE=)BIG"B"Affleck] I dont know where your last post went but I was responding to your question[/QUOTE] He deleted his post for some reason. | |
Re: This was part of a duplicate post. More information is available at [thread]1183[/thread] | |
Re: Indeed, this is a duplicate post. Please direct all future responses to [thread]1190[/thread] (this way, all responses to the thread are together) Thanks! | |
Re: Please don't double post. People can respond to this post here: [thread]1225[/thread] Thanks! | |
Re: The code does, indeed, work in windows or linux? Sorry, I'm not all that familiar with any mac development tools. | |
Re: check you're using the latest video card drivers available also, make sure your ram is properly seated in your motherboard also ... i forgot what menu it's under, but there is an option somewhere to "reboot computer due to a bugcheck" or the like, try disabling that also, check your … | |
My dual 2ghz G5 mac finally arrived today! Ooooh how excited I am! However, I tried installing MSN software. The installation completed fine, but everytime I try to load the program, it automatically exits on me. I tried logging out and restarting. Virtual PC doesn't yet work for the G5, … | |
Re: The site you provided a link to has some java applets in it. Perhaps your java runtime environment (jre) provided by either microsoft or sun microsystems is corrupt, so every site you access with java applets gets screwed up?? | |
Re: What's the difference between standby and sleep/hibernate modes? What about just editing the power settings to turn off your hdd after X amount of time? http://www.blueowltechnologies.com/pmWin2K.asp http://is-it-true.org/nt/nt2000/utips/utips16.shtml Sorry I can't be of much help with regard to your problem. :( | |
Here at TechTalk Forums, we've been honored to have been selected to be the forum of choice for PC Mod Kingdom, run by TechTalk's own Tekmaven and MAD_DOG !! If you've arrived here from PC Mod Kingdom, welcome !! Feel free to post here - in the pc mod section … | |
Re: [QUOTE=fakespike] btw there is alot in common between math and computers how about you add a math section in the forum. just a thought.[/QUOTE] Good luck! Does your school offer tutorial services? Also ... for math-related computing, use the Computer Science forum - that's exactly what it's there for! | |
Re: Please don't double post. Thread located here: [thread]1158[/thread] | |
Re: Basically, you want to reformat your computer, right? What version of Windows is this? | |
Re: Glad to hear that you are making some headway. Personally, I used to use McAfee, and then switched to Norton and loved it. However, I found that it likes to creep into just about everything in Windows and practically invade the registry. The last time I reformatted, I installed McAfee … ![]() | |
Re: The error "Cannot delete file. Make sure the file is not in use and it's not write protected." That the one you're talking about? It happens when you're trying to delete a file that a program you're currently using (or even the operating system) is using, itself. | |
Re: [QUOTE=root]but I have no knowledge of journals online, rather its php, or whatnot.. [/QUOTE] A great deal of open source web-based software is written in PHP with a MySQL back-end. However, livejournal seems to be written in the perl language with a MySQL back-end database. In any case, are you … |
The End.