Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #189043
Proxy Checker

This project is to check proxy HTTP annon/SSL proxy.

5_2007-2008 #188471
WMIQryTool

This code will take a node or set of nodes and query specified wmi information out and upload it to a database

5_2007-2008 #190113
Simple Pinger

This is a simple pinger program. It shows how to ping using DOS commands (ping.exe in windows). Shows how to use dos commands so you can use any DOS command in VB. Its just something i threw together for a friend so he can ping without going threw the dos prompt. Please vote for me. Thanks :)

5_2007-2008 #182765
Letter Replacer (Update 2)

According to research at an english university, it doesn't matter in what order the letters in a word are, the only important thing is that the first and last letter is at the right place. The rest can be a total mess and you can still read it without problem. This is because we do not read every letter by it self but the word as a whole. This 'never seen before' code can make such words for you, it saves the first and last letter and makes a 'total mess' of the middle ones! Update includes: Now the program is faster and the code is easier to read, this because it is more compact now. Thanks to Roger Gilchrist for sending me this optimalizations! (NOTE: there is a project like this submitted a while after I submitted mine. That code is not a rip, it works totaly diffrent then this one does)

5_2007-2008 #186244
A REAL media player! NO ocxs or dlls. Just API!

With this you can play ANY media file (divx,mpg,mp3,mid...) without using any ocx or dll control. It uses mciSendString API! All packed in a good class! [*fixed*]

5_2007-2008 #190579
Packing Files into Executables using Property Bag

Shows you how you can easily pack files into executables using property bag, without API or DLLs. Great for making self-extracting applications or convertor applications like MP3-to-EXE Enjoy!

5_2007-2008 #187432
TechniColor Mouse Trails

Simple mouse trails using recursion. Move the mouse over the form to display a colourful rainbow of colours that follow the mouse movement. You'll enjoy this, if you like watching pretty colours dance about the screen.

5_2007-2008 #181720
A Complete Network Utility Program - Ping,Broadcast Messaging,Port Scanner

This is a very essential application for system administrators and developers.This application will be able to ping on user defined interval and verify active nodes and then able to send broadcast message to all nodes in a LAN.It also able to connect and scan the ports and detect which port is open and identify what service is using that port and brief description of that port.A colorful logical map will be displayed for all nodes stating whether they are active or not active. It will have the ability to "save" the current map settings, and load settings when the application restarts. Meaning that, a list of IP addresses from the previous execution of the application will be saved. As a extra,i have attached a file called Port Number Reference.txt.Learn and equip yourself with port knowledge, how they are assigned,what port number belong to which service,how they are categorised etc - Very Useful. What can be learn from this system: *1.Textfile manipulation in Append,Input,Output Mode and how to Kill a file. *2.Detect whether a file is exist else create a instance. *3.Using shell Ping command and what are the command format and usage and how to store the Ping result to a file. *4.How to verify that a node is Active or Not Active. *5.A graphical display of the Ping result. *6.Sending broadcast message to all the active nodes in the LAN. *7.Text manipulation co-joined with List box interaction. *8.Connecting and detecting ports which are opened and what service using that particular port using Winsock programming. *9.A simple and professional looking progress bar only using 4 lines of code. *10.Learn more about ports and how they are assigned,what port number belong to which service,how they are categorised etc. The program is heavily commented as I want to share all the coding concepts,API's used, their functionality and why they are used.Every single module,code is commented so that the users can understand what is happening. If you like what I have done,then vote for me and recommend it to your friends.Thank you. **************************************************

5_2007-2008 #187433
TechniColor Mouse Trails v 2

TechniColor Mouse Trails using recursion. Move the mouse over the form to display a colourful rainbow of colours that follow the mouse movement. Click the mouse button to change the Offset values (and thus the patterns). You'll enjoy this, if you like watching pretty colours dance about the screen.

5_2007-2008 #181660
SOFTPAE - VB Controls (update) / Dead for OCX

Absolute super code based on Paul Caton "Win Sub Hook" sample !! You do not need OCX later, only one vb CTL file for control. Create new control is simple - use template. This controls is used in B++ Builder IDE. To use it in design time, copy files from "required" folder to system folder... see readme.txt. Please, vote for me :)

5_2007-2008 #185659
Fast count of the selected items in a listview control (with the api SendMessage)

returns the number of selected items in a listview control its a lot faster then looping te listitems one by one and check the (.selected) state of each item

5_2007-2008 #187101
VB-Snake

Yes finally a great implimentation of a replica snake game!!! includes bonus points, and also custom mazes!!! does not use dx or bitblt!!!! plz vote

5_2007-2008 #185397
Hellbound: Paltalk Room Info Collector

Please Vote and Comment On This Code, The more votes n Comments i get the more i will post :) I put this cleaner version of the code to find the paltalk room window and to get some info about it, when i started programming for paltalk this was the hardest part of it, coz the title changes every time!, This code will find Red Room (non voice) and Blue Rooms (Voice) and works weather admin or not! Hope this is helpfull :) Comments Please

5_2007-2008 #184472
Isometric 3d Heightmap renderer

Using this program you can get heightmaps like those in Habbo.com or others, or make your own and then it will display a 3d Isometric Render of it, which can be rotated

5_2007-2008 #188264
_Create Shortcut_

This simple program creates a shortcut. Well commented.

5_2007-2008 #185660
Counting en Getting Selected listview items with the SendMessage Api

!! Update !! Now counting the selected items in a listview and get the selected items quick from the listview

5_2007-2008 #172353
Change order of letters in a word

This code is just for fun, it demostrates an interesting phenomenon and some ways to manipulate strings, and arrays. According to research at an English university, it doesn't matter in which order the letters in a word are, the only important thing is that the first and last letters are in the right place. The rest can be a total mess and you can still read it without a problem. This is because we do not read every letter by itself but the word as a whole. This works with nearly every language. IMPORTANT: A similar program was posted a little before mine, but I posted mine without knowledge of that, and without seeing any portion of the code. This program (and I'm sure the other one too) was inspired in an email that got forwarded around the world a few days ago. The main difference between my program and the other one is that this one uses a byte array and totally randomizes the order of the words, the other program merely reverses the order of the letters. Thank you.

5_2007-2008 #190733
Text Automated Rotating & Moving Demo

This code makes a text moves! The colour of the text will change automatically. This code uses Direct Animation Library and only 1 sub. Comments are welcomed. Please vote.

5_2007-2008 #190826
HTMLGen

Generates a HTML file by the click of a button, you can edit the title, bgcolor, txtcolor and much more... pretty cool code... please vote !...

5_2007-2008 #190839
Scientific Calculator 1.0

This is a S.Calculator, It has a faculty of measument conversion functions too. plz plz check it out and leave a comment.

Languages
Top Categories
Global Discovery