Results for "Volume: 6_2008-2009"
Scans the given Hostname, Website or IP address given for open ports.
I have added some extra forms to Jameson Schriber's HTML Parser App here on PSC. It now is a full Program that will get Daily Bible Verses, allow you to search and read Verses aswell. You can place it in your Startup Folder so that it starts with windows so that you get a new verse everyday. HTML Parser: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=26877&lngWId=1 Have Fun, NEW: Added command 'start' to program, now you can enter it into the command line the command buttons will be hidden, useful for the windows startup. Added some graphics and link to the source website.
With SQL Server, to save a value to a field with an IMAGE data type, a programmer must provide the proper means to save the data so that the data can be properly interpreted by a bound picture box or an image control. Simply binding the image field to a picture box and populating your picture box with a LoadPicture command will not save the image to the database. Here, I will share with you how I tackle this problem so that I can make use of the bound capabilities of an image or picture box. I've tried this way both in SQL Server 2000 and MS Access database, and it all works. With this program, a MS ACCESS database is used, but don't worry, with SQL Servers, you will just have to change the connection string definition in order to access the database and off you go.... Enjoy.
Yet another update. In this version, more tools, more features, less bugs. I would appreciate any feedback on this including more ideas on tools and features. Thanks for all the previous feedback.
This is a demo that contains five forms, fourof them uses API calls to set the forms to AlwaysOnTop.
Pretty straight forward and understandable. Uses the Microsoft Winsock Control.
This code allows you to get your ip and host from a web page. This also works when you are behind a firewall or proxy. This code was only uploaded cause it's usefull. No votes expected. Comments are appreciated.
This is very beginner stuff. Today I needed some graph paper but could not find any in the office so I very quickly just slapped this together to make some. There really is nothing fancy in here other than some sample code of how to use the Line method which is very VERY basic. Not really expecting any votes but just thought I would share it in case anybody else out there needs some graph paper or wants to use this for something more advanced. KEYWORDS: LINE METHOD, GRAPH PAPER. ADDED NOTES: Since I have had a comment about it, this code also does include a class module that can be reused as is in any other application that will allow the developer to call the common dialog control WITHOUT having to have a reference to the control or have to have a form for it. The class module will just use what ever version is available on the system thus you do not have to include the common dialog in an install. Just thought I would add that since some may not download this because they do not care about graph paper.
Well, now VB developers do not have to worry any more about API's for having XP style custom menus, translucent windows, system information, system tray access, multiline and balloon tooltips. All are under *one* roof. Just a reference to a DLL to your VB project and that's it. With just one line of code, you can create *wonders* to VB code and that too very very professional. Making Developer's Life Easier.. !!
This neat little programm reads all Computers enlisted on an network, then it lists them and you can send netsend messages to all or choosen. The code is simple and self explaining so there isn't too much commenting in it. The programm is working well and is in life action in my company. Makes use of the NetServerEnum and NetUserEnum API, so if someone interested in this he should have a look on this source. Have fun.
Create a Scrolling Form! No OCX, DLLs , nothing... Just some code!
This Control is a skinnable button or checkbox. it tracks MouseOver and MouseOut.No Timer used for MouseOut. all as API. You can set 3 pictures Normal-Hover-Pressed (6 pictures for checkbox). sorry about Snapshot! plz feedback if u see any bugs. and then vote!
This function will add a standard progressbar to a standard statusbar panel of your choice. Very easy, very nice code (At least I think so) what do you think? please let me know. also please vote if you like this code. look in the form's resize event to see how to call the function or in command1's click event.
This is THE registry class (compiled as ActiveX DLL)! I worked VERY hard in researching and streamlining this code. It is much more in depth then any other registry module or class i've been able to find. It supports all the major data types and includes the ability to connect to a remote registry as well as load and unload registry hives!! If there any problems with the code (or included help file) please let me know. I want to perfect this as much as possible. Also, keep in mind I am finishing up sample code for VBScript ans VB as well as a more detailed CHM help file. Those should be forthcoming by the end of the week. Feel free to email me if you guys have any issues or problems. I developed the code under Windows NT but performed some testing under Windows ME. Most of the functions should still work under Windows 95/98 but not all data types are supported.
An excellent alternative to the standard API Text Viewer with extra functions! This has the standard Declares, Types and Constants but also Enumerations where certain groups of constants have been neatly formatted into an easy to use Enum. Also find error code! This function will find the error from the error code or from the GetLastError API. This also includes AutoComplete, variable scope ie: Private or Public. Also shows how to put a progressbar in a status bar. An excellent source of database access code for getting started for a database frontend. API Viewer will also copy your entries to the clipboard and format them into an easy to read format. Please vote!
To experiment making games. I was inspired by BigCalm's article on PSC about games and AI. So here it is my first game. it's just like a hello world for me. so I called it hello game.
Have you ever had a ZX-Spectrum??? then you should remember some of these games... i wrote this simple app to all these nostalgic people out there... and also for me! Simple and complete games in 100~150 lines of code each one! it is also easily extensible so you can add your own games if you have the source... forget VB! connect your PC speaker and return to the old and plain Basic language!!!
Owner draws Office-looking menus. I took most of the owner drawing code from www.vbthunder.com, but i edited a lot of it to make it look like this. So you shouldn't really vote, i'm just sharing. =). office menus. EDIT: I added seperators. i don't know why the screenshot doesn't show, so click here to view it: http://www.planetsourcecode.com/upload/ScreenShots/PIC2002105048323678.jpg
Preview, validate, and edit delimited database import files.
Updated ! this is just repair bugs on my program. ok this is program for check or find error on keyboard and another you can look keyboard information. very easy :) this program like Norton Diagnostic for keyboard. thanks.