Search Results

Showing results 1 to 40 of 158
Search took 0.03 seconds.
Search: Posts Made By: nicentral
Forum: Geeks' Lounge Jan 23rd, 2008
Replies: 94
Poll: Ufo
Views: 14,038
Posted By nicentral
It is entirely possible that a lack of UFOs (being defined as alien spacecraft, not just something in our atmosphere that cannot be identified) does not necessarily mean that there is no other life...
Forum: Windows Vista and Windows 7 Jan 23rd, 2008
Replies: 2
Views: 500
Posted By nicentral
Basically, they work just like a fridge. There is a compressor that cools the water which flows through the tubes. Instead of air flowing over the heat sinks, the liquid is used to draw the heat...
Forum: IT Professionals' Lounge Jan 23rd, 2008
Replies: 4
Views: 1,111
Posted By nicentral
I started off on the same path as you. Actually, after 3 years in traditional University I dropped out to consult as a network architect. I eventually got some certs which took me places. However,...
Forum: *nix Software Jan 23rd, 2008
Replies: 0
Views: 1,377
Posted By nicentral
I am installing CentOS 5.1 to a PATA drive in my Media Bay on my Dell D820. During the portion of the install where the partitions are formatted, it is taking an unusually long time. For instance, I...
Forum: C# Jan 21st, 2008
Replies: 2
Views: 53,032
Posted By nicentral
You might want to also add

Console.WriteLine(objMO["Caption"].ToString());

to your test before the mac address so that you know which devices you are looking at.

Also, don't forget to use...
Forum: Viruses, Spyware and other Nasties Jan 8th, 2008
Replies: 9
Solved: 30% Ram Usage
Views: 982
Posted By nicentral
Sorry about that. Process Monitor, first explanation. Process Explorer, second explanation.
Forum: Viruses, Spyware and other Nasties Jan 8th, 2008
Replies: 9
Solved: 30% Ram Usage
Views: 982
Posted By nicentral
Process monitor does a event by event listing of process hits with the process name, PID, operation, files it touchs, etc. I think it's good for historical process tracking.

Process monitor is...
Forum: Viruses, Spyware and other Nasties Jan 8th, 2008
Replies: 9
Solved: 30% Ram Usage
Views: 982
Posted By nicentral
You could use ProcessExplorer to check out which services and processes are attaching themselves to the questionable svchost.exe process.

Andy
Forum: Networking Hardware Configuration Dec 20th, 2007
Replies: 1
Views: 1,438
Posted By nicentral
Make sure you check file permission on share as well as share permissions as Server 2003 sets the share permissions to read-only for everyone.

Andy
Forum: VB.NET Dec 19th, 2007
Replies: 1
Views: 692
Posted By nicentral
MS Access is part of Office. It does not come with Vista Home Premium. You would have to purchase one of the Office versions that includes it.

Andy
Forum: C# Sep 20th, 2007
Replies: 1
Views: 2,958
Posted By nicentral
Use a stored procedure. Then you can execute the jobs just like you would run any stored procedure.
Forum: C# Sep 20th, 2007
Replies: 3
Views: 2,892
Posted By nicentral
Haven't tried it, but you should be able to connect to the MySQL database via the System.Data.Odbc namespace. It will allow you to connect to any ODBC compliant DSN.
Forum: C# Sep 20th, 2007
Replies: 12
Views: 8,601
Posted By nicentral
When it comes to getting the job done, whichever you are more familiar with. If I'm paying someone by the hour, I'd be hard pressed to tell them which .NET language to use if they're already...
Forum: Windows NT / 2000 / XP Apr 19th, 2007
Replies: 4
Views: 2,517
Posted By nicentral
If every website you go to seems slow, then it's probably the addition of the firewall or some other issue with your computer.

When you installed your anti-spyware packages, were you able to...
Forum: Windows NT / 2000 / XP Apr 18th, 2007
Replies: 4
Views: 2,517
Posted By nicentral
There are a number of things you can do to try and solve this one.

Those files you mentioned are temporary files located in your user profile folder. You could try logging in as Administrator, or...
Forum: Visual Basic 4 / 5 / 6 Dec 5th, 2006
Replies: 6
Views: 6,610
Posted By nicentral
It sounds like what you are trying to do is autoincrement your program id when a new program is created. Is this correct?
Forum: Networking Hardware Configuration Dec 5th, 2006
Replies: 2
Views: 972
Posted By nicentral
Are you asking how you can increase the max number of simulatneous connections that are allowed in Windows? I believe the max number of connections for Pro is 10. This is hardcoded and can't be...
Forum: *nix Software Nov 15th, 2006
Replies: 6
Views: 2,168
Posted By nicentral
Then you'll probably want to install it. Check out http://myy.helia.fi/~karte/yum-package-manager.html for instructions of how to do this.

-- Andy
Forum: HTML and CSS Nov 15th, 2006
Replies: 4
Views: 1,299
Posted By nicentral
There are a number of ways you could do this. You could use frames, tables, or css. Try googling the different ones and see if you can find a solution for what you want to do.

-- Andy
Forum: *nix Software Nov 15th, 2006
Replies: 6
Views: 2,168
Posted By nicentral
There are a couple of ways you could do this. If you just install KDE (does RH 9 have yum?), you should be able to choose KDE in your session manager and run it without getting rid of Gnome.

For...
Forum: MS SQL Nov 14th, 2006
Replies: 6
Views: 22,108
Posted By nicentral
Are you talking about the Windows Firewall?

If so, you need to add an inbound exception to the firewall on the box that has SQL Server installed on it. Also, make sure that your SQL box is not...
Forum: VB.NET Nov 14th, 2006
Replies: 4
Views: 3,106
Posted By nicentral
Looks like you need help starting this project not completing it. You shouldn't post anything until you actually have something started yourself.

-- Andy
Forum: Motherboards, CPUs and RAM Nov 14th, 2006
Replies: 1
Views: 1,647
Posted By nicentral
You might want to try emailing the support guys at www.pcservicecall.co.uk and tell them what brand/model memory you installed to make sure it's absolutley compatible.

-- Andy
Forum: C Nov 14th, 2006
Replies: 5
Views: 2,773
Posted By nicentral
Are you trying to reduce the size of the array afterwards? It looks as if you are trying to reproduce the functionality of a vector or linked list. You migt want to take a look at those instead.
...
Forum: VB.NET Oct 18th, 2006
Replies: 10
Views: 10,282
Posted By nicentral
Mojal --

try changing the code to

Dim conn As New OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\somepath\mydb.mdb")

if it still doesn't work, you might have the wrong...
Forum: VB.NET Oct 18th, 2006
Replies: 10
Views: 10,282
Posted By nicentral
Two things. Use the IDE to get the correct connection string. It seems a bit long with a lot of unnecessary options for Jet Database. Then make sure you ALWAYS put your connection in a Try/Catch...
Forum: Windows NT / 2000 / XP Oct 10th, 2006
Replies: 3
Views: 1,092
Posted By nicentral
Just to make sure, you are only using one computer for this correct?
Forum: Networking Hardware Configuration Oct 9th, 2006
Replies: 2
Views: 1,176
Posted By nicentral
Check the firewall settings of the XP machine. There is a good chance that it's blocking it.

Andy
Forum: Windows NT / 2000 / XP Oct 8th, 2006
Replies: 3
Views: 1,092
Posted By nicentral
It could be that the speaker set up in Media Player is not correct. If it is set up for 5.1 and you only have 2 speakers, you won't hear much from the center channel.

Andy
Forum: Windows NT / 2000 / XP Oct 7th, 2006
Replies: 1
Views: 5,179
Posted By nicentral
System instabilities can wreak all sorts of havoc in a system. I used to play around with overclocking a lot in my gaming days. (No time for that now that I have a real job and fiance) One thing I...
Forum: Java Oct 7th, 2006
Replies: 4
Views: 5,214
Posted By nicentral
Is there a specific question about this homework assignment? What concepts are you having a hard time with? You won't learn much if you have someone else do your coding for you.

Andy
Forum: Java Oct 7th, 2006
Replies: 6
Views: 2,153
Posted By nicentral
True, but javascript is syntactically, and symantically similar to Java. Java is compiled into bytecode and then run on the Java Virtual Machine. Javascript is interepereted and run by the browser....
Forum: Windows 95 / 98 / Me Oct 7th, 2006
Replies: 2
Views: 1,399
Posted By nicentral
Try googling your laptop model to see if it will boot off of a CD. If it does, you shouldn't need a floppy at all since a WinME disc is bootable. If your computer does boot off of a CD, which I...
Forum: Networking Hardware Configuration Oct 7th, 2006
Replies: 2
Views: 2,143
Posted By nicentral
This would be impossible. USB and Etherenet use two completely different protocols. You would need something called a bridge. I don't think anything like this exists. You're best bet would be to...
Forum: Networking Hardware Configuration May 8th, 2006
Replies: 1
Views: 1,172
Posted By nicentral
Have you tried reflashing the firmware?
Forum: Upcoming News Stories May 8th, 2006
Replies: 7
Views: 3,275
Posted By nicentral
These bugs shouldn't affect the Mac OS X since it is based on BSD and not Linux.
Forum: Mac Rumors and Reports Apr 6th, 2006
Replies: 34
Views: 14,686
Posted By nicentral
Although I thought this was pretty much inevitable once Apple started using Intel chips, it now begs the questions of what makes a Mac a Mac? Is it because you are running OSX, or is it because it...
Forum: Networking Hardware Configuration Apr 6th, 2006
Replies: 1
Views: 1,117
Posted By nicentral
Pretty much any wireless access point would work with it. If you wanted to stick with the same brand and family, Netgear's website suggests the WG602.

cheers

Andy
Forum: Computer Science Apr 6th, 2006
Replies: 1
Views: 2,318
Posted By nicentral
The way that I would handle this is through VB on the form. You could use something like this on the after_update property of the order expected date text box:

if (me!order_expected_date <...
Forum: Networking Hardware Configuration Mar 17th, 2006
Replies: 3
Views: 5,647
Posted By nicentral
You are correct about the hard drives. If you were to do RAID 10 on the data drives, and RAID 1 on the others you would need a total of 8 drives. You could do RAID 1-5-1 with 7 drives.

I...
Showing results 1 to 40 of 158

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC