Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #120170
File String Search

Search a directory for files containing a specified string and return a list of such files. Once again, I've uploaded this in response to a quetion posted in the Discussion Forum.

2_2002-2004 #120171
ProgressBar with real Time to End Display

2_2002-2004 #120172
Create Dll's at Runtime

Here is a VB wrapper for RC.exe, the DOS resource file compiler, that allows you to put a .dll into a resource file and compile it into an executable making it more or less stand-alone. Included is a useful sample project that contains a .dll and some code written by Catalin Petolea (Mancubus), [email protected]. This sample shows how to create the dll in the Form_Load from the .exe and also has a CPU information module that can very easily be dropped into any project. It returns a concise string containing most information on CPU's.

2_2002-2004 #120173
Simple Picture Viewer

View pictures dropped to the program (remember, dropped only!) (give comments please!)

2_2002-2004 #120174
Coordinate Trapping Example

This code is meant to show how to grab the mouse's coordinates in a picture box. This example uses MouseDown, but MouseMove also works. This is really handy for coding graphical chat clients.

2_2002-2004 #120175
Area Calculator 2 (More advanced)

To calculate the area of a circle, triangle, rectangle and a square. This application is a bit more advanced where I use images instead of picture boxes and I make it more neater. I also added a common triangle.

2_2002-2004 #120176
SendMessage API Snoop

This is for API gurus. - SendMessage API It observes ur form or controls on it for messages comming from system. Puts them in listboxes with all parameters. Selecting item in listbox makes a reusable code with SendMessage

2_2002-2004 #120177
Read a textfile via api calls (v1.1)

This code is designed for reading text files. i have written this code because i did not want to use the slow "open for input..." and "freefile" bla bla code... I know i coul do this via the richedit control, but i wanted to know how to do it via api, and maybe you to... This code is using the "CreateFile" Api, which must be called differently in windows 2000. Therefore, i added a "IsWin2000" function to check for windows 2000. Update: Now added a class which wraps the module, lot's of events and functionality. it's 50ms slower in read (with my test file) Class module includes also function ReadCharacters which reads the specified ammount of characters from the open file.

2_2002-2004 #120178
SuperLabel

You won to work with ActiveX controls, You won to learn how to create ActiveX controls : Ladys and Gentleman, I'm proud to present you my ActiveX control - SuperLabel. This .OCX is a 3D label. If you are bored of the usual Label1 try SuperLabel. The .OCX have the same events and properties like the ordinery Label1, exept those to work with databases ( if you ask me why : bicause this is just a example how to create ActiveX - and it works very well - I think so ), but with just little bit of code you can create a SuperLabel who can work with databases. So please ENJOY IT and ***VOTE for ME***.

2_2002-2004 #120179
Xinon API Spy + Code Generator (v 1.1a)

Creates The API code to to get a window or objects hwnd, it also includes many other features like a real time object preview screen, box feature, basic api functions and much more. i fixed some bugs in the code generator and fixed the memory leak in box and object preview functions, this version is a lot better from the previous versions, i also added many options and features that i didnt state, its worth the download so try it out... I added a Read Me and a quick start feature so itll start working without any configing

2_2002-2004 #120180
Q Explorer - open programs faster

You will be able to insert your programs into this program and put this program into the Start Up folder. The next time you start your computer this program will open and you will just have to double click on a program in th list and it will open.

2_2002-2004 #120181
_*CyberCrypt Advanced 4.0*_

--------Whats New with CyberCrypt 4.0?--------- Please vote for this code. I know lots of people have voted for Versions 1.0 & 2.0 & 3.0 so why not Version 4.0 because it's now got three different archives, compression, non-compression and encryption archvive Extra code advances? -------Added encryption and decryption archives -------New archive select dialog -------Better coding features -------Compression (Extract level) -None --------compression using zlib.dll -------Better about dialog -------Neat splash screen -------When adding multi-files the archive doesn't refresh until loaded all the archive Means the speed has now been increasted 34* more while adding multi-files) -------More file and archive information properties -------Now you can add all files in a directory by clicking on the add file option -------Better viewing of file types -------Small tabbed features -------Encryption and decryption archives don't take that much longer to load or add too as the normal Non-Compression archives do -------Bug fixes----------------------5 Bug fixes since 19/12/00----------------NOW ADDED TIPS SCREEN!!!!!!!!!!!!!!---------------------CODE RENEWED----12/28/00---------01/07/01-----

2_2002-2004 #120182
Fallout 2 DAT Reader/Creator

This is a proper working Fallout 2 .DAT unpacker. It will unpack any of the .DAT files in the Fallout 2 game, this is my first submission with projects, If you dont have Fallout 2 take a look at the coding anyway, enjoy.

2_2002-2004 #120183
Photo Access

This OCX will helps you to retrieve all types of images supported by the Visual Basic Picture box in one line of code. It save it to- and read it from an access database. It support Ado and DAO. You can browse for photo images on your harddisk with the filebrowser included into the OCX. This browser also remember the last directory. This code is well commented. Just click on the ocx, drag it on a form and start programming. This code has not been tested on SQL server jet. I've included a sample application to show you how it works. I hope it will be an attribute to your programming needs. For any comment mail me at [email protected] Have Fun. Rodney Godfried

2_2002-2004 #120184
WebBrowser Tricks

This Example Application Demonstates : Enable/Disable Forward and back Buttons, Standard Navigation Buttons, Cut/Copy/Paste/SelectAll edit functions, Auto-Complete Address Box, Saving and Loading MRUs, Avoiding duplicates in Combo/List boxes, The 'about:' Navigation method, Opening and Saving Web Pages, Using Explorers' Find File or Folder Dialog, Finding text on current page, Sizing text on Web pages, Showing a progress guage, Showing Status text, Creating HTML pages at runtime. If I get some interest via the way of votes I'll put up some more

2_2002-2004 #120185
Create a PCS code database and organize the PSC mailing lists' refereneces

The new version of my program that previously uploaded. Now it can handle the mailing lists that are attached as html files in the mesage. It also has some new features that you can look for in the Description.txt file. Thank all the people out there for their good comments on my previous version

2_2002-2004 #120186
Flickerless, Smooth Animation using pure VB with No OCXs, DLLs or ASM!

Added New - Fully Functional Screensaver with source using my animation technique! Also added one more new demo - Geometry. Flickerless, Smooth Animation using pure VB with No OCXs, DLLs, ASM or DriectX. Pure VB. This Entry gives you the code that I created and have used in all of my screen savers for years. The code included is pure VB code (with just a few APIs declared and utilized). Most of the code is in the "CodePage.Bas" module. This contains all of the initialization, variable definitions and declarations and animation code. If you like it, give me a vote or two. If I get votes, I'll know you are interested and I'll create a complete documentation package around this. Demos included are... Demo_BouncingBalls.exe - About 30 colored balls bouncing all around the screen (Source included). Demo_BouncingSantas.exe - Bunches of little Santas practicing thier jumping for the upcoming holiday season. Demo_Geometry.exe - Bunches of geometric images floating around the screen. Demo_UFO_ScreenSaver.Scr - Aliens have taken over your desk top. All Demos have full source code in zip format. UFOsaver.scr - A complete, fully functional screensaver using my animation techniques (source included)!!! Thanks. Doug Puckett ( [email protected] )

2_2002-2004 #120187
chess field maker

nothing special, just a function to create a chess fields with the line function

2_2002-2004 #120188
Browser

A good attractive browser, with a facility to add the the site to the database catogrized. By which afterwards u can just click the site u want to vist.

2_2002-2004 #120189
Use real winamp skins in Vb

Hi this code will show you how to add real winamp skins to your players. I know that there are tones of code out there and on here to show you how to add skins to programs. But I wanted a real winamp look on a players I made. and if your anything like me that can't draw to save my life I desided that this was a good idea. well any way place vote if you like it. I will be updateing this soon agian.

Languages
Top Categories
Global Discovery