Advertisement

Results for "Volume: 2002C"

2002C #10012
Web Server example Code version .3a FIXED (2nd)

This is an example project on how to create a web server. I looked on this site and haven't seen any, so i decided to make one. I commented everythign as much as i could. Let me know what you think about it :) This code has been updated. I removed the pause of .4 seconds and moved the code to sckWS_SendComplete. I want to thank Ron for letting me know that it would slow it down. :) Please post any suggestions/improvments or just your thoughts on it. :) 'v .2a fixed: some loading problems 'v .3a fixed: fixed the $ip linking problem, everything works now. :) ' also fixed: i made the project compatible with vb5 by removing the replace ' function. ' Creating a link to another page ' To link to another page, link to 'http://$ip/page_name.html' 'The webserver will replace $ip with your ip. The webserver also 'supports files in other directories in the html dir. You could link 'to test.html in the directory 'links' by linking to: ' http://$ip/links/test.html ' ' PLEASE REPORT ANY BUGS! ' pat - nymainst@nais.com Please visit my webpage @ http://momar.net/pat :)

2002C #10013
SQL2CSV

This program converts any SQL Server table into a CSV text file.

2002C #9953
A replacement shell example

It is an example of how you can make applications that replace the windows GUI(like litestep), ie a replacement shell. I noticed as i wnt throught here that there is no example on hot to make your own shell. So i took it up and made my own. Very small, very simple, very easy

2002C #10020
Resize Controls

This will show you how to Resize Control on a Form Regardless of how many controls there are Limitations are Menus cannot be resized along with controls such as CommonDialog.

2002C #10021
Base 2-36 conversion

Converts a number from base 2~36 to a number of base 2~36

2002C #9964
Getting the User Name

By calling this function you can retrieve the current user name on that computer. Enjoy!

2002C #9213
Sizable Analog Clock

ActiveX control, sizable analog clock. Doesn't blink!

2002C #10023
Traybar Icon

This is a standalone, easy to use global Module that lets you put an icon in the Windows System Traybar without the need of a special control to capture Windows Messages. It is also quite good to begin learning about API calls and Windows Messages

2002C #10024
Simple Decimal To Binary Converter

This simple code will convert the Long Integers to it's binary Equivalent...

2002C #8974
Auto Resizer

I was sick and tired of seeing all the control resizers in planetsource, so i just made this myself and wanted to post it, cause someone might actually find it useful. All it does is when the form is resized, it changes all the controls (command buttons, lines, text boxes etc) to make the controls still look like they're in the right place. ie: If i had a command button that wa the size of the form, normally when i change the forms size, the command button is either too big for the form, or too little. With this, the command button is automatically resized so its still in the same proportion with the form.

2002C #10031
Irritating window app...

When the target open the file then a new entry in win.ini will be created and the screen will be black [or be turned of]. This will happend again when your friend restart the computer... DONT HOLD ME RESPONSEBILITY FOR YOUR ACTIONZ. This is'nt a trojan... YET.

2002C #9960
Tconsole II, Now with ROOT access Via Telnet.

Due to the requests for Directory Surfing to be added. Well here it is. The DOS Prompt Via Telnet. After given this some thought. I didn't want to re-create DOS, BUT the Prompt that DOS does use is it's directory structure. SO, here it is . DOS Mode Via Telnet. Supports the basic commands ( dir ) for a listing of files and folders on the remote drive, ( cd ) for changing of the directory, even checks to see if valid folder. There are DOS menus to help you get around............ PLUS all the old stuff that was included in ver. 1.01.. Tconsole is a telnet server which allows control to a remote computer. This was put together as part of a Network Administrators Tool Kit. Threw TELNET services, from any platform (UNIX/Mac). You can (Reboot the remote machine , Restart Tconsole , View system resources [ i.e memory, processor, ext, ext ], Send test print pages, View console log, Can 'get' or view any ASCII file [i.e win.ini or config.sys], You can even SPAWN PROCESSES ( Start a remote application ). This will only SPAWN windows apps, Due to security and further testing. The use of passing arguments to programs has been disabled. But can easly be changed to do so. THE SERVER SUPPORTS: Full configuration with reads/writes to Tconsole.ini as needed. Uses auto start for access after reboot, Has view panel for monitoring server traffic. Supports blocking of multiple Failed login attempts, With full logging of process both server and from the remote telnet session. Uses Menus for easy navigation with telnet. Has instruction menu's for 'GET' and 'SPAWN'. Even uses the Classic UNIX bash prompt. ;)..See the Readme.txt for further information.

2002C #9832
Check Connect

The easiest way ever to check if you're connected to the internet or not. This code is really simple but will help newbies and I have seen alot of very bloated code which doesn't really work too good. Flames will be laughed at as I have already admitted this code is simple.

2002C #10034
Add Splitter Bars to your app *Revised*

Add vertical and horizontal splitter bars to your application. This code creates a form with three panes, and two splitter bars. I originally found the code in Planet Source Code last year, but found a couple of bugs, so I rebuilt it from scratch, and added the horizontal splitter. There are no DLL's or references to worry about, very easy to use.

2002C #9918
Compare Identical Database Tables

Contains One Class clsCompareDB and a Demo project. Purpose: To compare two MS Access tables in different databases. The code alse demonstrates: ADO Technique to retrieve the Table names from an MS Access Database using the Connection Object OpenSchema Method. ADO Techniques for using a recordset to retrieve Column Name, DataType and Size. This class came as a result of MS Access being so easy to Change. Before I Joined Tier Technology training I was employed by the United States Navy (DP1). Our Managers decided that the MDB file should not be locked in any way. We were requested to train the users what they can do and what they shouldn't do. This gave no Guarantee though. We had several programs that required that several tables in different databases (IE MDB's for different years) be identical in every way. The procedures in question copied information of processed information by Column Index (Column position) or by using For Each (which also relied on the Column Position). Recently I needed this technique to do some debugging on an application I wrote for Tier Technology Training. So I dug this program up. Converted it to a Class and converted all DAO code to ADO code (Just to see if I could do this). Also this allowed this class to easily be converted for use with other databases (Other than MS Access). Author: Joel Isenstadt(iteachvb@aol.com). I am a Microsoft Certified Trainer for Visual Basic and am Currently Employed by Tier Technology Training (www.tiertraining.com)

2002C #9923
Create A Database Application-V1-SQL

Last code of mine was about quering tables and i used a little bit SQL In this small code i will try to explain SQLText string. How is it created and working? This series will continue under this name !Lets Create Database Applications-V?

2002C #10014
CAD IN VB!

Cad in vb! Demonstrates Arrays and basic i/o features. If you like the code, VOTE FOR IT!

2002C #9221
Poll.exe

Poll.exe is a WinCGI script that allows you to have a "voting station" on your web page. It is very simple and usees a module called CGI32.BAS ( from www.ora.com). THis code shows how easy it is to create CGI using VB.

2002C #10042
Encryption 1

This code is designed to show you how to encrypt any file you want, and keep it secret from 99% of the world's population. It's not 100% fool proof, but it is a powerful encryption. I'm now working on a version that will be stronger. If you're a hacker, or a code craker, let me know how it stood up to your cracking methods, I'm always interested in hearing about it.

2002C #10028
Direct Proxy Daemon Version 1.0

This is almost like my Remote Proxy Daemon Programs except that this type of Proxy Daemon, apon connection to it, itll automaticly connect you to the specifyed Remote address and port Set By the Administrator running the program. Maybe Useful as a simple fast routing system for SMTP, POP, NNTP, IMAP, and HTTP protocols. Great Code for people not to familar with Winsock Programming. At the very least, itll teach ya howta do a simple connection to a remote machine or act as a server machine and listen for incoming calls.

Languages
Top Categories
Global Discovery