No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
- PC Specs
- AMD Athlon Xp 2800+ 1 GB ddr pc3200 ram 110 gb total hard drive Geforce fx 5800 Audigy 2 ZX Gamer Sound…
14 Posted Topics
Hello everyone, I am trying to write a program to help a friend out with updating virus definitions. In order to update their definitions, they must manually go out and download and install the file themselves. I would like to be able to write a program that automatically downloads the … | |
Hello, I am trying to integrate a link in a Visio diagram to a specific remote desktop session. Basically, I want to be able to click a server in my drawing, and have remote desktop come up with a connection to that server. I know that the syntax of the … | |
Hello. I have two forms. Let's call them form1 and form2. Form1 is a form which controls the meat of my program and runs in the background. Form2 is a popup-like dialog that will pop up when triggered by an event in form1. I want to call the netstat command … | |
Hi, I am trying to run a start process command. I want the command prompt process tasklist, to write the output to a file. Normally, in command prrompt, you would type tasklist >> "[I]path[/I]" I got one of my other commands, taskkill to work by typing the following: [code]System.Diagnostics.Process.Start("taskkill.exe", "-im … | |
Hello, I am trying to write a program to display system information. I have that part down. I am using a listbox, so that I can have different lines, for example: [code]ListBox1.Items.Add("Computer Name: " & My.User.Name) ListBox1.Items.Add("OS Version:" & My.Computer.Info.OSVersion) [/code] I am running into problems when I try to … | |
I just wanted to get a few opinions from people before I spend monery on a new external hard drive. I love to test new beta products. I am downloading windows vista beta 2, along with the new office 2007 suite. I had installed the office beta on my good … | |
Hello. I have been trying to trouble shoot my brother's computer for some time now. One day, the javascript on his computer disabled or deleted itself. He can't open new web page links, or anything with javascript, his search is disabled because the javascript is not working, and programs like … | |
Hello. I have a wireless network that my brother and i both use. We both use wireless network cards to access the router on our dad's comuter, so that we can share the dsl. Everything works, we can all use the internet connection, and my brother and i can play … | |
Hi again. What i am trying to do is have people be able to input data into various textboxes, multiple times. For example, if there is a field that says name, i want them to be able to put in "bob", and then click next, have that value saved, and … | |
Hello everyone. I have a pretty straight foreward problem. Here is an overview of what i am trying to accomplish 1. I am trying to allow "teachers" of my quiz site to create a class list and in that class list, they can have a list of students. I created … | |
Hi everyone. I am trying to show data from a sql data source. My Columns are as follows: QuizID (Which record the quiz # that the person took), DateTimeComplete (Which shows when the quiz was completed), Score (which is a numeric value that shows the person's score), and UserName(Which is … | |
Re: [QUOTE]I was doing some online gaming the other day and it restarted all of a sudden[/QUOTE] This part of your post concerns me. Since you said that you checked your machine visually, and you said that it would not do a POST, then I am led to believe that you … | |
Hey everyone! I have a rather annoying problem with a custom build pc. I reciently upgraded to a new gigabyte motherboard. Everything went fine, and it runs great. However, when i go to start shutdown or hit the power button, the computer goes through the shutdown procedure, but then instantly … | |
First of all, this is NOT for homework, so if you help, you WON'T be doing my homework for me! :lol: I am trying to create a quiz site for my school. I want the trachers to be able to create quizzes for their students. They will fill out a … |