Results for "Volume: Java_Volume1"
Need to add a Sizing Grip to your form without the ComCtl32 overhead? Wish you could have a control which detects the OS version, applies the correct style (Windows Classic and XP Styles), and automatically adjusts it’s location based on the parent forms resize event? Then this control is for you…Simply drop the control anywhere on your form and it takes care of the rest….enjoy!
Custom Compass control, will show direction or degrees. Private Sub Text1_Change() 'some basic error checking If Val(Text1.Text) > 359 Then Text1.Text = (Val(Text1.Text) - 360) End If 'call the control Compass.Value = Text1.Text End Sub Easy example of using sin in graphics applications.
A simple example of database use in VB. Not very well written but may help some people.
A 3D RPG made with PURE VB! Use the Mouse to look around, the keyboard to move! Unlimited terrain sizes! No Direct X or third-party controls. Very Fast - Tested on a P133!!! Very simple code - Anyone can understand it and every line is commented. But keep in mind this is only a draft and it will eventually be made into something much bigger. I made this in 2 hours, including the textures so please don't mind the graphics. Please download to see for yourself. And please vote!!! Thanks!
To be recognized by the IT student, that University of Caloocan City can produce a games or any application program.
A simple tooltip to alert a user of anything you want..you can either fade it in or slide it up..neat and usefull..i added the green bullet gif and bmp's as well so you may use them if you want to add more alerts..useful !
it is a windows shared scanner,it use function wnetresourceenum,wnetopenenum,wnetcloseenum,ect.. is very easy use de api,the applicantion have a option for i give more o less speed to progran,and you can enum of files ect.. you see the screenshot chao
This program will simplify your fractions. You input [3 / 9] and it will return [1 / 3]. Please let me know of any bugs/fractions that are not working.
This simple program can recognize face using a trained Nueral Net, it just convert the picture to raw grayscaled image which serves as a pattern for recognition. download first Perceptron.dll at http://www.mindworksoft.com/dll/Perceptron.zip to make this program works, or if you like, use the cNetFast class included on the zip file, but your program execution will obviously slow specially in the training. the Nueral Net class was from the code of Jonathan Daniel ([email protected])in the Glyphs (Teaching the computer to read) project, so I am not expecting any votes.
New release. Hope now working correctly on W9x, too. // Added 'Enabled', 'Bitmap' and 'MaskColor' R/W properties for caption buttons. Fixed centering of bitmap. // 15Kb.
Simple rendering/painting class for 'drop-shadow' effect. Three methods: CreateFromStdPicture, CreateFromDC and Paint. Shadow options: opacity [0,100], xOffset [1+] and yOffset [1+]. // 5Kb. __________________________________________________ Added 'ShadowColor' option and slightly improved 'pvRenderDropShadow' routine (now maping DIB bits: no buffers and '1-pass' blurring). __________________________________________________ Icons supported. New generic method name: CreateFromHandle(). __________________________________________________ Fixed shadow left-top edges.
this utility if for sending Messeges on the network.it has a directory listing of all pc's on ur domain. u can clear/Delete the eventview or View it directly of our Pc or any pc on the network, just select the pc and click view eventviewer. this was one of my most succesfull utility. please Vote for Me ...!!!!!! Prakash Patel [email protected] / [email protected]
This application allows you to create Batch Compile Profiles for different projects. Add all of your VB Projects to a profile, and watch thtem compile (using the project's compile information) automatically. I am involved in a project which uses VB to produce over 50 WEB-EXEs for a website. When I want to change 1 thing in the header, I used to have to re-compile all 50+ EXE files by hand. NO MORE. Simply Drag-n-Drop your projects in this application and watch them go!
Extract all senders email addresses from your mail client Inbox folder like Outlook and Outlook Express to a text file and removes duplicates.
THIS PROGRAM IS A VB ADDIN THAT SIMPLIFIES AND QUICKENS THE PROCESS OF INSERTING API DECLARATIONS AS WELL AS THEIR ASSOCIATED CONSTANTS AND TYPES IN YOUR PROJECT. HERE IS HOW IT WORKS: 1) FOR API DECLARATION INSERTION: type out the api call i.e "setwindowpos" (without the quotes) select or highlight the call with your mouse cursor, and with the left button still pressed down hit the "a" key on the keyboard. 2) FOR CONSTANTS INSERTION (a) if you know the constants you want type out the first 3 letters ( or more) of the constant(s) you wish to insert. For example..say you've just inserted the api call "DrawText" which requires at least on of the constants prefixed with "DT_ i.e "DT_LEFT or "DT_SINGLELINE" Type out "dt_" (without the quotes) select it with your mouse and with the left button still down hit the "c" key select the constants you desire from the alphabetical list (b) If your unsure of the constants you want with the left mouse button pressed anywhere in the code window hit the "c" key select the constants you desire from the alphabetical list 3) FOR TYPE INSERTION (a) if you know the type you desire type out the entire types name i.e. "pointapi" (without the quotes) select it with your mouse, with the left button still down hit the "t" key, confirm your selection (b) if your usure of the constants you desire with the left mouse button depressed anywhere in the code window, hit the "t" key. The entire list of constants is displayed in alphabetical order. Make your selection(s)
Whith this class you can load a lisview control with a recorset, and export the data to the TXT, CSV and HTML Format, you can use or not the progressbar.
Don't have API Viewer freeware program? Don't bother downloading this. However, should you need or want to parse the API Viewer apv files from your code, a module is included in the zip. The parsing engine is fast & pretty well designed. The included interface to show a way of using the engine is not finished & no plans on finishing it. Required: API Viewer *.apv files (not included in zip)
The trouble with VB's own Recent Projects List is that it is untidy and unsorted, it grows until you can't find anything, it does not remove broken links, and last but not least the window is way to small to display long pathes. So what we need is a little helper to tidy up and sort VB's Recent Projects List. And wouldn't it be nice if you could launch VB with an open project inside it right from the beginning? Well, try this one - download is 20.8 kB. (bug fix for the drive-not-ready bug reported by Josh)
The purpouse of this module is to backup and restore mysql databases within a Visual Basic program. Please, don't vote for this one... It is a remake of http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=57138&lngWId=1 which inspires me. It has some improvement on his code: Basically, it take the table creation statement directly from the MySQL engine (so now it publish constrains and indexes correctly) and perfom only on insertion statement per table no matter the number of rows in the table. Also, it prevent MySQL from generating errors because of the constraing and block the tables before the insertion process. Also, it could allows the programmers to give feedback to the user about the process and, last but not least, it is IMHO a bit cleaner.
Tab Internet Explorer windows in real time! This is a much more stable release of the previous versions and has a whole host of new features, including right click menu, running in the background and loading at start up. It also supports windows XP skins. It doesn’t need any extra controls for subclassing and source code is fully commented. Please see the screenshot. PLEASE COMPILE BEFORE RUNNING. (Please read the txt file before running the program)