Search Results

Showing results 1 to 40 of 44
Search took 0.01 seconds.
Search: Posts Made By: Ooble
Forum: Geeks' Lounge Jan 8th, 2006
Replies: 9
Views: 2,876
Posted By Ooble
OH NOES! TEH ALIENS WILL GET US!

:p
Forum: MySQL Jan 8th, 2006
Replies: 2
Views: 8,405
Posted By Ooble
No... the code is fine... double quotes in PHP tell it to parse the string for variable names and replace as necessary.

Why are you concatenating the mysql_query return value with the mysql_error...
Forum: Windows NT / 2000 / XP Jan 8th, 2006
Replies: 4
Views: 1,136
Posted By Ooble
Have you tried logging in using Safe Mode?
Forum: Windows NT / 2000 / XP Jan 8th, 2006
Replies: 3
Views: 1,142
Posted By Ooble
If it's important data, there are companies out there that will gladly take lots of your money and attempt to recover it. If not... well, it can't be helped, I guess.
Forum: Windows NT / 2000 / XP Jan 8th, 2006
Replies: 5
Views: 1,759
Posted By Ooble
Damnit... ya posted just before I did. Ah well... congrats on fiximifying stuff. :)
Forum: Pascal and Delphi Jan 8th, 2006
Replies: 5
Views: 7,616
Posted By Ooble
The SendKeys function sounds to be what you want. You'll need to get the handle of the last window to be focused, and send the keys directly to it. Unfortunately, I haven't done any Win32 programming...
Forum: VB.NET Jan 8th, 2006
Replies: 7
Views: 29,145
Posted By Ooble
Convert the time into seconds, then into milliseconds, and use the Timer control.
Forum: C++ Jan 8th, 2006
Replies: 39
Views: 70,110
Posted By Ooble
Have you tried compiling using the command-line?
Forum: Getting Started and Choosing a Distro Jan 7th, 2006
Replies: 4
Views: 3,505
Posted By Ooble
Next time, download the one that has "en" in the filename, not "de". ;)
Forum: Windows NT / 2000 / XP Jan 7th, 2006
Replies: 5
Views: 2,409
Posted By Ooble
Inside the directory you want to give the icon.
Forum: Windows tips 'n' tweaks Jan 7th, 2006
Replies: 8
Views: 2,503
Posted By Ooble
Edit C:\Windows\system32\shell32.dll with a resource hacker.
Forum: Windows NT / 2000 / XP Jan 7th, 2006
Replies: 3
Views: 1,142
Posted By Ooble
When copying your files, unselect that one first. If you get another error, unselect that file as well. If you get a third error, the CD's probably dead.
Forum: Windows NT / 2000 / XP Jan 7th, 2006
Replies: 5
Views: 1,759
Posted By Ooble
It can't hurt - try it and post back.
Forum: Windows NT / 2000 / XP Jan 7th, 2006
Replies: 5
Views: 2,409
Posted By Ooble
Create a file called "desktop.ini" in the directory you want to iconify, and put this in it:
[.ShellClassInfo]
IconFile=C:\Icons\MyIcon.ico

If it's an icon library, do this instead:...
Forum: Windows NT / 2000 / XP Jan 7th, 2006
Replies: 2
Views: 1,136
Posted By Ooble
I believe it lets you log in as the Administrator, but you do need to know the password.
Forum: Pascal and Delphi Jan 7th, 2006
Replies: 5
Views: 7,616
Posted By Ooble
Check out the SendKeys function - it's part of the Win32 API.
Forum: VB.NET Jan 7th, 2006
Replies: 7
Views: 29,145
Posted By Ooble
What is the problem, exactly? Having trouble converting the numbers into a time?
Forum: Community Introductions Jan 4th, 2006
Replies: 24
Views: 4,450
Posted By Ooble
Well, I haven't seen her around, and it's not like she's hard to spot. :p
Forum: Growing an Online Community Jan 4th, 2006
Replies: 14
Views: 10,886
Posted By Ooble
phpBB (http://www.phpbb.com/) is free forum software that is very good. You'll need a host that supports PHP and databases to install it. It's also very easy to configure, and there are thousands of...
Forum: C++ Jan 4th, 2006
Replies: 4
Views: 3,122
Posted By Ooble
Well, header files are #included in the source files (I hope), and resource files can be compiled in too, I believe:
g++ file1.cpp file2.cpp file3.res -o filename.exe
Forum: Community Introductions Jan 4th, 2006
Replies: 4
Views: 1,424
Posted By Ooble
w00t! Cheers K. :)

'Lo there mastermind. Ta for the reply.
Forum: Community Introductions Jan 4th, 2006
Replies: 24
Views: 4,450
Posted By Ooble
Kent. I guess you could say it's posh, if you take away the chavs...
Forum: Windows NT / 2000 / XP Jan 4th, 2006
Replies: 5
Views: 4,995
Posted By Ooble
I gotcha. Unfortunately, I can't help ya - I don't know much about Windows servers.
Forum: Windows NT / 2000 / XP Jan 4th, 2006
Replies: 6
Views: 3,060
Posted By Ooble
No problem. Glad I could help.
Forum: Windows NT / 2000 / XP Jan 4th, 2006
Replies: 27
Views: 339,550
Posted By Ooble
Easy enough:

Reboot into MS-DOS mode.
Type the following:
format C: /s
There's no going back from that - make sure you back up everything you want first.
Put your Windows CD in, reboot and...
Forum: PHP Jan 4th, 2006
Replies: 2
Views: 1,320
Posted By Ooble
You haven't actually set the background colour - you've just created the object.
imagefill($im, 0, 0, $background_color);
Forum: PHP Jan 4th, 2006
Replies: 7
Views: 4,119
Posted By Ooble
You could use the Google Maps API - I haven't personally tried it, but I hear it's easy enough.
Forum: C++ Jan 4th, 2006
Replies: 4
Views: 3,122
Posted By Ooble
Have you tried compiling directly from the terminal?
gcc filename.c -o filename.exe
or
g++ filename.cpp -o filename.exe
Forum: Community Introductions Jan 3rd, 2006
Replies: 24
Views: 4,450
Posted By Ooble
I'm an Indian living just south of London myself. I love going to India - most of my family lives there - but hell, England is home. Ya can't beat it.
Forum: Windows NT / 2000 / XP Jan 3rd, 2006
Replies: 6
Views: 3,060
Posted By Ooble
Make sure it has a drive letter. Go into Control Panel -> Administrative Tools -> Computer Management and choose Disk Management from the left pane. Right-click the drive, pick "Change Drive Letter"...
Forum: Windows NT / 2000 / XP Jan 3rd, 2006
Replies: 3
Views: 1,112
Posted By Ooble
As barnamos said, phpMyAdmin (http://www.phpmyadmin.net/) is a very useful tool for fiddling with MySQL. It's not difficult to install - if you already have a web server with PHP working, just...
Forum: Windows NT / 2000 / XP Jan 3rd, 2006
Replies: 5
Views: 4,995
Posted By Ooble
Doesn't Windows already log this information?
Forum: PHP Jan 3rd, 2006
Replies: 1
Views: 2,599
Posted By Ooble
Use the lazy operator, the question mark:
"#\[b\](.*?)\[/b\]#"
// hashes make better delimiters when you're using slashes
Forum: Geeks' Lounge Jan 3rd, 2006
Replies: 2
Views: 3,813
Posted By Ooble
In the year 2006 I resolve to:
Sell myself on ebay.

Er... yay?
Forum: Upcoming News Stories Jan 3rd, 2006
Replies: 2
Views: 2,606
Posted By Ooble
It's not the actual client that's filtering copyrighted works, but the search engine on BitTorrent.com. You can use the client for anything available via torrents.
Forum: Community Introductions Jan 3rd, 2006
Replies: 4
Views: 1,424
Posted By Ooble
C'mon, people, too scared to say hi? :p
Forum: Windows tips 'n' tweaks Jan 3rd, 2006
Replies: 4
Views: 2,932
Posted By Ooble
You can use TweakUI (http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx) to change the logo.
Forum: Windows NT / 2000 / XP Jan 3rd, 2006
Replies: 6
Views: 3,060
Posted By Ooble
How is this possible? What do you mean, it's not recognised in your computer?
Forum: Windows NT / 2000 / XP Jan 3rd, 2006
Replies: 5
Views: 1,496
Posted By Ooble
Something I learnt from a computer guru: always blame the last piece of hardware or software you installed. Take the RAM out. If it goes back to normal, it's faulty.
Forum: ASP.NET Jan 3rd, 2006
Replies: 3
Views: 4,733
Posted By Ooble
A better way would be to simply indent the paragraph or whatever:
<p style="margin-left: 16px;">This paragraph has been indented by 16 pixels.</p>
Showing results 1 to 40 of 44

 


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

©2003 - 2009 DaniWeb® LLC