Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #162312
Winpcap packet sniffer tutorial + example

This will show you how to to capture network packets using winpcap. No network programming or tcp/ip knowledge is required. The example program captures chat from a yahoo messenger chat room and places in a text box. I tried to make the example program very simple. I used vbpcap.dll functions library so we don't have to do low level winpcap programming. The tutorial explains everything of the example program and also shows how to analyze packets. I also included a way to sequential search a string for multiple substrings(very fast). This will be useful if you want to search for some particular string or bytes in your packet.

4_2005-2006 #170328
NSCOMBO

This is truly access like combo box that support keyword and hot-tracking.this is also good exmpal for hottraking in MSGrid

4_2005-2006 #170112
OSCAR_Login

This is a protocol example of AOL's OSCAR Protocol that uses AIM 5.2.3292 packets. This will show you how to signon to the AIM service, connect to an addon service, send messages, recieve messages, and more. I also tried to explain what was happening in nearly every line. Please comment and vote!

4_2005-2006 #170333
Advanced Parallel Port - Time Based Prgm Interface

This programme will help you manage the status of the 8 output pins in the parallel port. The users can actually programme it for the future.(ie for the next 364 days from current date!) The applications for the programme are limitless..(ie. once it is integrated with a circuit that you can construct on your own for under 30 $US..) few example to fire up your imagination are given below... Your AC will start automatically every day during summers, your garden lights will start off automatically in the evening and stop early mornings(even if you go for vacations), your water heater will keep the water heated during winters by the time you get up.

4_2005-2006 #169247
McToolBar 2.3 - [Advanced multi-style toolbar with Chevrons]

Hi guys, The new version of McToolBar-2.3 is released now and it claims itself as the most advanced toolbar writen in VB. It could solve the very big task 'Chevrons' (see Screenshot) and have multi-style appearance. All the drawing routines are completly re-writen and it works very sooth. The features includes... single file'd, ownerdraw with, multi-styles(Flat,Soft,Solid,Win98,WinXP,Plastic and full range of colour options), HoverEffect, Custom ToolTips with balloon style and icons, Unicode support, fully customizable Gradient effects, Tiled background and many more... It is stylish, customizable and easy to use. "The control does not use any property pages for item manipulation! All the opeartions can be done directly from the vb's property window". Thanks for all who helped me in the previous release with there comments and feedbacks. Lets try the new one and make this control more perfect!!! Jim Jose

4_2005-2006 #151897
DM Password Generator

Password Generator, is a Full Release of the sourcecode of my Freeware Password Generator. it features 8 differnt Generated password options, Sorting, Inverting passwords, Nise GUI, Exporting and More. If also includes a Full help file. I made this for my website but since I have no time to work on the site at the moment. I thought I share one of my program with you. Hope you like it.

4_2005-2006 #170345
A true client - server application

I was sick of people telling that VB cannot be used for a true client server application that too on the internet, Check this Server Client, this is a must see for advanced programmers. The client connects to the server and databases even if on the net for both MS SQL & MS Access Databases. Can fetch more than 100,000 records and can upload/download files. The server can also send startup mails to configured e-mails id; useful if the server is a dial up machine.... A must see by any ways...Dont forget to vote for me.... I need your comments & suggestions too!!! So hows it doing ????? Guys....I need your vote / comments to review the performance of the software...if you have any queries pls feel free to email me at : bijo_mathew@hotmail.com

4_2005-2006 #165692
jcLabel

jcLabel is a label with Style, theme color and icon project modified from jcFrame (hence the name) authored by Juan Carlos San Roman Carias here in PSC. I think about a simple one the frame to make it label that i going to use im my program. Big thnx to Carlos, hope you like it. If any errors kindly inform me since i did not start this there may be variables which are not neccesary any more.

4_2005-2006 #164009
Flower Draw (FlowerPower)

Very nice flower drawing routine, for those who like flowers

4_2005-2006 #153385
Ulli's Code Formatter V2.24.17

This Visual Basic Add-In will format your code for a generally accepted indentation - one tab per structure level, the tab width being obtained from the IDE. It will also check your code for some of the most common ommissions and traps. Included are a Code Printer, a Copy Facility, a Code Structure Viewer and an option to create WinXP manifest files and to modify your code to make use of them. Simply compile the DLL into your VB directory and then use the AddIns Manager to add it to the AddIns Menu. A few fixes and line number support. Download is 136 kB.

4_2005-2006 #164793
Folder Watch

Scans Drives for Changes (I needed a prg to scan my FTP site for changes)Also includes subfolders

4_2005-2006 #164545
Motion Tweening in VB6

This code provides a way to smoothly tween a control from one location to another, much like Flash's ability to use motion tweens using keyframes. Portions of the code was ported from the C# motion class project --> http://www.codeproject.com/csharp/tweencs.asp After playing around with the C# version, I decided to port it into VB for the benefit of VB6 programmers. :)

4_2005-2006 #169153
Blackjack 1.0

A working blackjack game.

4_2005-2006 #167251
Most Advanced GDI+ Color picker control (***ScreenShot***))

The most advanced colour picker user control. See screen shot. A test program also included. Also demonstrates the drawing capability of GDI+. Easy to use and has tons of features, like RGB,CMY,HSL/HSV colour spaces, pre-defined palettes, custom palettes etc.

4_2005-2006 #169202
Using DataGrid Control to view data and DataEnvironment Control as data engine

Using DataGrid Control and DataEnvironment Control: ------------------------------------------- This program is using DataGrid to view data and DataEnvironment as Data Engine... Easy and nice! Please don't forget to vote.... Thank you

4_2005-2006 #169123
A Trial activation DLL

This is a secure trial activation system which gives users of your program 30 days to try out your program before they can buy using there unique computer ID. This software also comes with Clock-Back detection. Please leave comments and vote. Thanks.

4_2005-2006 #170841
Anchor class: allows you to anchor any control on its left,top,right,or bottom....

The [Anchor] property is a property available to all controls in the .net framework. A control can be anchored to one or more edges of its parent container. Anchoring a control to its parent ensures that the anchored edges remain in the same position relative to the edges of the parent container when the parent container is resized. For example, if you have a Form with a Button whose Anchor property value is set to AnchorStyles.Top and AnchorStyles.Bottom, the Button is stretched to maintain the anchored distance to the top and bottom edges of the Form as the Height of the Form is increased.

4_2005-2006 #161859
Get Operating System Version/Service Pack (37 Flavors Supported; See List)

This will obtain the Microsoft Windows version on the platform the program is executed on. It supports the newest versions too. Feedback is appreciated. Note that Blackcomb will change as it is just their code name for that Operating System.

4_2005-2006 #168192
DTMF tone generator

Lets You hold Your telephone in front of Your speaker, and this program will dial for You.

4_2005-2006 #170502
DataBase Sample

Complete DataBase Software Sample with Tutorial. includes Add, Find, Sort, Filter, Delete, Save, Records Navigation, SQL Queries, Reports, and Utilities. Minimum Code, Simple, Easy, and Commented. (Uses Access DataBase and ADO).

Languages
Top Categories
Global Discovery