Advertisement

Results for "Author: chris donovan"

ASP_Volume3 #65463
Unlock locked files

This code allows you to close the process(es) that keep a file locked, by simply specifying the locked file. This is similar to what Unlocker, ForceDel, WhoLockMe and UnlockIt do. I'm not taking credit for this code, because I downloaded it myself from a Chinese site and only removed the unnecessary code and created the sample project. All credits go to the original author. Have fun with it.

ASP_Volume3 #65464
Upload images to ImageShack with Inet and Winsock

With this module you can easily create the Header and Body to upload an image to ImageShack.us and extract the returned 'Thumbnail' and 'Hotlink' links. This example only shows you how to upload one image at a time with Inet and Winsock. If you want to upload multiple images at once, then you'll have to create a Winsock array yourself.

ASP_Volume3 #65465
IP2Country - Return country name and flag from an IP address

This dll loads an IP list with country names, county codes, start/end IP ranges in memory and 210 small country flags from the dll into an imagelist. When given an IP address it returns the country name. It also returns the country code to load the corresponding flag from the imagelist into a picturebox, imagebox, listview, etc. Depending on the speed of the computer it returns the country names/codes from 100000 IP's in about 0,5 seconds. I'm sure many of you can improve this. Use an modify as you wish.

ASP_Volume3 #65466
Set a Proxy Without Having to Restart IE

Here's a proxy changer that allows you to set or disable a proxy without having to restart IE. All the code I have found so far here on pscode about setting a proxy requires you to restart IE. The code is converted from the C++ code on http://www.codeproject.com/internet/changeproxy1.asp I didn't convert it, but I made a few small changes, because there was a flaw in releasing the memory, which made it crash the second time the proxy was set or disabled. No proxy lists have been included, because free proxies only work for several hours/days. Google is your friend ;) Only tested on Windows XP.

4_2005-2006 #170760
Unlock locked files

This code allows you to close the process(es) that keep a file locked, by simply specifying the locked file. This is similar to what Unlocker, ForceDel, WhoLockMe and UnlockIt do. I'm not taking credit for this code, because I downloaded it myself from a Chinese site and only removed the unnecessary code and created the sample project. All credits go to the original author. Have fun with it.

4_2005-2006 #170761
Upload images to ImageShack with Inet and Winsock

With this module you can easily create the Header and Body to upload an image to ImageShack.us and extract the returned 'Thumbnail' and 'Hotlink' links. This example only shows you how to upload one image at a time with Inet and Winsock. If you want to upload multiple images at once, then you'll have to create a Winsock array yourself.

4_2005-2006 #170762
IP2Country - Return country name and flag from an IP address

This dll loads an IP list with country names, county codes, start/end IP ranges in memory and 210 small country flags from the dll into an imagelist. When given an IP address it returns the country name. It also returns the country code to load the corresponding flag from the imagelist into a picturebox, imagebox, listview, etc. Depending on the speed of the computer it returns the country names/codes from 100000 IP's in about 0,5 seconds. I'm sure many of you can improve this. Use an modify as you wish.

4_2005-2006 #170763
Set a Proxy Without Having to Restart IE

Here's a proxy changer that allows you to set or disable a proxy without having to restart IE. All the code I have found so far here on pscode about setting a proxy requires you to restart IE. The code is converted from the C++ code on http://www.codeproject.com/internet/changeproxy1.asp I didn't convert it, but I made a few small changes, because there was a flaw in releasing the memory, which made it crash the second time the proxy was set or disabled. No proxy lists have been included, because free proxies only work for several hours/days. Google is your friend ;) Only tested on Windows XP.

5_2007-2008 #193278
Unlock locked files

This code allows you to close the process(es) that keep a file locked, by simply specifying the locked file. This is similar to what Unlocker, ForceDel, WhoLockMe and UnlockIt do. I'm not taking credit for this code, because I downloaded it myself from a Chinese site and only removed the unnecessary code and created the sample project. All credits go to the original author. Have fun with it.

5_2007-2008 #193279
Upload images to ImageShack with Inet and Winsock

With this module you can easily create the Header and Body to upload an image to ImageShack.us and extract the returned 'Thumbnail' and 'Hotlink' links. This example only shows you how to upload one image at a time with Inet and Winsock. If you want to upload multiple images at once, then you'll have to create a Winsock array yourself.

5_2007-2008 #193280
IP2Country - Return country name and flag from an IP address

This dll loads an IP list with country names, county codes, start/end IP ranges in memory and 210 small country flags from the dll into an imagelist. When given an IP address it returns the country name. It also returns the country code to load the corresponding flag from the imagelist into a picturebox, imagebox, listview, etc. Depending on the speed of the computer it returns the country names/codes from 100000 IP's in about 0,5 seconds. I'm sure many of you can improve this. Use an modify as you wish.

5_2007-2008 #193281
Set a Proxy Without Having to Restart IE

Here's a proxy changer that allows you to set or disable a proxy without having to restart IE. All the code I have found so far here on pscode about setting a proxy requires you to restart IE. The code is converted from the C++ code on http://www.codeproject.com/internet/changeproxy1.asp I didn't convert it, but I made a few small changes, because there was a flaw in releasing the memory, which made it crash the second time the proxy was set or disabled. No proxy lists have been included, because free proxies only work for several hours/days. Google is your friend ;) Only tested on Windows XP.

6_2008-2009 #215796
Unlock locked files

This code allows you to close the process(es) that keep a file locked, by simply specifying the locked file. This is similar to what Unlocker, ForceDel, WhoLockMe and UnlockIt do. I'm not taking credit for this code, because I downloaded it myself from a Chinese site and only removed the unnecessary code and created the sample project. All credits go to the original author. Have fun with it.

6_2008-2009 #215797
Upload images to ImageShack with Inet and Winsock

With this module you can easily create the Header and Body to upload an image to ImageShack.us and extract the returned 'Thumbnail' and 'Hotlink' links. This example only shows you how to upload one image at a time with Inet and Winsock. If you want to upload multiple images at once, then you'll have to create a Winsock array yourself.

6_2008-2009 #215798
IP2Country - Return country name and flag from an IP address

This dll loads an IP list with country names, county codes, start/end IP ranges in memory and 210 small country flags from the dll into an imagelist. When given an IP address it returns the country name. It also returns the country code to load the corresponding flag from the imagelist into a picturebox, imagebox, listview, etc. Depending on the speed of the computer it returns the country names/codes from 100000 IP's in about 0,5 seconds. I'm sure many of you can improve this. Use an modify as you wish.

6_2008-2009 #215799
Set a Proxy Without Having to Restart IE

Here's a proxy changer that allows you to set or disable a proxy without having to restart IE. All the code I have found so far here on pscode about setting a proxy requires you to restart IE. The code is converted from the C++ code on http://www.codeproject.com/internet/changeproxy1.asp I didn't convert it, but I made a few small changes, because there was a flaw in releasing the memory, which made it crash the second time the proxy was set or disabled. No proxy lists have been included, because free proxies only work for several hours/days. Google is your friend ;) Only tested on Windows XP.

7_2009-2012 #238314
Unlock locked files

This code allows you to close the process(es) that keep a file locked, by simply specifying the locked file. This is similar to what Unlocker, ForceDel, WhoLockMe and UnlockIt do. I'm not taking credit for this code, because I downloaded it myself from a Chinese site and only removed the unnecessary code and created the sample project. All credits go to the original author. Have fun with it.

7_2009-2012 #238315
Upload images to ImageShack with Inet and Winsock

With this module you can easily create the Header and Body to upload an image to ImageShack.us and extract the returned 'Thumbnail' and 'Hotlink' links. This example only shows you how to upload one image at a time with Inet and Winsock. If you want to upload multiple images at once, then you'll have to create a Winsock array yourself.

7_2009-2012 #238316
IP2Country - Return country name and flag from an IP address

This dll loads an IP list with country names, county codes, start/end IP ranges in memory and 210 small country flags from the dll into an imagelist. When given an IP address it returns the country name. It also returns the country code to load the corresponding flag from the imagelist into a picturebox, imagebox, listview, etc. Depending on the speed of the computer it returns the country names/codes from 100000 IP's in about 0,5 seconds. I'm sure many of you can improve this. Use an modify as you wish.

7_2009-2012 #238317
Set a Proxy Without Having to Restart IE

Here's a proxy changer that allows you to set or disable a proxy without having to restart IE. All the code I have found so far here on pscode about setting a proxy requires you to restart IE. The code is converted from the C++ code on http://www.codeproject.com/internet/changeproxy1.asp I didn't convert it, but I made a few small changes, because there was a flaw in releasing the memory, which made it crash the second time the proxy was set or disabled. No proxy lists have been included, because free proxies only work for several hours/days. Google is your friend ;) Only tested on Windows XP.

Languages
Top Categories
Global Discovery