http://digitalpbk.blogspot.com/2006/12/drag-n-drop-files-from-explorer-to-vb.html
is the module code:DragDrop.basPrivate Const WM_DROPFILES = &H233;'&H233; is the windows message id for the drop files message.'It is the value of the uMsg parameter in the window procedure call.Private Const GWL_WNDPROC = (-4)'The index parameter to the SetWindowLong function 'that specifies to
change a windows message handler procedure.Private Declare Sub DragAcceptFiles Lib "shell32.dll" _(ByVal hwnd As Long, ByVal fAccept As Long)'DragAcceptFiles enables or disables ...
Published 5 years, 5 months ago
http://digitalpbk.blogspot.com/2006/11/about-hosts-file.html
serving site is given inhttp://www.mvps.org/winhelp2002/hosts.txtIt is not recommended to copy the entire list to your local HOSTS file as it slows down the system. So choose ones that you think needs to be blocked. What is this pop up about?When you are saving the HOSTS file, a pop up may appear that asks you to confirm the
changes to the HOSTS file. This pop up may or may not appear based on the OS, and other Anti-Virus Softwares you are running.What else can I do with "HOSTS" file? You ...
Published 5 years, 6 months ago
http://digitalpbk.blogspot.com/2006/11/how-to-make-more-fans-on-orkut.html
the id's that is make your friends ID first and your ID second as shown below:US00123456789 = your idUS00000000000 = friends id
ChangeFRUS00123456789/US00000000000 toFRUS00000000000/US00123456789Therefore the full link becomes: "http://www.orkut.com/setKarma?cat=0&val;=1&gid;=FR[friends id here]/[your id here]"Eg: "http://www.orkut.com/setKarma? cat=0&val;=1&gid;=FRUS00000000000/US00123456789"Now if your friend visits this link he/she becomes your fan! Now you can ...
Published 5 years, 6 months ago
http://digitalpbk.com/android/tips-to-save-android-battery-life
.
You can also turn off Haptic Feedback to save battery.
On the move battery drains faster
This one is applicable to any mobile phone not just android, when you are on the move the cell networks and antennas keep
changing this causes significant radio traffic and hence drains more battery. Moreover more battery is used to communicate to weak signals from various towers. You can turn off all the wireless if you are absolutely positively sure of not expecting any calls (This is true when doing ...
Published 5 months, 3 weeks ago
http://digitalpbk.blogspot.com/2008/11/ubuntu-remove-old-kernel-grub-list-long.html
Remove old kernels in Ubuntu
Whenever a new kernel is applied ubuntu keeps the old one. This clogs up the grub and hard disk space and ends up having a lot of kernels to boot in the grub.To know the version that is currently running:uname -rand to remove all other kernels usesudo apt-get remove --purge 2.6.24-16-*
change the 2.6.2x-xx- parts to remove those kernel. Make sure you dont remove the kernel you are using, or you will end up breaking the system. It is wise to keep a recent kernel ...
Published 3 years, 6 months ago
http://digitalpbk.blogspot.com/2008/07/trie-data-structure-c-t9.html
root;}int main(){ struct t9 * root = (struct t9 *) 0; char a[100],b[100];int i; FILE *fp = fopen("t9.dic","r"); while(!feof(fp)) { fscanf(fp,"%s",&a;); if(a[0]=='0')break; root=t9_insert(root,a); } while(1) { printf("mob keys 2-9:"); scanf("%s",&a;); if(a[0]=='0')break; t9_search_mob(b,root,0,a); } t9_free(root);}V2Nothin's
changed except for the input method and output limited: /*t9.cDependency : t9.dicA file ...
Published 3 years, 10 months ago
http://digitalpbk.com/laptop/restore-power-plan-missing-saver-high-performance-balanced-windows-7
]
"ACSettingIndex"=hex:00,00,00,00
"DCSettingIndex"=hex:03,00,00,00
.
.
.
You might have to
change the permissions of the keys, if you get a Permission Denied to write in "PowerSchemes". Right click the key and click permissions and then give full access for you or the administrator.
After doing this your power plans must be restored. :)
Windows
Software ...
Published 2 years, 1 month ago