- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 2
- Downvoting Members
- 3
23 Posted Topics
Re: [QUOTE=chaos1;1085849]My whole work life is on my flash drive. I just got a new Dell with Windows 7 and it won't allow me to get to the encrypted vault to enter my password on my flashdrive. I can't get to anything. The troubleshoot program doesn't help. Can anyone offer any … ![]() | |
As a prerequisite, here is the code for my two classes, Station and SubwaySystem: [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Assignment7 { class Station { //attributes private string stName; private int stID; private Station next; private Station previous; //properties public string StName { get { return this.stName; … | |
So I have a problem... according to the specification given by my lab TA, we must [QUOTE]"write a Microsoft Visual Studio console application that will calculate the following four operations over the elements of a two dimensional array (matrix) of integers: 1. Sum 2. Average 3. Max 4. Min All … | |
Re: [QUOTE=AH1;1125149]Thanks Bob, I tried most of that already. But I think I figured it out. I think my PSU is starting to grow senile in its old age (it's over three years old now!) and my graphics card is putting too much strain on it. I'm probably going to have … | |
Alright I'm having a heck of a time figuring out what's wrong with this code. It throws an error of [quote]Error 1 'System.Collections.Generic.Dictionary<Assignment7.Station,int>' does not contain a definition for 'ElementAt' and the best extension method overload 'System.Linq.Enumerable.ElementAt<TSource>(System.Collections.Generic.IEnumerable<TSource>, int)' has some invalid arguments7[/quote] However, when I was writing the code I … | |
Re: [QUOTE=Mr plumber;1180210]Hello, I was wondering if somebody could help me, A friend of mine who is currently thinking about starting a business was asking if there was a good reputable place that anybody knows where he could buy wholesale software. He has heard about the chinese market and ho0w cheap … | |
Okay, so I have a main form which has a button for the user to add a new record. I have everything working except making sure the user enters appropriate values. I have it so a message box pops up the value is not valid, but it goes into an … | |
Re: [QUOTE=Anpippin;1100805]Hey I have 2 different hard drives on my pc and one of them has the Windows 7 Beta, and the other has Windows 7 Ultimate full retail version and I was wondering if there is anyway I can get all my files and games and stuff from my Windows … | |
So I'm working on a quiz game application, and one of the things I have to do is use StreamReader to read questions from a text file of the format [quote]Question Answer1 ###Answer 2 (correct answer denoted by ###) Answer3 Answer4 Question2 Answer1 Answer2 ###Answer3 Answer4[/quote] and so on. I … | |
| |
Re: [QUOTE=eartherian;1107303]Dear fellow techies![/QUOTE] Says you have a hardware error in the error log. Try swapping in a known good DVD burner and see if it works. | |
Re: [QUOTE=BecBowden;1114269]I have windows vista (yes thats a bad thing) however my laptop is switching to locking (sleeping) when I have been inc=actice for a couple of minutes. This is very annoying as I am a uni student and may be reading a document and if i do not touch the … | |
Re: [QUOTE=rch1231;1111050]To connect two ether net ports you either have to have a hub (or switch) or have a cross connect cable. Once you have that look into ICS (Internet connection sharing ) under windows for how to route the xbox through your wirerless.[/QUOTE] Incorrect. The XBox 360 does not require … | |
Re: If you had other burning software installed before, that might be the problem. There are certain steps you have to take in order for the old software to relinquish control back to the software you currently have. It's also possible that one of the lasers in your drive burned out … | |
Re: First of all, I'm not sure you should be messing with your school's computers. Leave it to the IT staff to fix the problem. Second, it does sound like a problem with the image, if they're all having the same problem. | |
Re: [QUOTE=lonelyday91;1084096]have you installed any drivers in windows 7? if not you better find it and download it. use Unknown Device Identifier [url]http://www.zhangduo.com/udi.html[/url][/QUOTE] Sound drivers are one thing that generally don't seem to work from XP to 7. You'll have to get the Vista drivers for your sound card, at least … | |
Re: [QUOTE=matty26;1083724]A friend of mine has a Acer L5100 running Vista. During the loading of Update 955430 (which is a pre-requisite for SP1) the update failed as did the update for SP1. At some point after - i.e. a couple of months - another update has caused internet to stop working … | |
Re: [QUOTE=DaniWeb4Jim;1081266]I can not use Virtual PC because my hardware cmos settings can not turn it on and it is not compatible. Is there a Virtual Drive Box SUN or anything that can use a emulation so I don't have to buy a new mobo? Any help?[/QUOTE] Do you mean the … | |
Re: [QUOTE=Anpippin;1081299]If I buy a new motherboard will I be able to use my Intel processor that I have now on it?[/QUOTE] Yeah, if you get a board with the same socket. | |
Re: [QUOTE=shafeek.sars;1081461]i need windows 7 cd key[/QUOTE] Then go buy Windows 7. | |
Re: [QUOTE=fdaberia;1070777]Survey: Hello everyone, Which of the two os do you think is better in: a. affordability b. graphics rendering c. media playing d. multi-processing e. gui f. support[/QUOTE] Hmm... let's see... a. Obviously Windows 7 here. You don't have to buy an overpriced white box just to install Windows 7, … | |
Re: [QUOTE=OlyComputers;1076128]Right click and go to "open with" select the program and check the box to "always use this program", Vista should support ZIP natively, and hopefully that will show up in the list. If not I'd suggest downloading 7zip, it's a free program that handles pretty much any major compression … | |
Re: [QUOTE=dmarr;1075729]Is there a fix to make Word 2000 run in Windows 7? Compatability tester says it is incompatible but offers no suggestions. I have tried to run it in XP compatability mode without success.[/QUOTE] Word 2000? Damn son, get with the times! Does your hardware support using 7's XP mode? … |
The End.