Forum: C# Feb 9th, 2008 |
| Replies: 0 Views: 724 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... |
Forum: JavaScript / DHTML / AJAX Jul 5th, 2007 |
| Replies: 1 Views: 2,492 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... |
Forum: VB.NET Oct 17th, 2006 |
| Replies: 1 Views: 1,952 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... |
Forum: VB.NET Aug 9th, 2006 |
| Replies: 0 Views: 1,479 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 >> "path"
I got... |
Forum: VB.NET Jul 26th, 2006 |
| Replies: 4 Views: 1,840 Ok, now I changed you line of code:
stringtoprint = ListBox1.Items.Item(i)
to:
stringtoprint = ListBox1.Items.Item(i) - 1
Now I don't get an error that says invalid value="3" for type... |
Forum: VB.NET Jul 25th, 2006 |
| Replies: 4 Views: 1,840 Hey, sorry to bug you again, but it didn't work. I tried adding it to the PrintInformationToolStripMenuItem_Click sub, but it didn't work. All my printer did was send a blank page through. If I... |
Forum: VB.NET Jul 24th, 2006 |
| Replies: 4 Views: 1,840 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:
ListBox1.Items.Add("Computer... |
Forum: Storage Jun 30th, 2006 |
| Replies: 1 Views: 1,794 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... |
Forum: Windows NT / 2000 / XP Apr 7th, 2006 |
| Replies: 3 Views: 3,758 Thanks everyone for your help! It was something with the scripts host. After installing it and restarting the computer, everything works fine! I didn't even need to do anything with dial a fix, but... |
Forum: Windows NT / 2000 / XP Apr 6th, 2006 |
| Replies: 3 Views: 3,758 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... |
Forum: Networking Hardware Configuration Mar 6th, 2006 |
| Replies: 2 Views: 2,697 I did try and disable zone alarm on both computers, and it did allow printer and file shareing. However, I don't want to leave my firewall off. Any ideas as to how I should configure ZoneAlarm, or... |
Forum: Networking Hardware Configuration Mar 2nd, 2006 |
| Replies: 2 Views: 2,697 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... |
Forum: VB.NET Feb 23rd, 2006 |
| Replies: 1 Views: 3,632 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",... |
Forum: VB.NET Feb 21st, 2006 |
| Replies: 1 Views: 6,753 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... |
Forum: VB.NET Feb 15th, 2006 |
| Replies: 2 Views: 2,588 Thanks, but I ended up figuring it out! I needed to add another session.add statement for the database to filter from. thanks though! |
Forum: Websites for Sale Feb 14th, 2006 |
| Replies: 0 Views: 1,386 Hello everyone! I just wanted to let everone who is looking for web space, to check out http://1and1.com. I have used them for months now for two separate sites. They are phenomonal! Their plans... |
Forum: Web Hosting Deals Feb 14th, 2006 |
| Replies: 9 Views: 3,014 Definately go with http://1and1.com their plans start at $3.00/month and have an affiliate program. The most expensive plan is $20/month for i believe 20,000 mb, 500 gb bandwidth/month, 5,000... |
Forum: VB.NET Feb 14th, 2006 |
| Replies: 2 Views: 2,588 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... |
Forum: Troubleshooting Dead Machines Feb 11th, 2006 |
| Replies: 1 Views: 3,194 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... |
Forum: Troubleshooting Dead Machines Feb 11th, 2006 |
| Replies: 3 Views: 1,909 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 have a virus. Especially if you... |
Forum: VB.NET Feb 8th, 2006 |
| Replies: 1 Views: 1,776 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... |