http://digitalpbk.blogspot.com/2006/12/drag-n-drop-files-from-explorer-to-vb.html
a drop Dropped wParam 'wparam stores the Hdrop handle End If WindowProc = CallWindowProc(PrevProc, hwnd, uMsg, wParam, lParam) 'Call the default window procedure !IMPORTANTEnd
Function'Remove our default window procedure.Private Function UnHookForm(ByVal hwnd As Long) If PrevProc 0 Then SetWindowLong hwnd, GWL_WNDPROC, PrevProc PrevProc = 0 End IfEnd Function''' interface api '''Public Sub EnableDragDrop(ByVal hwnd As Long) Drag ...
Published 5 years, 5 months ago
http://digitalpbk.blogspot.com/2008/05/bash-mp3-player-mpg123-sed-playlist.html
.52.5 2.52.5 2.52.6 2.62.7 2.72.7 2.72.8 2.82.9 2.93.0 3.03.0 3.0Updates1.1 : + Added equalizer file "like.eq"+
Removed input if only 1 selection+ Exits automatically if no matches1.0 : Everything new ...
Published 3 years, 11 months ago
http://digitalpbk.com/laptop/restore-power-plan-missing-saver-high-performance-balanced-windows-7
.
OR
If that doesnt work manually do the following.
The registry stores the details of the power plans and power states of the various devices under various conditions. It is stored in the following location under registry.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\PowerSchemes.
Run regedit.
exe (You have to be an administrator)
On the left tree navigate to the above said location. Now the power plans called "PowerSchemes" is located in
HKEY_LOCAL_MACHINE ...
Published 2 years, 1 month ago
http://digitalpbk.blogspot.com/2007/06/orkut-mass-scrapper-scrap-all-friends.html
=$sc_start=$1; $sc_end=$2; } if($myc > $no) { print "Invalid Response!!!".$prc[0];return; } print "Enter Scrap Text : "; $sctext = ; $sctext =~ s/\\n/\n/g;#PS: Please do not
remove the following if you really like this .... :)#Please post a link to my website http://digitalpbk.blogspot.com #thank you :) $sctext = $sctext."\n[red](Powered by [blue]digitalpbk[/blue].blogspot.com)"; chomp $sctext; SCRAPNEXT: $friendid = $fkeys[$myc-1]; print " Scrapping $myc $friendid ...
Published 4 years, 11 months ago