Showing results 1 to 40 of 43
Search took 0.01 seconds.
Posts Made By: Ooble
Forum: Geeks' Lounge Jan 8th, 2006
Replies: 9
Views: 2,429
Posted By Ooble
Re: Hacked satellites

OH NOES! TEH ALIENS WILL GET US!

:p
Forum: MySQL Jan 8th, 2006
Replies: 2
Views: 5,223
Posted By Ooble
Re: passing variables threw query

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 / 2003 Jan 8th, 2006
Replies: 4
Views: 941
Posted By Ooble
Re: Cant log in!!!

Have you tried logging in using Safe Mode?
Forum: Windows NT / 2000 / XP / 2003 Jan 8th, 2006
Replies: 3
Views: 922
Posted By Ooble
Re: problem,,,,problem,,,and problem,,,

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 / 2003 Jan 8th, 2006
Replies: 5
Views: 1,432
Posted By Ooble
Re: Windows Wont Boot

Damnit... ya posted just before I did. Ah well... congrats on fiximifying stuff. :)
Forum: Pascal and Delphi Jan 8th, 2006
Replies: 5
Views: 5,976
Posted By Ooble
Re: on-screen keyboard

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: 19,430
Posted By Ooble
Re: timer in VB.net

Convert the time into seconds, then into milliseconds, and use the Timer control.
Forum: C++ Jan 8th, 2006
Replies: 38
Views: 45,221
Posted By Ooble
Re: Dev-C++ - [Build Error] [main.o] Error 1

Have you tried compiling using the command-line?
Forum: Getting Started and Choosing a Distro Jan 7th, 2006
Replies: 4
Views: 3,020
Posted By Ooble
Re: Knoppix help

Next time, download the one that has "en" in the filename, not "de". ;)
Forum: Windows NT / 2000 / XP / 2003 Jan 7th, 2006
Replies: 5
Views: 1,744
Posted By Ooble
Re: folder view (icon)

Inside the directory you want to give the icon.
Forum: Windows tips 'n' tweaks Jan 7th, 2006
Replies: 8
Views: 2,108
Posted By Ooble
Re: buttons on the start menu...

Edit C:\Windows\system32\shell32.dll with a resource hacker.
Forum: Windows NT / 2000 / XP / 2003 Jan 7th, 2006
Replies: 3
Views: 922
Posted By Ooble
Re: problem,,,,problem,,,and problem,,,

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 / 2003 Jan 7th, 2006
Replies: 5
Views: 1,432
Posted By Ooble
Re: Windows Wont Boot

It can't hurt - try it and post back.
Forum: Windows NT / 2000 / XP / 2003 Jan 7th, 2006
Replies: 5
Views: 1,744
Posted By Ooble
Re: folder view (icon)

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...
Forum: Windows NT / 2000 / XP / 2003 Jan 7th, 2006
Replies: 2
Views: 956
Posted By Ooble
Re: need to acess my passord protected profile....

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: 5,976
Posted By Ooble
Re: on-screen keyboard

Check out the SendKeys function - it's part of the Win32 API.
Forum: VB.NET Jan 7th, 2006
Replies: 7
Views: 19,430
Posted By Ooble
Re: timer in VB.net

What is the problem, exactly? Having trouble converting the numbers into a time?
Forum: Community Introductions Jan 4th, 2006
Replies: 24
Views: 3,724
Posted By Ooble
Re: Hello From India

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: 6
Views: 6,348
Posted By Ooble
Re: Newbie wants to start Forum

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: 2,080
Posted By Ooble
Re: Problem compiling with Dev-C++

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,195
Posted By Ooble
Re: Er... boo.

w00t! Cheers K. :)

'Lo there mastermind. Ta for the reply.
Forum: Community Introductions Jan 4th, 2006
Replies: 24
Views: 3,724
Posted By Ooble
Re: Hello From India

Kent. I guess you could say it's posh, if you take away the chavs...
Forum: Windows NT / 2000 / XP / 2003 Jan 4th, 2006
Replies: 5
Views: 4,176
Posted By Ooble
Re: Help with running script files at logon and logoff

I gotcha. Unfortunately, I can't help ya - I don't know much about Windows servers.
Forum: Windows NT / 2000 / XP / 2003 Jan 4th, 2006
Replies: 6
Views: 2,546
Posted By Ooble
Re: sata recognition problems

No problem. Glad I could help.
Forum: Windows NT / 2000 / XP / 2003 Jan 4th, 2006
Replies: 15
Views: 224,985
Posted By Ooble
Re: How To Reformat My Computer Step By Step

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 follow...
Forum: PHP Jan 4th, 2006
Replies: 2
Views: 1,071
Posted By Ooble
Re: php 4.3.3 and gd

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: 3,356
Posted By Ooble
Re: interactive maps? is this possible mambo/php

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: 2,080
Posted By Ooble
Re: Problem compiling with Dev-C++

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: 3,724
Posted By Ooble
Re: Hello From India

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 / 2003 Jan 3rd, 2006
Replies: 6
Views: 2,546
Posted By Ooble
Re: sata recognition problems

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 / 2003 Jan 3rd, 2006
Replies: 3
Views: 873
Posted By Ooble
Re: Mysql!@!

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 / 2003 Jan 3rd, 2006
Replies: 5
Views: 4,176
Posted By Ooble
Re: Help with running script files at logon and logoff

Doesn't Windows already log this information?
Forum: PHP Jan 3rd, 2006
Replies: 1
Views: 1,962
Posted By Ooble
Re: preg_replace regular expression problem with bbcode

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,015
Posted By Ooble
Re: Wacky New Year's Resolution Generator!

In the year 2006 I resolve to:
Sell myself on ebay.

Er... yay?
Forum: Community Introductions Jan 3rd, 2006
Replies: 4
Views: 1,195
Posted By Ooble
Re: Er... boo.

C'mon, people, too scared to say hi? :p
Forum: Windows tips 'n' tweaks Jan 3rd, 2006
Replies: 4
Views: 2,541
Posted By Ooble
Re: Change IE Title

You can use TweakUI (http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx) to change the logo.
Forum: Windows NT / 2000 / XP / 2003 Jan 3rd, 2006
Replies: 6
Views: 2,546
Posted By Ooble
Re: sata recognition problems

How is this possible? What do you mean, it's not recognised in your computer?
Forum: Windows NT / 2000 / XP / 2003 Jan 3rd, 2006
Replies: 5
Views: 1,212
Posted By Ooble
Re: upgraded laptop memory

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: 2,819
Posted By Ooble
Re: what is tab in asp.net?

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>
Forum: Windows NT / 2000 / XP / 2003 Jan 2nd, 2006
Replies: 5
Views: 2,696
Posted By Ooble
Re: Want To Edit "New" Menu

A two-second Google search for "Windows New menu" found this, which is pretty funky:

http://www.daniweb.com/techtalkforums/thread940.html
Showing results 1 to 40 of 43

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 5:15 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC