วันเสาร์ที่ 29 สิงหาคม พ.ศ. 2552

reset waste ink for canon mx318

Waste Ink Counter Reset.
(1) Turn off the printer.
(2) Press and hold the RESUME button, then press and hold the POWER button.
(3) Release the RESUME button, Next press and release the RESUME button two(2) more times in
succession. Note: you are still holding the POWER button). The printer's carriage will "reset"
or move momentarily. If the above was properly performed the printer will enter the
"Service Mode".
(4) Press the RESUME button 4 times, this will select the clear waste ink counter function. The lamp
will alternate (change) color with each key press.
1. Service/Factory test printout, including ink sensor check.
2. EEPROM - Info printout.
3. EEPROM - Initialization.
4. Reset the Waste ink counter.
5. Printer model setting. (More selections beyond this point - However it is best leave them unaltered - You have been warned!)
After selecting the desired mode (eg 4), press the POWER button to "set" the change, and return to the top of the function selection menu. Press the POWER button again to restart the printer.

วันพฤหัสบดีที่ 6 สิงหาคม พ.ศ. 2552

logon failure : the user has not been granted the requested logon type at this computer

Ok, I actually found my own fix. Here it is!

File sharing with Windows XP HOME Edition - Fixes.

Section 1

When you double click on the computer (in My Network Places/Workgroup) that you are trying to access the shared files from you may get this message:

You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions

Logon failure: the user has not been granted the requested logon type at this computer

If you see this message the following should be done on the computer containing the shared files:

Download the following and install it

Windows Server 2003 Resource Kit Tools
http://go.microsoft.com/fwlink/?LinkId=4544

after installation is complete, click on: Start, All Programs, Windows Resource Kit Tools, Command Shell

Then enter the following commands. (Attention: they are case sensitive.)

net user guest /active:yes
ntrights +r SeNetworkLogonRight -u Guest
ntrights -r SeDenyNetworkLogonRight -u Guest

The first command enables network access for Guest, the two subsequent ones change two different policies to allow network access for Guest.

Now when you click on the computer (using My Network Places) you are trying to get the shared files from, the message will not appear and you can access the shared files. If the same type of error message appears but says ‘ACCESS DENIED’ instead of ‘Logon failure: the user has not been granted the requested logon type at this computer’ continue to the next section.


Section 2

When you double click on the computer (in My Network Places/Workgroup) that you are trying to access the shared files from you may get this message:

You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions

Access Denied


If you see this message the following should be done on the computer containing the shared files:

Click START

RUN

Type regedit and press enter

Now find the following key - HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

Double click on ‘restrictanonymous’ and change the Value Data from 1 to 0

Exit regedit and reboot the computer

Now when you click on the computer (using My Network Places) you are trying to get the shared files from the message will not appear and you can access the shared files.

from : http://www.computing.net/answers/networking/cant-access-one-computer-on-net/25769.html

วันอาทิตย์ที่ 2 สิงหาคม พ.ศ. 2552

vb6 deploy error cxlibw-1-6.dll

Hi,

I solved this problem. I opened the setupfile and changed the setupfile

path from applicationpath to syspath to cxlibw-1-6.dll

@cxlibw-1-6.dll,$(WinSysPath) .Then I run the setupfile it doesn't show the error message. It runs the application proberly.

Bye

from : http://social.msdn.microsoft.com/Forums/en-US/vscrystalreports/thread/b86bbc60-7737-49d8-a385-b342a551707a