http://digitalpbk.blogspot.com/2006/12/drag-n-drop-files-from-explorer-to-vb.html
Drag 'n Drop Files from explorer to VB
IntroductionThis piece of code allows to make programs in Visual Basic 6, to have a drag and drop support of files directly from the folders. This is an alternative to the old File Open mechanism. This is way cooler...Code
tested on Windows XP and on Visual Basic 6. Any information about other versions of windows or vb? Leave a comment...DownloadDownload the code from planet source code.The CodeThe main part of the code is the module, here ...
Published 5 years, 5 months ago
http://digitalpbk.blogspot.com/2009/01/code-libjpeg-converting-jpeg-to-bmp.html
.jpg destination.bmp ...
Tested on ubuntu 8.1.(64bit)Any problems ? Let me know... ...
Published 3 years, 4 months ago
http://digitalpbk.blogspot.com/2006/11/network-traffic-calculator-using-vc-6.html
Network Traffic Calculator using VC++ 6 on XP
An IntroductionThis is a simple VC++ (made in 6) program that calculates the total number of bytes transfered in a network connection. Made in and
tested for Windows XP.main.cpp/*Network Traffic Calculator(c) digitalpbk.blogspot.com*/#include #include #include #include #define REGULAR 0#define BOLD 1#define ITALIC 2#define ULINE 3void getInterfaceList(char list[][17],int max);int ConnectSock(char sck[],int port,HWND hwnd);void process ...
Published 5 years, 6 months ago
http://digitalpbk.com/virus/gumblar-web-virus-manual-removal-free-tool
Published 2 years, 1 month ago
http://digitalpbk.blogspot.com/2007/05/perl-script-to-login-to-orkut.html
and GET the redirect page URLGoto the redirect pageGoto Orkut.com/home.aspxYour done.Note:
Tested on Linux (FC6, Perl 5.8.8)The following script is for linux, Will run on Windows too but the ANSI coloring may not work...Windows Program is given below the program for Linux (without ANSI coloring).For Linux (with ANSI coloring)use WWW::Mechanize;use HTTP::Cookies;use HTTP::Request::Common;$cj=HTTP::Cookies->new(file => "cookie.jar",autosave=>1,ignore_discard=>1);$mech ...
Published 5 years ago