Forum: Pascal and Delphi Aug 6th, 2007 |
| Replies: 3 Views: 5,578 You might find this (http://www.tek-tips.com/faqs.cfm?fid=3514) tip useful. Google on 'tstringgrid align' gives many more examples. |
Forum: Assembly Aug 3rd, 2007 |
| Replies: 2 Views: 822 Hex is base16 (0-F) while Dec is base10 (0-9). If you do a 'mov dh,05' then the value of dx in decimals will not be 5*(10^2)=500 but 5*(16^2)=1280.
Thus, a 'mov dh, 05' and 'mov dl, 05' is in... |
Forum: Search Engine Optimization Aug 2nd, 2007 |
| Replies: 3 Views: 1,022 Grub is a distributed web crawler. It maintains an index of url's including status information (changed/not-changed/unavailable). The problem is, it uses your cpu and bandwidth and they sell the... |
Forum: Shell Scripting Aug 2nd, 2007 |
| Replies: 2 Views: 1,732 Not very familiar with awk myself, but you could try the following:
awk -F"," '{print $1","$2",\""$3"\","$4}' test.txt
This assumes you use the comma (,) as seperator and that there are 4 columns. |
Forum: Networking Hardware Configuration Aug 2nd, 2007 |
| Replies: 1 Views: 2,282 Maybe this page is of any help: https://help.ubuntu.com/community/WifiDocs/WirelessCardsSupported#head-603c9481d6c6288b6b674cc50132d21f6d539c53
Don't have any experience myself with Wireless USB... |
Forum: Novell Jul 9th, 2007 |
| Replies: 4 Views: 4,842 What version of NetWare are you running? Can you ping the NetWare server from your DOS clients? |
Forum: Novell Jul 9th, 2007 |
| Replies: 5 Views: 8,234 NetWare 6 uses NSS by default. You have to use the commands 'nss /poolverify' and 'nss /poolrebuild'. |
Forum: *nix Software May 17th, 2007 |
| Replies: 11 Views: 2,091 What is the exact Belkin type of your wireless usb device? If you don't know, run 'lsusb' and cut 'n paste the output. |
Forum: Getting Started and Choosing a Distro May 17th, 2007 |
| Replies: 7 Views: 2,940 Although this link is for Ubuntu 7.04 (which I recommend anyway), it might also work for Ubuntu 6.10.
http://ubuntuforums.org/showthread.php?t=414194 |
Forum: Networking Hardware Configuration Aug 5th, 2006 |
| Replies: 4 Views: 2,469 Where does it say it's managable? The procurve 2312/2324 are unmanageble switches AFAIK.
Edit: had a look at their website... |
Forum: Assembly Aug 5th, 2006 |
| Replies: 3 Views: 2,450 This little app (http://www.delphiforfun.com/Programs/Utilities/CPUSpeed.htm) might be usefull. although it also contains some Delphi, the core is written in assembly. Here... |
Forum: Novell Jul 6th, 2006 |
| Replies: 3 Views: 4,483 Go to Edit->Find and you'll see the Find window. If you change the Find type to Advanced you'll be able to refine your selection.
To search for the last name you've to select Surname. You can use... |
Forum: Networking Hardware Configuration Sep 6th, 2005 |
| Replies: 3 Views: 2,395 No problems with that :)
Maybe it's useful to explain what your solution was? |
Forum: Networking Hardware Configuration Sep 6th, 2005 |
| Replies: 3 Views: 2,395 First of all, it's important to know the exact error message. Are you trying to send the message using the gmail website? If so, then it probably has nothing to do with your firewall.
Also note... |
Forum: Networking Hardware Configuration Sep 6th, 2005 |
| Replies: 3 Views: 5,700 Can you ping the other systems? Can you access the other computers using '\\IP-Address\share'? If you're trying to access other systems' shares, have you enabled it on the system? |
Forum: Networking Hardware Configuration Sep 6th, 2005 |
| Replies: 1 Views: 2,346 And if you connect your laptop directly to the router instead of the cable modem? Maybe your router blocks outbound port 465? It's always usefull to analyse your LAN traffic using Ethereal. That... |
Forum: Novell Sep 6th, 2005 |
| Replies: 5 Views: 7,290 Sorry for the long delay, forgot my computer on holiday ;)
Could you cut 'n paste the etc\netinfo.cfg? Have you checked the console screen to see if there are any errors while loading the drivers... |
Forum: *nix Software Aug 26th, 2005 |
| Replies: 3 Views: 6,572 Probably a bit late, but if you still have the sources then you can recompile them using Clip (http://sourceforge.net/projects/x-clip/) . |
Forum: Novell Aug 26th, 2005 |
| Replies: 5 Views: 7,290 Are you using inetcfg to manage your NICs? You do if you have the line 'sys:etc\initsys.ncf' in your autoexec.ncf. The you can add IP as protocol by using the inetcfg.nlm app. |
Forum: Windows NT / 2000 / XP Aug 2nd, 2005 |
| Replies: 3 Views: 1,314 It might be a self-extracting archive for Microsoft ATL (Active Template Library). Are you able to open the file in WinZip, WinRAR or other archive tools? Although it still is strange that it appears... |
Forum: Windows NT / 2000 / XP Aug 2nd, 2005 |
| Replies: 4 Views: 2,528 Have you tried to lower the refresh rate of your monitor (I assume you're using a CRT instead of a TFT)? |
Forum: Windows NT / 2000 / XP Aug 2nd, 2005 |
| Replies: 2 Views: 2,225 Have you downloaded the latest version of Diskeeper? Version 9.0.532.0 fixes this problem. It's a registry permission problem. |
Forum: Windows NT / 2000 / XP Aug 2nd, 2005 |
| Replies: 3 Views: 1,314 If you select the properties of that file and then select the Version tab, what does it show? |
Forum: Windows NT / 2000 / XP Aug 2nd, 2005 |
| Replies: 3 Views: 2,279 Maybe this (http://docs.rinet.ru/UNT4/ch23/ch23.htm) link helps? |
Forum: Viruses, Spyware and other Nasties Aug 2nd, 2005 |
| Replies: 3 Views: 1,902 What file are you missing and what OS (including SP) are you running? |
Forum: Windows NT / 2000 / XP Jul 30th, 2005 |
| Replies: 1 Views: 2,126 Have a look at www.bootxp.net to change your boot screen. AFAIK the blue startup and shutdown cannot be changed. |
Forum: Windows NT / 2000 / XP Jul 28th, 2005 |
| Replies: 3 Views: 2,503 - What Service Pack are you using?
- Can you see anything in the Event Viewer (Start->Run->eventvwr.msc) after you restarted?
- Are there any unrecognised hardware devices... |
Forum: Windows NT / 2000 / XP Jul 25th, 2005 |
| Replies: 4 Views: 3,981 Already tried installing the latest drivers? Make sure you uninstall the Detonator/ForceWare drivers first, then cleanup the mess it leaves behind (use something like Driver Cleaner... |
Forum: Windows NT / 2000 / XP Jul 24th, 2005 |
| Replies: 5 Views: 9,458 You cannot run WMP 10 on Windows 2000 so you need to find another solution. What brand is the MP3 player? I cannot really image that a MP3 player requeres WMP10. |
Forum: Windows NT / 2000 / XP Jul 24th, 2005 |
| Replies: 15 Views: 2,724 Please give the information DMR asked for in his post (http://www.daniweb.com/techtalkforums/post138839-2.html) and any other error message you see. It's otherwise very difficult to diagnose the... |
Forum: Windows NT / 2000 / XP Jul 24th, 2005 |
| Replies: 5 Views: 1,965 The only thing you can do is to contact the company who wrote the software. I don't give yoy much change though. As said before, there is nothing you can do. If the application doesn't use 100% then... |
Forum: Windows NT / 2000 / XP Jul 24th, 2005 |
| Replies: 7 Views: 2,034 Well, you could try the SystemRescueCD (http://www.sysresccd.org/). Although it's Linux based, it contains tools to copy the partition.
If you're less adventurous you can try BootIt... |
Forum: Windows NT / 2000 / XP Jul 22nd, 2005 |
| Replies: 7 Views: 2,034 You can use Norton Ghost to backup the 180GB HD and restore it to the 80GB HD. Maybe PowerQuest DriveImage can do the same, but I've no experience with that product.
And yes, I know it works as... |
Forum: Windows NT / 2000 / XP Jul 20th, 2005 |
| Replies: 5 Views: 1,965 You can start the application using the start command:
start /high notepad.exe
There are 5 priorities: /low, /belownormal, /normal, /high and /realtime. It's usually not adviced to use... |
Forum: Windows NT / 2000 / XP Jul 19th, 2005 |
| Replies: 6 Views: 35,917 Look at the Event Viewer (Start-->Run-->eventvwr.msc) what caused the problem. Look at the Source, Catagory, Event ID and Description, and use Google to try to find a fix.
If you cannot figure out... |
Forum: Windows NT / 2000 / XP Jul 19th, 2005 |
| Replies: 12 Views: 16,519 Some Graphics Drivers allow you to rotate your screen using <ctrl><alt><arrow_key>. Maybe your other problem will then be solved as well. |
Forum: Windows NT / 2000 / XP Jul 19th, 2005 |
| Replies: 3 Views: 1,233 There are lots of sites on the internet with tweaking information that can be found with Google. Some good information can be found on this (http://fox2k.net/2ktweaks/) website. One particular... |
Forum: Networking Hardware Configuration Jul 19th, 2005 |
| Replies: 3 Views: 1,629 There is a nice page on Wikipedia (http://en.wikipedia.org/wiki/Internet_protocol_suite) that will give a good explantion about these protocols. |
Forum: Windows NT / 2000 / XP Jul 15th, 2005 |
| Replies: 22 Views: 19,306 Can you delete the files if you boot from the XP CD-ROM and enter the Recovery Console (see here (http://support.microsoft.com/?kbid=314058) for a description)? |
Forum: Windows NT / 2000 / XP Jul 15th, 2005 |
| Replies: 2 Views: 8,032 Check this (http://home.eunet.no/~pnordahl/ntpasswd/) website. |