Forum: Geeks' Lounge Jan 8th, 2006 |
| Replies: 9 Views: 2,876 OH NOES! TEH ALIENS WILL GET US!
:p |
Forum: MySQL Jan 8th, 2006 |
| Replies: 2 Views: 8,405 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 Have you tried logging in using Safe Mode? |
Forum: Windows NT / 2000 / XP Jan 8th, 2006 |
| Replies: 3 problem,,,,problem,, ,and problem,,, Views: 1,142 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 Jan 8th, 2006 |
| Replies: 5 Views: 1,759 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 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 Convert the time into seconds, then into milliseconds, and use the Timer control. |
Forum: C++ Jan 8th, 2006 |
| Replies: 39 Views: 70,110 Have you tried compiling using the command-line? |
Forum: Getting Started and Choosing a Distro Jan 7th, 2006 |
| Replies: 4 Views: 3,505 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 Inside the directory you want to give the icon. |
Forum: Windows tips 'n' tweaks Jan 7th, 2006 |
| Replies: 8 Views: 2,503 Edit C:\Windows\system32\shell32.dll with a resource hacker. |
Forum: Windows NT / 2000 / XP Jan 7th, 2006 |
| Replies: 3 problem,,,,problem,, ,and problem,,, Views: 1,142 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 Jan 7th, 2006 |
| Replies: 5 Views: 1,759 It can't hurt - try it and post back. |
Forum: Windows NT / 2000 / XP Jan 7th, 2006 |
| Replies: 5 Views: 2,409 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 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 Check out the SendKeys function - it's part of the Win32 API. |
Forum: VB.NET Jan 7th, 2006 |
| Replies: 7 Views: 29,145 What is the problem, exactly? Having trouble converting the numbers into a time? |
Forum: Community Introductions Jan 4th, 2006 |
| Replies: 24 Views: 4,450 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 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 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 w00t! Cheers K. :)
'Lo there mastermind. Ta for the reply. |
Forum: Community Introductions Jan 4th, 2006 |
| Replies: 24 Views: 4,450 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 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 No problem. Glad I could help. |
Forum: Windows NT / 2000 / XP Jan 4th, 2006 |
| Replies: 27 Views: 339,550 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 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 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 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 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 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 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 Doesn't Windows already log this information? |
Forum: PHP Jan 3rd, 2006 |
| Replies: 1 Views: 2,599 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 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 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 C'mon, people, too scared to say hi? :p |
Forum: Windows tips 'n' tweaks Jan 3rd, 2006 |
| Replies: 4 Views: 2,932 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 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 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 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> |