Search Results

Showing results 1 to 40 of 67
Search took 0.01 seconds.
Search: Posts Made By: JoetjeF
Forum: Pascal and Delphi Aug 6th, 2007
Replies: 3
Views: 5,578
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
- 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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
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
Posted By JoetjeF
Check this (http://home.eunet.no/~pnordahl/ntpasswd/) website.
Showing results 1 to 40 of 67

 


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

©2003 - 2009 DaniWeb® LLC