Forum: C# May 24th, 2009 |
| Replies: 0 Views: 158 Hello
I was Looking back at Some apps i made a long time ago in xp (ive upgraded to vista now) but one is catching my eye, this app is supposed to return running processes but returns services... |
Forum: Motherboards, CPUs and RAM May 24th, 2009 |
| Replies: 4 Views: 1,549 If you wants fast RAM i would try Corsair Dominator
http://www.corsair.com/products/dominator/default.aspx, it comes in DDR2 and DDR3. And for processors if you want to save money, buy from AMD,... |
Forum: Motherboards, CPUs and RAM May 19th, 2009 |
| Replies: 1 Views: 485 Hello
I have a ASRock K10N78FullHD-hSLI R2.0 (long name!)
I know that my mobo can support the phenom but i do not know my mobo max cpu wattage, i would appreciate it if someone could find out my... |
Forum: Windows Vista and Windows 7 May 11th, 2009 |
| Replies: 0 Views: 362 Hello
MSN will not work on my new vista PC,
i get the error code 80040154, i have read up on this and found it is a problem with microsoft XML parser, i have installed the latest version and... |
Forum: Windows Vista and Windows 7 May 11th, 2009 |
| Replies: 1 Views: 968 Its okay i figured out why i was bsoding
avast! i have another problem with vista though!
i will make a new thread |
Forum: Windows Vista and Windows 7 May 9th, 2009 |
| Replies: 1 Views: 968 hello
my pc is working fine except after i have been playing a game for a few minutes my pc bluescreens but it doesnt show a error description only error ID
all my drivers are up to date
i have... |
Forum: C# Apr 21st, 2009 |
| Replies: 3 Views: 627 Ah yes
so would this code work?
int affinity = p.ProcessorAffinity.ToInt32() - 1;
if (af < 1)
{
affinity... |
Forum: C# Apr 21st, 2009 |
| Replies: 3 Views: 627 I have just wrote a quick task manager-like-app that shows you running processes and the threads and affinity etc but i have a problem, on all of the processes it returns that the process affinity is... |
Forum: Windows NT / 2000 / XP Apr 21st, 2009 |
| Replies: 3 Views: 321 Ah! thanks!!! but i am not getting the BSOD anymore !?!?!? if i get it again will post error message |
Forum: Windows NT / 2000 / XP Apr 20th, 2009 |
| Replies: 3 Views: 321 hello,
my pc has been fine since i got it, no problems what so ever, but now for some reason every 15 minutes or so i get the BSOD, ive run a disk check, virus check, its not overheating, cleaned... |
Forum: C# Apr 13th, 2009 |
| Replies: 2 Views: 789 |
Forum: C# Apr 13th, 2009 |
| Replies: 2 Views: 789 You can use rundll32.exe to run a dll as a app, i am using this code
Process p = new Process();
p.StartInfo.FileName = "C:\\WINDOWS\\system32\\rundll32.exe";
p.StartInfo.Arguments =... |
Forum: Storage Apr 11th, 2009 |
| Replies: 1 Views: 374 I have a 120GB USB hard drive, if i install games on it, will they be slowed down by the fact it is USB? |
Forum: Cases, Fans and Power Supplies Apr 7th, 2009 |
| Replies: 8 Views: 732 |
Forum: Cases, Fans and Power Supplies Apr 6th, 2009 |
| Replies: 8 Views: 732 how would i go about doing that?, is there some sort of tool i could use? |
Forum: Cases, Fans and Power Supplies Apr 4th, 2009 |
| Replies: 8 Views: 732 Im upgrading my graphics card for gaming and just wondered if my power supply was good enough
My system-
AMD 64 X2 2Ghz
4Gb RAM
Nvidia GeForce 9800GTX+
I have a 550 Watt power supply |
Forum: C# Apr 1st, 2009 |
| Replies: 0 Views: 688 Hello,
in my webbrowser object, the web page it loads has a java applet in it, when it loads all that appears is a grey box?
I have java 1.5
Is there something im doing wrong? |
Forum: C# Mar 31st, 2009 |
| Replies: 2 Views: 688 |
Forum: C# Mar 31st, 2009 |
| Replies: 2 Views: 688 Is it possible to use Process.Start to open a file with a program other that the default program?
For instance, like Process.Start("C:\file.txt");, but opening it in word instead of notepad |
Forum: Motherboards, CPUs and RAM Mar 29th, 2009 |
| Replies: 3 Views: 584 |
Forum: Motherboards, CPUs and RAM Mar 29th, 2009 |
| Replies: 3 Views: 584 In my computer i have 3gb of ram, it showed up a 3gb untill i did a bios update (v1.5 to v2.30) and now it shows up as 2.9gb
should i be concerned about this?
my motherboard: 939dual SATA2 |
Forum: Cases, Fans and Power Supplies Mar 20th, 2009 |
| Replies: 4 Views: 774 My friend has a GeForce 9700GSx2(SLI) in his laptop, he has a problem with his fan, the Card regularly overheats to 90+ Celcius and The fan options are greyed out in bios and according to ATITool (a... |
Forum: C++ Mar 6th, 2009 |
| Replies: 3 Views: 754 |
Forum: C++ Mar 2nd, 2009 |
| Replies: 3 Views: 754 Ive have developed a Program That enables the user to Make a process of There choice load a "hello World" Dll, But the user has to Input the Processes PID.
I have two problems,
1. How do I... |
Forum: C++ Feb 27th, 2009 |
| Replies: 4 Views: 1,491 I have a program that injects a MessageBox Dll into a running process, although the user has to input the process to injects PID, is there a way to get the process PID from its image? |
Forum: C# Feb 23rd, 2009 |
| Replies: 9 Views: 780 becuase it reads the incoming text from the connection (Input.ReadLine()) and displays it in a textbox (convobox.Text = Input.ReadLine()) |
Forum: C++ Feb 22nd, 2009 |
| Replies: 1 Views: 230 Im trying to get my program to list certain types of drives etc but i dont know all the drive type names like "DRIVE_REMOVABLE" or "DRIVE_CDROM".
does anyone have a list of the entries? |
Forum: C# Feb 22nd, 2009 |
| Replies: 9 Views: 780 |
Forum: C# Feb 21st, 2009 |
| Replies: 9 Views: 780 How to i Convert Input.ReadLine() into a String? |
Forum: C# Feb 20th, 2009 |
| Replies: 9 Views: 780 "Input" is the incoming text from the stream of the TCP connection,
what the piece of code is meant to do is read incoming text from the stream and put it in a box |
Forum: C# Feb 19th, 2009 |
| Replies: 9 Views: 780 Ive developed a simple p2p chat program, it works fine up until i get to the input/output streams
in my void that recieves incoming text i have the following code...
public void listen()
... |
Forum: C# Feb 3rd, 2009 |
| Replies: 10 Views: 1,469 |
Forum: C# Jan 31st, 2009 |
| Replies: 10 Views: 1,469 |
Forum: C# Jan 30th, 2009 |
| Replies: 10 Views: 1,469 Isnt Acient Dragons code in C++? |
Forum: C# Jan 30th, 2009 |
| Replies: 10 Views: 1,469 |
Forum: C# Jan 30th, 2009 |
| Replies: 10 Views: 1,469 Hello,
i would like to know weather it is possible to run code from a string
e.g
string code = MessageBox.Show("example");
//run the code? |
Forum: C# Dec 23rd, 2008 |
| Replies: 8 Views: 1,186 Yes i always seem to in the end |
Forum: C# Dec 23rd, 2008 |
| Replies: 8 Views: 1,186 Yes, tried re-adding it but it wont work |
Forum: C# Dec 23rd, 2008 |
| Replies: 8 Views: 1,186 Hmmmm, i just tried to type in the Code again To Copy the error message, but for some reason it Wont execpt the code, its like Resources doesnt exist anymore |