Results for "Volume: ASP_Volume3"
This was just a little test program I wrote to see how hard it is to use Direct3D. Basically all you can do is load in a plane (there's 1 supplied), and then "fly" it round. It can rotate in X,Y and Z axis's (although rotating it too much sometimes stuffs the alignment up) and move it towards and away from camera. The DX init code was used from one of the contest winners examples on this site, thanks to that person, but most of the rest is mine. If you have any comments please post them
Get info for ANY time zone (including DayLight info), and convert Date/Time from one time zone to another, taking DayLight into account)
Console Slot Machine Game - Please vote for me.
Well, guys, are you ready for real speed? Real-time TRUECOLOR software-only picture pixel-by-pixel processing (no hardware accelerator stuff) in BACKGROUND, 50+ FPS of truecolor 640x480 image fade in/out with transparent full-area text scrolling - all in VB source, no DLL/OCX's - is it possible? Of course NOT :) Until you inject some assembler (machine codes) into it;-) Yes, hell working machine codes drive this sample, as well as some tricks abount DIB-images processing. Although nothing special in app itself (just slide show fading pics in and out) and you could get more fascinating stuff from DirectX, BUT! It's all in VB and works in IDE almost as fast as in compiled EXE. So, take a look at this stuff. And I hope you won't vote it "poor" just because "I don't f@%$ understand how the hell it could be!" :-) The code is real VB hardcore. So, gimme ur "wow!" ;-) BTW, that FPS was on my PII-400/RIVA TNT2. I wonder what's yours? Let me know!
This small script simply and easly creates an AutoComplete affect for your ComboBox. VERY EFFECTIVE AND VERY EASY TO UNDERSTAND.
This is a complete API call replacement for the dos Netstat command. The example will show all open connections, and the API calls are encapsulated in a Class module that can also retrieve all listening ports on the local computer. This module and demonstration project also allow you to kill TCP connections - in the demonstration right click on a current connection... Includes caching DNS lookup code to get the domain names of the servers you are connecting to! Credit to Michael Tutty for the original DNS client code.
A simple MP3 Player. Play, Stop, Pause,next,prev add File Or Directory To Playlist, Remove From Playlist. Uses the file system object an windows media player.
Example of the File System Object
oK. you have seen many regedit examples and also you have seen windows registry editor but this one is the BEST of all!!!!! When you see it please COME BaCK AND VOTE...*Some .bas files are taken from samples and ENHANCED !!!! Check out the screen shot below!!!!!This one also can add and edit 0DBC!! a must see!!!!
I think this is a great control to be used. It has many features. Please download and see for yourself. Please vote me.
this programe is a sample source code for build a sample File Editor on c,c++ , becarfull for you how to compile it ! the files are include , source and Executable programe, and Cpp for dev-cpp compiler , its good for young programing . the programe is a sample , windows wordpad in c, c++ language .
Open Outlook send mail window with attachments from a vb application. Also, change m.display to m.send if you want to just send the email and not preview it! Also works in vbscript! Copy code to a text file and save with a *.vbs extension and double click to activate. Super Cool.
Connect to SQL Server Database ,and see all tables and columns in Treeview , Datagrid. All Stored Procedures ( Names and Texts of SP ) , Triggers ( Names and Texts of Triggers ) Views ( Names and Texts of Views ), Defaults ( Text and Name ) , Constraints ( Text and Name ) Primary Keys ( relationships ) , Foreign Key ( relationships ). Search Engine , Combo1 > TableName | Combo2 > Column Name , Criteria >> with each letter (or any other character ) you type , you will narrow the result. Direct Connection to Enterprise Manager ( with SQL Namespace object lib ) . You can perform full administration and implementation of SQL server and every Database ( if you have those rights ) : Create Trigger , Stored Procedure , Role , Rule , Default , User def. Type. Find out about Table Properties, Permissions , Dependencies,Delete Table. You can use EM interface for Generate Scripts , Manage Indexes . You can call EM interface for managing SQL server security, New Db user, and use EM's wizards for Import and Export DTS . Everything is commented and Constants are attached in two Word .doc files. With Query Builder you can perform very complex queries , Create tables , Update , Insert , Delete . It supports T-SQL commands , so you can perform (almost) everything as you can with Query Analyzer. Sample Queries , are attached as comments inside module. How to manipulate , easy , with more recodsets at the same time. Practically , this is simple console for administration and implementation SQL Server database ,with using full power of EM. I hope that You can find this app. useful . If so , vote. Thanks.
An alternate to using Sliders, Scrollbars and UpDown controls. Not just an enhanced version of an existing type of control, but a new type of control altogether. Scrolls values up and down with the use of Visual thumb wheel, includes the ability to "Spin Over" to Minimum value when Maximum value has been attained and visa-versa.
I always hated the way that the normal Visual Basic frame looked, it was so ugly so I made this one. It does pretty much everything that the normal frame does just with a different look. please vote & tell me what you think :) P.S. Feel free to add on to this code & upload, id love to see what could be done with it.
A 3Dimensional park with lolly pop trees and flying birds. Programmed with Direct3D (Retained Mode). A good program to learn some simple direct3d in. Requires the DirectX7 SDK to use (I think).
Ever have an old program that you backed up the .FRMs\FRXs to, and suddenly notice that you need the pictures that where on that form. I bet its the worse feeling in the world, right up there with getting dumped. But wait! There is a light! FRX Restore will take that old dirty FRX File and turn it back into there old picture files! Pick and choose what pictures get extracted from the FRX data.
** Out of date ** Advanced Calculation Solver has replaced this program and its screenshot. Visit it here.
Searches through text files (txt/csv/asp/xml etc) in a given directory and replaces one string with another. Quick and simple app but very effective if you have multiple replacements in multiple files.
New to ADO? Worried about ADO? This little subroutine gets round the problems of opening ADO recordsets. Please look elsewhere on this site for info on opening the database itself. If you open a Recordset in your code, ADO expects you to close it before re-opening. But if it's not open you can't close it... (Oh My!). Here's my solution. It requires a public ADODB.Connection - I call it gCn. The routine will open a new recordset (compatible with Janus GridEx), or refresh it if it's open or if the SQL has changed. Optional ReadOnly argument.