Search Results

Showing results 1 to 40 of 229
Search took 0.02 seconds.
Search: Posts Made By: DavidRyan
Forum: Windows Vista and Windows 7 Jan 15th, 2007
Replies: 9
Views: 35,903
Posted By DavidRyan
Which OS/theme are you on that gives you a Black toolbar?
With XP the options are restricted to Olive Green (bleh), Blue (dull) or Silver (at least you don't notice it).
Forum: Web Browsers Jan 9th, 2007
Replies: 1
Views: 1,243
Posted By DavidRyan
Right-click on the Live Bookmark and select delete.
Forum: C Dec 20th, 2006
Replies: 4
Views: 1,163
Posted By DavidRyan
The short answer:
Help = yes.
Do the whole thing = hell no.

The Long answer;
What AncientDragon said.
Forum: Windows NT / 2000 / XP Dec 19th, 2006
Replies: 9
Views: 1,893
Posted By DavidRyan
Yes, if you installed over the existing windows installation.

I wouldn't go deleting each folder which doesn't have an associated account in the control panel. NetworkService, LocalService, etc...
Forum: Java Dec 19th, 2006
Replies: 2
Views: 1,510
Posted By DavidRyan
Try using this line instead:
String fix = code.replaceAll(Character.toString('/u002e'), System.getProperty("file.separator"););
Forum: Java Dec 15th, 2006
Replies: 5
Views: 3,673
Posted By DavidRyan
Which is exactly what he asked for. If he wants it to actually check if the string is an American Social Security number, that would require a lot more work.
Forum: Windows NT / 2000 / XP Dec 15th, 2006
Replies: 9
Views: 1,893
Posted By DavidRyan
They might be from old accounts. Sometimes the cleanup process leaves folders around if it can't delete a file or folder contained in one of the user folders.

Just delete the "Oded" and "Owner"...
Forum: Motherboards, CPUs and RAM Dec 15th, 2006
Replies: 3
Views: 1,560
Posted By DavidRyan
1) Why would a program require the system date to be changed at all, let along set to a decade in the past.
2) If your BIOS only lets you change its date to 3-4 years ago, then that is how recent...
Forum: Apple Hardware Dec 14th, 2006
Replies: 2
Views: 1,445
Posted By DavidRyan
Generally:
Arrow Keys to change the selected item.
Shift will work with the arrow keys to select multiple items.
Enter to open selected items.
The Windows key to open the start menu.
Alt will...
Forum: Java Dec 14th, 2006
Replies: 5
Views: 3,673
Posted By DavidRyan
He said exactly what he is trying to do.
He is trying to check that the input string starts with 2 letters, then has 6 digits, then another letter.
Forum: Windows Software Dec 10th, 2006
Replies: 5
Views: 1,657
Posted By DavidRyan
jbennet, I am assuming that some time in the past he unticked the box "Always ask before opening this type of file"
Going through Folder Options as per my previous post will bring back the very...
Forum: Web Browsers Dec 10th, 2006
Replies: 7
Views: 2,792
Posted By DavidRyan
Well, if IE7 keeps freezing on your PC you aren't really getting the benefit of the features, are you?
Check out FF2.0, it has a better track record than IE, tabs, and is much for customisable.
Forum: IT Professionals' Lounge Dec 8th, 2006
Replies: 8
Views: 11,788
Posted By DavidRyan
IIs is an internet server, which has a number of services to make providing applications over a network simpler.
Forum: Java Dec 8th, 2006
Replies: 4
Views: 1,681
Posted By DavidRyan
I think you read his post wrong jwenting.
I read it that he has three classes, those being Base, Derive1 and Derive2. Derive2 is a subclass of Derive1, and Derive1 is a subclass of Base.
super.f(),...
Forum: Windows Software Dec 8th, 2006
Replies: 5
Views: 1,657
Posted By DavidRyan
Does outlook just bring up the save dialog box as soo as you double-click on the attachment?
If so, go to Control Panel > Folder Options > File Types. Fint the file type in question and click...
Forum: Web Browsers Dec 8th, 2006
Replies: 7
Views: 2,792
Posted By DavidRyan
Looks like IE7 doesn't like your PC. It does this for a few others around here, the easiest may around the problem that I've found is to go to Add/Remove Programs, tick the checkbox for Show Updates,...
Forum: Web Browsers Dec 7th, 2006
Replies: 3
Views: 1,931
Posted By DavidRyan
Forum: Web Browsers Dec 7th, 2006
Replies: 3
Views: 1,931
Posted By DavidRyan
Using IE7's internal help:
Forum: Windows Software Nov 30th, 2006
Replies: 11
Views: 2,187
Posted By DavidRyan
About 30 minutes at 56 Kb per second.
Forum: IT Professionals' Lounge Nov 30th, 2006
Replies: 8
Views: 11,788
Posted By DavidRyan
An application server has applications installed on it which users on the network can then run as if they were installed on the workstation they are using.

A database server has programs...
Forum: Windows Software Nov 30th, 2006
Replies: 11
Views: 2,187
Posted By DavidRyan
Yeah, OpenOffice.org is great. And that damn paperclip is a 'feature' that I don't miss at all. It can be downloaded here (http://download.openoffice.org/2.0.4/index.html), but it is rather large (93...
Forum: Windows Software Nov 29th, 2006
Replies: 1
Views: 1,066
Posted By DavidRyan
Welcome to DaniWeb.

Google knows.
The control centre is from ATI, and contains the drivers and a user interface for your video card. More info (http://ati.amd.com/products/catalyst/index.html) on...
Forum: Java Nov 29th, 2006
Replies: 5
Views: 3,673
Posted By DavidRyan
I'd have a look at regular expressions. Specifically, you want the matches(String regex) method of java.lang.String (http://java.sun.com/j2se/1.5.0/docs/api/index.html).
Forum: Computer Science Nov 29th, 2006
Replies: 2
Views: 1,517
Posted By DavidRyan
Dp you mean solve for x?
If so, the easiest way to solve it is to multiply the whole equation by (x/2).
Forum: Geeks' Lounge Nov 29th, 2006
Replies: 12
Views: 1,771
Posted By DavidRyan
1. No, go through the legal procedure. IE contact PAYPAL, and if you are not satisfied with their actions, the relevent regulatory body.
2. For Christ's sake man, don't post your email address. Do...
Forum: Windows NT / 2000 / XP Nov 28th, 2006
Replies: 2
Views: 936
Posted By DavidRyan
The hidden text would be the same colour as the background.
Like below:
Like this.
Forum: Java Nov 27th, 2006
Replies: 2
Views: 1,044
Posted By DavidRyan
The Sun Microsystems java tutorial (http://java.sun.com/docs/books/tutorial/getStarted/cupojava/win32.html) (Hello World).
Forum: Windows NT / 2000 / XP Nov 24th, 2006
Replies: 4
Views: 15,907
Posted By DavidRyan
Okay
Have the server logged in locally.
Log in again using remote desktop connection.
Never log off to close the connection, always use the close button.
If you do find that it is forcing an...
Forum: Windows 95 / 98 / Me Nov 23rd, 2006
Replies: 1
Views: 1,842
Posted By DavidRyan
You need to use a bootable floppy.
As you still have access to a computer, use the following steps:
1. Insert a floppy into the drive
2. Go to My Computer
3. Right-Click on the Floppy Drive...
Forum: Windows NT / 2000 / XP Nov 22nd, 2006
Replies: 6
Views: 4,085
Posted By DavidRyan
Yes, you can remotely deploy a ghost image. This is done using a boot disk and an image on a network drive.
Also, if you don't have a volume licensing version you can still deploy the same Ghost...
Forum: Geeks' Lounge Nov 20th, 2006
Replies: 45
Views: 6,376
Posted By DavidRyan
I've got both on my PC at work, but after a week of using IE7 for all my browser needs I've gone back to using FF2 for everything. I even use IE tab for WSUS pages and the like which require the IE...
Forum: Cases, Fans and Power Supplies Nov 17th, 2006
Replies: 2
Views: 1,700
Posted By DavidRyan
Dust, ash, bearings and so on.
It's a mechanical problem. Remove the fan, get a can of compressed air (one of the ones with a tube to direct a narrow stream of air) and spray into the fan at an...
Forum: Windows NT / 2000 / XP Nov 16th, 2006
Replies: 8
Views: 12,194
Posted By DavidRyan
Boot from your Windows XP CD/OEM Repair disk. You'll probably need it to repair anyway.
Forum: C++ Nov 16th, 2006
Replies: 4
Views: 1,199
Posted By DavidRyan
Ah, so essentially all are rounded down. I didn't realise that, as I've bugger all experience in C/C++ ("Hello, world!" is about it) and Java will just give an error if you try int a = 7/2.
Forum: C++ Nov 16th, 2006
Replies: 4
Views: 1,199
Posted By DavidRyan
A prefect number is an integer which is the sum of it's proper positive divisors. EG, the proper positive divisors of the integer 6 are 1, 2 and 3 (the number itself is not a proper divisor) and 6 =...
Forum: Windows NT / 2000 / XP Nov 15th, 2006
Replies: 8
Views: 12,194
Posted By DavidRyan
I don't know how this ranks on the probability ladder for this problem, but have you checked that explorer.exe (it should be about 1 Mb, mine is 1,008 Kb) is in the c:\windows\ directory?
If it is...
Forum: Storage Nov 15th, 2006
Replies: 3
Views: 2,509
Posted By DavidRyan
You need to partition and format your disk. You can do that by right-clicking your new disk in Disk Management and selecting New Partition. Once that is done, right-click and select "Format"
Forum: IT Professionals' Lounge Nov 12th, 2006
Replies: 2
Views: 2,099
Posted By DavidRyan
Try Acronis True Image 7.0, it has been released as freeware now. Just google it for the registration and download info.
Forum: Java Nov 10th, 2006
Replies: 4
Views: 1,219
Posted By DavidRyan
The first step is to create a GUI which has what you need.
Then you need to add some listeners to those buttons and keypresses you want the program to respond to.
Then you need to add the...
Forum: Windows NT / 2000 / XP Nov 8th, 2006
Replies: 6
Views: 6,128
Posted By DavidRyan
Use the DOS commands 'cd' or 'chdir' to change the current directory.
Use "dir /x" to find the 8.3 format name of each folder/file first. It isn't necessary, but it is useful.

EG:
C:\Documents...
Showing results 1 to 40 of 229

 


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

©2003 - 2009 DaniWeb® LLC