Advertisement

Results for "Category: Miscellaneous"

ASP_Volume2 #27749
Just another Replacement for Replace() v. 1.1

_Now_ it's as fast as it gets, folks. Yes, Faster than the code from xbeat.net. It beats the stuffing out of VB's intrinsic replace function even without the compiler optimizations. 5x-8x faster, even though it adds the ability to use delimiters and count the number of replacements. Uses a slightly modified string mapping technique from Chris_Lucas's post here a few years ago. Thanks to Rde for the SysAllocStringByteLen declare. That, plus some changes I made to calculate all the replacements before the return string is created are what account for the additional speed in the updated version of this post.

ASP_Volume2 #27761
Custom Menus

Create custom menus useing Images (See screenshot). Please vote and comment!

ASP_Volume2 #27779
Resize Image Dimensions

Just a small program to demonstrate one of the techniques used to resize the image's dimensions. View a large picture using "Windows Picture and Fax Viewer", and resize its window, the picture displayed will be resized based on the window's width and height. Comments and suggestions are welcome.

ASP_Volume2 #27783
SIMPLE & EFFECTIVE OCR (UPDATE: NOW IN ENGLISH)

THIS SIMPLE PROGRAM CAN RECOGNIZE CHARACTERS THAT YOU "TEACH" TO IT. IS VERY SIMPLE BUT WORKS WELL. ABOUT UPDATE: OK FINALLY COMMENTS ARE IN ENGLISH BUT REMEMBER THAT IS NOT SO GOOD. NOW YOU CAN SEE THE CHARS YOU HAVE TEACHED TO IT. VOTE IF YOU LIKE IT!

ASP_Volume2 #27802
Stay on Top (Fixed)

I'm not sure sure if it's just my computer but, for some reason, my VB programs never stay on top of other windows all the time when I use the SetWindowPos API. This program still uses the SetWindowPos API but I added some stuff to make it work properly.

ASP_Volume2 #27808
LZ77 the basics of compression (1st ed.) by Jimmy Reforma 1999-2005

Introduction In this article I'll present the basics of lossless compression, also called text compression. This scheme, lz77, is very used because it's easy to implement and also it's fast. (if you improve it, of course) This is the second version of this article, if you've read the second version, you'll notice that is new version is bigger, in fact from 15k to 33k, more than twice, and its better than the first one. Also I recommend reading it, even if you've read the first version, because you'll learn even more. Even this new version is in html format. This is a second version corrected. (have a look at the date at the end)! You can download complete article of this lossless compression at http://www.dakila7forums.ne1.net/

ASP_Volume2 #27809
[AA+] Remove Duplicates From Listview

Fast way to Remove duplicates from ListView. I havn't seen anthing that is the same on PSC, so I hope this will help in the quest for a faster way to remove duplicate items from a listview.. though I really don't think there is a "Fast" way to do it.. Who knows.. ENJOY!

ASP_Volume2 #27811
listbox tooltiptext in one line without api

show all the text of an item in a listbox in tooltiptext box without api or selecting the item

ASP_Volume2 #27812
A tray icon with tooltips

I wrote it all in a very easy to use module that you can just attach to your project.For any questions/suggestions feel free to contact me.

ASP_Volume2 #27826
Character Recognition System

This system will recognize characters from 0-9 and ABC in BMP file.Currently the program only recognize characters from file named 'untitled.bmp' situated in project folder. Please do read word document which i have included.

ASP_Volume2 #27853
Simple Client Server Inventory Control System

Files needed to distribute along: CMDLG32.OCX MSCOMCTL.OCX - 1MB (VB 6 SP3) or COMCTL32.OCX - 596KB (VB 5 SP3) MSWORD.OLB Client-server app to keep track of inventory. Main functionalities include accounts payable, accounts receivable, human resource, user management and reporting. User management includes access control to the main functionalities. Main page even include a ticker system allowing messages to be conveyed to the users systematically. Simple reports are mostly available only on-screen (non crystal report). Please vote for me or at least provide your feedback as I need to know what areas require improvement or change. I also need to know how well am I doing in order to decide upon to further develop the key areas. In the future, will try to use object-oriented programming style because it is a good way of programming. Will be standardising the way of reporting as well. Haven't tested in a real multi client environment. If anyone of you have tested it, please let me know if there are any issues of concurrency and stuff like that. Any other suggestions? Please leave your comment here! Thanks!

ASP_Volume2 #27862
A Network Drive Mapping Module

Module used to map network drives to next available drive letter and to disconnect network drives. Very Simple to use.

ASP_Volume2 #27863
Text boxes 101

The purpose of this example is to show beginners some different ways to use text boxes. Some of the things include password masking using any character, limiting input to numbers only, locking and unlocking the box at runtime, dragging and dropping data between boxes and using drag and drop on the box itself to place it anywhere on the form. I've used PSC for several years now and decided to make some very basic examples for beginners. I also realize that all of this stuff is probably floating around here already, but I want to give my 2 cents worth. Examples for other controls will be added when I get the chance. I plan on covering them all, one at a time and try to be thorough for each. Happy coding.

ASP_Volume2 #27881
The Art of Writing Quality Software

This is a tutorial whic will explain to you how to write maintainable, robust, efficient, reliable, portable, reusable software and will also give you some ideas and advice on how to go about this by giving you an understanding of coupling, cohesion, testing, code documentation and so on.

ASP_Volume2 #27887
Roses

This program creates a really cool flower effect. Just click the start button and it creates a random flower. You can then click to save it as a bitmap. It also does a really nice gradient effect. Please vote!

ASP_Volume2 #27906
VB Perceptron

VB Perceptron is a pattern recognizer program using single layer perceptron. It has the capability to learn patterns and classify them to specified classes. VB Perceptron features: input patterns from installed fonts or handwriting, train the perceptron using input patterns and give information about highest epoch reached and training error percentage, recognize a pattern and give information about the match score and match percentage of each known classes, open and save the perceptron, training options (learning rate, threshold, target error and maximum epochs) and add noise to a pattern. Note that the perceptron has not been trained yet. You have to train it first before it can be used to recognize any pattern. To train the perceptron select patterns from the font list and symbol list (hold down shift or ctrl to select multiple fonts or symbols) or draw a pattern on the left picture box then press the Train button. To recognize a pattern, simply select a pattern form the list or draw one and then press the Recognize button. Please report any bugs to me. Your feedback and votes will be very appreciated.

ASP_Volume2 #27909
MelCPB Circular ProgressBar OCX

The previous submitted code concerning the graphical Circular ProgressBar, has turned into an OCX. Just try it, and report the bugs or strange behaviour. Your comments concerning some upgrades are also welcome. There's a test project included. A part of this of this test may show you how to use the OCX while writing files (some asked for it, so here it is). The pictures can easily be changed, the size is free (jpg, gif or bmp files allowed). The main functions are commented in the test project. Let's try and report.

ASP_Volume2 #27936
T3XT CH4NG3R

converts text to ë£îTë, å§©ïï, rAndOM CApS and Backwards

ASP_Volume2 #27938
Learn Basic

This is a program which helps the beginner a lot. Easy coding and commented every line. If it helps anybody please comment

ASP_Volume2 #27940
File Ripper Program (Extract .Jpg, .Mid and more from a File)

This program can "Extract" picture, sound and more from any file. Say you like a splash screen in a program, Well this program can try and extract the picture for you. It can also replace picture within files with other picture (Still has some errors though). It Saves all the extracted Files on "C:\" as a default. Enjoy!! (Sorry about the lack of remarks in the code, I havn't had time)

Languages
Top Categories
Global Discovery