Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #51149
An Efficient Directory Scanner

Hello Friends, I'm back this time with another COM which scans for directories/folder. Many will appreciate this effort simply because this COM searches for folders and subfolders from a given path and populating it in an array. Some of you may ask "Well ...so what's new? ...aren't there applications that already do that?" ... my answer is YES, there are others too ...but maybe not as efficient or fast as this one. This COM uses the "iterative flag check" algorithm to eliminate redundant entries and also avoid skipping over unchecked paths. Besides, this is a COm ...so you can now use it along your VB/VBA/ASP application ...with the ease of just a few lines of coding!! To try an example of its efficiency,I'd suggest that you start a "Standard EXE Application" in VB, reference(Project->References) this component(ArunSysUtils.dll), add a command button and a list box. You will find a demo project that uses the COM called Client.vbp

ASP_Volume3 #44960
RecipeDB

Example of how to use DAO to create and manage a database using the Jet Engine ... You must include the DAO Object library using the referneces selection from the Project menu item. I used 3.6 in testing however, it should be fine with 3.51. This is also a good example for new programmers who want to learn SQL.

ASP_Volume3 #47216
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.

ASP_Volume3 #51704
ProgressBar with real Time to End Display

ASP_Volume3 #46212
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.

ASP_Volume3 #47756
Simple Picture Viewer

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

ASP_Volume3 #51707
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.

ASP_Volume3 #48009
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.

ASP_Volume3 #46010
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

ASP_Volume3 #47966
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.

ASP_Volume3 #66847
Digital Clock

This is a C++ source code of a digital clock. Compiled with Dev-C++ 4.9.9.2

ASP_Volume3 #51132
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***.

ASP_Volume3 #46378
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

ASP_Volume3 #51511
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.

ASP_Volume3 #48653
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.

ASP_Volume3 #50579
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

ASP_Volume3 #47215
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

ASP_Volume3 #45720
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

ASP_Volume3 #51377
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] )

ASP_Volume3 #50063
chess field maker

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

Languages
Top Categories
Global Discovery