Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #85605
Generic Client and Server (Winsock API only, dll wrapper, suporting multiple instances, subclassing)

With this it is easy to run multiple instances of a client or server. It is an API only winsock wrapper setup as an active X dll. The bennefit of this is that it uses very litle memory (compared to the inet control), it's very fast, you do not need a form and its very easy to create multiple instances. I tested it with 4 servers and 400 clients on 1 machine. Also included in this submition is the best subclass code there is (Thanks Paul) and the best Error handling code there is (Thanks Thushan) It even includes support for GPF errors. If you want to see the Error handling in action, then unmark the line with err.raise in the Subclass.cls. Changed in this version: 1. Fixed the Stack overflow when there were to manny clients sending to much data at the same time. This happened when ther was about 5MB of data that still needed to be processed. 2. Fixed the overflow error in the subclass code than sometimes could happen on a win98. 3. Improved the error handling. If you are tinking of creating a server then also have a look at my other submition for creating a NT service (very easy) http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=44568&lngWId=1 --------------------------------------------------Advertisement: If you want a valuable developers tool then look at http://siteskinner.com This will give you a library with some great objects that you can use. Like: FTP, POP, SMTP, Telnet, DOS, publishing database information as HTML (plus email), triple des encryption, hook into internet explorer, internet connection state, Windows task scheduler, generic tcp/ip client and server, Web page data grabber, capture dos command output, ... --------------------------------------------------

Java_Volume1 #85606
[ Print form the Richtextbox control WYSIWYG ]

I seen that every code can't do it right when printing from the richTextBox Control it seems to print out source code, Well, I found what you need! I did not write this code I was researching on how to do this. As soon as I found it and seen it work, I uploaded it here on PSC. It will print WYSIWYG(What you see is what you get) What ever is in the richtext control is how it will print. Now I can move on and finish my other program needing this code :-) I hope this helps you!

Java_Volume1 #85607
Get Shortcut's Target

After looking all over on PSC i was unable to find Short, Simple and Clean code to get the target path of a window's shortcut (.lnk) file, so here is an easier way.

Java_Volume1 #85765
Computer Information

This simply uses the built-in Environ() function to return useful information about your computer. I've found it useful in several applications that I've made. I'm sure almost everyone has learned this, but if you haven't, it's definately something you should.

Java_Volume1 #85766
Digital Clock Display ActiveX Control

Displays Numbers. Looks like a real LED display like the one used in Digital Clocks. (Except it offers more colors)

Java_Volume1 #85767
Custom List Box

This is a very good example of how you can create your own custom list box. This code shows how can it be done but its not xactly a user control. the code is undestandable and the listbox is very flaxible. It uses a class to initialise the list. Hope u like it and drop a vote if u like it. (plz dont take this as a perfect project, I designed it to only show a listbox can be made. If u can enhance it plz share it with me}

Java_Volume1 #85768
truecolor frame delta compression update 1

A very cool scalable delta compression project.

Java_Volume1 #85769
Recursive Scan Directory

The first procedure scans any directory specified and all its subdirectories and fills an array with all the files found. The other procedure returns the number of files in the directory specified and all its sub directories.

Java_Volume1 #85770
How to make an ActiveX control (OCX) Shareware.

The biggest problem with trying to make ActiveX controls shareware or trialware is knowing when the control is in the IDE. This is a demonstration on how to use the property bag to make a control shareware.

Java_Volume1 #85680
Rename Controls

This program will load a VB form and allow you to change the name of the controls and all refrences to the control in the body. You can then save the form after editing. Shows the use of ListView.

Java_Volume1 #85681
Simple ADO DataCombo Example

Explains how to hook a 'lookup' combobox to a data field at runtime. Doesn't use the ADO control - uses pure recordset manipulation. Illustrates what the differences are between 'DataSource' 'RowSource', 'BoundColumn', 'DataField', and 'ListField'. M$ documentation is truly bad at explaining this topic.

Java_Volume1 #85682
City Search - Version 1.1

This utility is a simply searches the entire US city postal database to find your results. This is a revamped version of an earlier submission I made. You can search by city, state, zip code, area code, or by county. This code was well commented and should be a good example for anyone wanting to learn by example. The download is 736k since the database file itself is included in the download.

Java_Volume1 #85683
Advanced Windows NT Eventlogger

A VB6 class file that allows to easily write messages - even with more than one parameter (best used with additional messagetable in resource DLL) to the windows eventlog.

Java_Volume1 #85684
make your own activeX control

my tutorial series 1 will help you to build an understanding for how activeX controls work and then you can make your own by me providing step by step. its not mine but i got it from but i will provide all the series that u can learn from how to make activeX controls

Java_Volume1 #85685
PSC Quick Search 2.0

PSC Quick Search 2.0 with the results in a list box

Java_Volume1 #85686
NemoX 3D engine tutorial 10 -How to load milkshape3D mesh and perform smooth collision detection

This tutorial is the 10th that comes with NemoX engine: to demonstrate how meshes made by the popular Milshape3d modeler can be loaded and rendered fastly. For more details on how use NemoX engine classes check at the Engine website www.nemox.fr.st I'M SORRY PEOPLE YOU NEED TO DOWNLOAD THE ADDITIONAL ENGINE FILE AT nemox.fr.st direct link: http://perso.wanadoo.fr/malakoff/NemoXsetup.exe leave feedbacks.

Java_Volume1 #85687
Multiple Flexgrid XP Stile

This program is an example on how to handle flexgrid objects to show multiple tables. This saves a lot of space since you can expand the tables you want to see while keeping hidden the others. The interface looks very similar to Win XP.

Java_Volume1 #85885
Form Translucency API example (WinXP/2k only)

This code makes the form appear "translucent", or semi-transparent, using Windows API. This isn't one of the ones which requires a ton of DLL's, however it'll only work on Windows XP or 2K (the only systems that have the API required to do this).

Java_Volume1 #85886
WinTweaker

This program (WinTweaker) is a security tool for your Windows OS, tested in Windows 98 and Windows ME (Millenium Edition)... also run in Windows 2000 and Windows XP but have some limitations. It can hide/show, enable/disable and change some Windows settings. I would like to thanx Planet-Source-Code.Com and to my fellow programmers for sharing some knowledge here. Some code in this programs is not mine and I also would like to thanx to the authors of that code (sorry... i forgot your names names Bros). Thanx A Lot Again Bros... Happy Coding... :) If you like this program and can help you or you think its usefull... then THANX... please VOTE :) *USE THIS AT YOUR OWN RISK.

Java_Volume1 #85887
Mind Psychic

A little program where you think of a number and it shows it! You have to run it to see, but I think you will be quite amazed how it does it!

Languages
Top Categories
Global Discovery