Results for "Volume: 2002C"
Allows Playing Of Avi, Mpeg, Mp3, Wav, And Midi Media Files. Also Allows ID3 Tagging, Drag Dropping Is Enabled, All Without The Use Of Any Ocx. Only Uses Two Api Calls: mciSendString And FloodFill. Fully Commented.
This code is a collection of functions and subs that has 1,445 lines and is 50.5 KB, please if you like it, vote and leave me some comments. but please, only constructive criticisim.
I am learning DX right now and this is one of my better attempts at 3D graphics. Its a multicoloured rotating cube in the world of cyber space. The bright colours show how the cube is made up. The way the light is, you can see the triangles that make up the cube. See the screenshot but the screenshot itself is only 10Kb so its all..."liney", the cube itself has completely smooth rendering. Everythings in a neat module which can be easily modified. Post feedback, and a vote or two owuldnt go amiss either :). Again sorry for the terrible quality picture, at least it loads fast. I assure you the real cube is much better looking. Smoother. ;)
Create a frameset from datainput. I create this as a part from a Webediter. I hope you can give me commands.
This little module is for use with the yahoo messenger client. It has some pretty good stuff in it. So download it and check it out. This was only a 20-30 min job at max, and there will be more versions of the module.
This code lets you add a new table to existing database in SQL Server programmatically. Useful when developing a database application for off-line users. Simply send an executable through e-mail, and let it run once.
This function takes tag delimited text and converts it for display in a richtext box. Great for email headers (from, to, subject lines). Someone Rank this Thing...Enjoy!!
Change windows default yellow color icon and set your own custom icon to any folder with this easy code.
This project demonstrates a number of important ADO Data Base - VB methods and utilities. 1. Paramount of these utilites, from my perspective, is how to get the totals from a database field as well as how to multiply the items in two DB Fields and then create another field to show the answer. In addition a running total is kept, showing the Sum of the multiplied fields. This is a feature that any inventory data base requires. 2. Make an ADO Connection without using the ADO Data Control. When a program uses the ADO Data Control(s) it hard connects the data base to a given directory ("C:\My Documents\MyDataBase.mdb"), or worse yet the directory that the program is design / built in; (C:\Program Files\Microsoft Visual Studio\VB98\MyDataBaseProgram\etc"). This connection causes havoc when the product is installed to a client's computer. Of course a work around for this is to make a DSN Connection, but this requires the inclusion of numerous files in your setup/install program. When the connection is made through the use of code as opposed to using the ADO Data Control the Database file is located / installed in the program's deployed directory and is easily connected to. 3. Deploy and show all of the data using the MS DataGrid Control. Program shows how to fill and set the Data Grid. This demo allows adding and deleting of records directly on the Data Grid (Although this method is not recommended due to lack of ease, the better method is to use the programs Text Boxes). 4. Program sets up a TextBox and recordset movement procedure that emulates the familiar data control methods, i.e., The user can move through the records - movement is apparent in both the Data Grid and the Text Boxes, and the Current Record and Number of Records are continously displayed and updated when records are added or deleted. 5. Program makes use of the MS Report Designer in lieu of Crystal Reports. I have used Crystal Reports in the past and had numerous problems. I now use the MS Data Report exclusively. If you have any questions/problems with this demo it will be in this area. Study the DataEnviornment and DataReport Designers Structure
Using system wide hooks in VB. Showing you how you can add menu's to other applications and react to their click button.With system wide hooks the limitations of modifying only those applications run in the same process ceases to exist. Do vote for me if u like the code
This will actually lock a Winnt 4.0 workstation with 2 lines of code. Same ctrl-alt-dlt then Lock Workstation. There is not actually an API call to lock Winnt 4.0. Winlogon actually does it in code. I have found a way around it that works. It took me some time and quite a bit of research to come up with this. I've added some extra code to the project but it only takes 2 lines of code to lock it. I will be enhancing this project to automatically prompt the user for a User name and Password or it will lock the desktop at random times (like right after start up, or you will be able to set the times.) This will keep anyone off of your computer that you don't want on it and even an Admin. Please vote!! I've looked high and low and I know the code doen't exist anywhere else that's FREE. Comments welcomed!
Monitor all files in a directory & subdirectories for any change in size, attributes, date, access date, modified date, name, and more. Fixed some missed events from last version, and added a few more. Also, added the ability to check sub directories, and add search filters (*.exe, etc..) Also switched to a class based timer, and api file/directory calls instead of slow dir/fso calls. Special thanks to Dana Seaman for the suggestions and input on this update.
This program is a simple monitor for MSN Messenger Service. You just have to boot this, and then log normally with MSN Messenger. The app will act as a monitor to show you how the client is communicating with Microsoft servers. I actually did a complete MSN Messenger Client from scratch and compatible with existing protocol and I will soon post it here. With this monitor, you should have a great idea of the great communication procotol. For the complete MSN Messenger Protocol goto: http://www.tlsecurity.net/Textware/Misc/draft-movva-msn-messenger-protocol-00.txt Don't forget to change your registry settings: HKEY_CURRENT_USER\Software\Microsoft\MessengerService\' find the key "Server" and change it to 127.0.0.1;127.0.0.1:1863 and don't forget to backup your original values. If you already erased it, the initial value that should work is messenger.hotmail.com;127.0.0.1:1863
This is an Electronic book Viewer. It supports rtf and txt, not .lit and .pdf formats. The reason why I wrote this is that I found a lot of Fantasy Books at http://21ct.gooddays.org/books.html and started reading them in Wordpad/Notepad. That proved difficult, so I created this program to allow me to read the text as close as possible to Micro$oft's MSREADER. You can change font size, set bookmarks,change the fore color, back color, margins etc etc. I use it and it works form me. If you like it, please vote or at least leave a comment. If you don't like it, tell my why so I can inprove. I included one of Raymond E Feists books for you to test the app with. Enjoy !!! - I added experimental adware code...
it just connects to shoutcast or anythings like that servers and then puts the incoming data in a file
The EBSlider control is a self-contained, horizontal/vertical slider control written entirely in VB6.
Splits large files into smaller ones.
This code show you how to count the letters, numbers, characters ("A","b",etc.), Spaces, Word's, Lenght, etc. in a text.
um.. it`s a "simple" example of how to use treeview... btw: have anybody heard about a compression called "deflate"? webservers use it when they send to browsers or something like that... i`m also looking for something called "gzip".... =)
** PLEASE VOTE FOR MY CODE - EVEN IF YOU DON'T LIKE IT ** GREATLY simplifies accessing JET or SQL Server databases. No more Connection String, provider, data source, Persist Info etc. properties to fill in. Provides easy to follow instructions right inside the DLL.