588 Posted Topics
Hey everyone, thought I would post the things I have to sell before I put it up on eBay and see if anyone has what I need. *FREE SHIPPING* Have: Brand New - CD-Rom drive ($15) Brand New - 128MB PCIe x16 nVidia Quadro NVS 285, Dual DVI or Dual … | |
I'm looking for a powerful tool to study that will benefit me in the creation of a company intranet. Any suggestions? | |
Hey everyone. Christina's school is having Jersey Day next week and we were wanting to buy her a jersey. Here's the one we want: [URL]http://www.footballfanatics.com/COLLEGE_West_Virginia_Mountaineers_Ladies/Nike_West_Virginia_Mountaineers__Number_10_Navy_Blue_Ladies_Replica_Football_Jersey[/URL] We can't find it in stock ANYWHERE lol. We need a Small and everywhere is sold out of them. :( Can the geeks unite here … | |
Re: hey, welcome to Daniweb! You're right, theoretically this should be a very simple fix. But remember, in the IT field things go as planned about 5% of the time. To get your documents in one place: Open the external hard drive and look at the files to ensure all is … | |
Hey guys, I'm posting this in two different forums, since there are two forums for Server questions. Here's the problem I'm having. I've created a software package in Group Policies to distribute to the computer when it boots up. It works fine, but for only one computer at a time. … | |
Re: hey daywraith, since you have server2003, have you considered running a domain rather than a workgroup? I feel certain this would solve your problems. If you need help setting it up, let us know and myself or someone else on here will walk you through it step by step. | |
Hey guys, I keep getting a link error in my code. It says this: [code]1>prob4.main.obj : error LNK2005: "private: static int HotDogStand::totalSales" (?totalSales@HotDogStand@@0HA) already defined in prob4.func.obj[/code] Here's my code, maybe someone can help me out. [code]#pragma once #include <iostream> using namespace std ; class HotDogStand { public: HotDogStand ( … | |
Re: just curious, how did you manage to install windows on the D drive? this could be a total noob question on my behalf | |
Re: Hey, don't worry; we all started somewhere! Just two years ago, I didn't know how to do any of that stuff either; now I'm working for the same corporation as one of their lead network admins... :) Asking questions is how EVERYONE learns... even when reading a book, you ask … | |
is there a way to make this: [code] If dvdRadioButton.Checked = False And vhsRadioButton.Checked = False Then MessageBox.Show("Format not specified", "Unspecified format", MessageBoxButtons.OK, MessageBoxIcon.Error, MessageBoxDefaultButton.Button1) dvdRadioButton.Focus() End If If movieTitleTextBox.Text = "" Then MessageBox.Show("Movie title not entered", "Movie Title", MessageBoxButtons.OK, MessageBoxIcon.Error, MessageBoxDefaultButton.Button1) movieTitleTextBox.Focus() End If[/code] throw a single error message … | |
Re: [quote=RalphOD;434647]I am going to school for Network Administration. I have an assignment to talk to a Network Administrator and answer some question about his company's network. Could someone [B]please[/B] address these questions? I do not personally know any Network Administrators. I don't need your company's name. Thanks in advance. If … | |
We're discussing constructors. My problem is this: Define a class called Month that is an ADT for a month with one variable as int to represent a month. Include all of the following member functions: a constructor to set the month using the first three letters in the name of … | |
Re: go start->run and type cmd; press enter. please paste the output of this command (when ran on the broken computer): [code]ipconfig /all[/code] | |
Re: absolutely! try these guys: [url]http://www.ixwebhosting.com[/url] not sure if this answered your question | |
Re: that sucks. I know how stressful situations like this can be; well, not quite. anyways, glad to hear all is well. Just for the record, I've used Comcast at home for going on 5 years now; I rarely have problems out of them. Then again, I'm not hosting 40 sites … | |
Re: did you delete his folder in docs and settings? | |
Re: do you have any more information about your network? Please supply the output (on computerA and computerB) for the following command in command prompt: ipconfig /all | |
Anyone want to show me how to create a DNS record/records that will allow our users on the local network type something to the effect of: server1/helpdesk and be able to connect to server1:9000/helpdesk ? | |
Re: [quote=vietexob;432989]Hi all, I'm a college student staying on campus hostel. In my room, there is a network point which I use a network cable to connect my computer to the school LAN. I have two computers and only one connection point; so I'm wondering if there's a way that I … | |
How do you allow a user to change the image displayed in the picture box? It's part of an extra credit assignment, but I don't remember reading anything in the book about it. :( | |
I'm considering writing a program for my economics class that will allow me to use the multiple variations of the elasticity equation. How can I compile my code to an app that I can place on my desktop and simply double click to make it run? I don't want to … | |
Ok, so my birthday is coming up and my mom said she would pay half on an xbox 360 (elite edition probably), or buy me the new MorotolaQ. I chose Moto over Blackberry because with Blackberry you have to have the Blackbery Enterprise Server to hook it up to Exchange … | |
Hey guys, I'm posting this in two different forums, since there are two forums for Server questions. Here's the problem I'm having. I've created a software package in Group Policies to distribute to the computer when it boots up. It works fine, but for only one computer at a time. … | |
Re: try this: open the TCP/IP properties of your internet card and click Advanced in the bottom right corner... at the bottom of this screen you want to uncheck the box that says Automatic Metric and apply a metric of something below 25 (maybe 10 to be safe). Also could you … | |
Re: perhaps [URL="http://www.intap.net/%7Edrw/cpp/cpp04_02.htm"]this[/URL] will help jog your memory | |
ok so i'm new to vb. what is wrong with this code at line 28: Public Class Form1 Const DISCOUNT_RATE As Double = 0.1 Const RENTAL_RATE As Double = 1.8 Dim totSales As Integer Dim totIncome As Double Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load … | |
Re: couple questions: why are you still using POP3 if you have an exchange server? Have you redirected your webhost to point to your servers? Also, do you know how to configure Exchange to allow for web-connections? This could solve your problem, as the mail would be coming into exchange. Once … | |
So here's the deal; I didn't get to take the Calc teacher I wanted and I got put in a class with the only teacher who is teaching it this semester. Turns out, I haven't learned much of anything other than deffinitions. I don't doubt I could pass the class, … | |
My prof is touching on information hiding, and good programming techniques. He said it's a good idea to keep as much of the user interface (i.e., couts) in main, and then modify object variables through the use of functions. Here's what I want to do: I'm starting on a program … | |
Hey guys, Just got started on this, and I keep getting an error saying Missing ";" before "." starting at line 25 and pretty much on all of my functino calls in main. Anyone know what I'm doing wrong? Here's my code: //driver - main #include "prob6.h" int main ( … | |
Re: ^ is my girlfriend. :D (hey... that's a compliment right?) | |
Hey everyone, I'm back in C++ this semester; Last semester I went through Structured C++ (and passed with a 4.0; many thanks to all of you!) and this semester I'm in OOP. I don't have sample code yet because I haven't started. But I was talking to a classmate, and … | |
Re: my parents trust everything i say.... but then again, we live in WV; the [I]computer[/I] has only been around for a month or two :P | |
I'm seriously considering [URL="http://www.altiris.com/"]Altiris[/URL] for our corporation; more specifically, the [URL="http://www.altiris.com/upload/multimedia/clientmgmt/index.html"]Client Management Suite[/URL]. We have 5 offices with ~100 computer users. Has anyone used this before? Is it pretty user-friendly? And is it worth it's weight in $$? Also a harder question: What is the difference between this and [URL="http://www.dell.com/content/topics/global.aspx/sitelets/solutions/management/openmanage?c=us&cs=555&l=en&s=biz&redirect=1"]OpenManage … | |
[B]Bragging: [/B]For the first week (starting tomorrow) I'm headed to Savannah, GA to train directly under a CCIE for 4-5 days. Can't wait. [B]Bragging again: [/B]The day after my planned return, Tina, her family, and myself are going to Cedar Point and Sandusky, OH for 3 to 4 days! Woohoo! … | |
We have a HP designjet 1050c printer here at work. We can print to it fine using batch files, but if we send more than print at a time, the printer doesn't cut the sheet before going to the next. any clue? | |
so if i buy a sweet soundcard, but my headphones are USB, will i get any benefit from the soundcard? or also, if I had a standard hookup, but hooked them into my speakers, would i see any benefit? heeelllllp | |
Re: can you be more specific in your question? What exactly do you want to know? | |
Could someone point me to a tutorial on how to write a vbscript that will auto install software when the user logs on? I will be applying this to a GPO. Also, will I need a (not sure if this is the right name for it) answer file/script to attach … ![]() | |
What can vbs do that .bat files can't? | |
Re: i hope people aren't cheating =x maybe i'm just really dumb... | |
made it lvl28 and quit... spent like 20 minutes on that level. [url]http://www.addictinggames.com/bloons.html[/url] | |
Re: i watched about a minute and a half of it and cut it off... just seemed unprofessional and the music was annoying. | |
So yeah, I got accepted into a [I]NASA IV&V and Northrop Grumman[/I] internship; just wanted to brag a little :) Haven't heard a lot about NG, but their website is impressive. |
The End.