Results for "Volume: 5_2007-2008"
A DVD Collection database. Uses a VB front end, and ADO to get information out of an Access database.
It creates menu's dynamically at runtime, from the menubar itself to menus, and submenus. This is all done via an activex dll, that can be added to any project. The code acts like the treeview control, as if the menu's are nodes for easy application. Full source code for dll included. Update - Now supports Icons on the menus, Popup Menus and Seperator bars.
>Version 3
This tutorial teaches how to embed a XP Style Manifest file into a VB Compiled EXE. So you don't have to give a .manifest file with your exe file after apply this... (VOTE PLEASE)
This is a simple clone of Mario's Picross that I decided to make. Mario's Picross (or in this case, MT's Picross) is a simple puzzle game where you have to uncover a hidden picture using the clues around the grid. Includes stage creator and the ability to download stages off the net. Vote please, I worked hard on this.
Displays the current amount of traffic in the first Ethernet card it finds. This code was written to monitor my ADSL usage. It is still a work in progress. Also, because the data is measured in packets and I don't know the size of a packet therefore I multiplied the packet size with MTU to get the number of bytes. I check the result with netstat and values are close enough. Any comment or suggestion is greatly appreciated.
This is an ActiveX control with enhanced features of normal TextBox allowing u to write VB Applications with more ease.
This small program is very usefull when you want to compare destination mdb file from your development mdb. It is not only compare the database (tables, indexes and queries) schema but also Fix It !, this prog use temporary mdb to hold the schema so you just bring this prog and schema file and compare it at your customer. if you like it please give me a credit!
This game test your mind. In a board with 8x8 squares, you need fill all squares with knights(Rule of knight is same of a chess game). Who can solve this game without see my solutions? The game has a Undo function and a 2 demos for u see how win this game. The source code is good for beginers and intermediate programmers. If u like this game, don´t forget to vote.
Simple game. Included extra files.
While roaming around down in the MSDN "Dungeons" for Office CommandBar info, I discovered that there are a bunch of built-in bitmaps for the Office Menu buttons. I've played with the dll resource bitmap files in the past so I thought that was what was being referred to. They made reference to a project that is available to view them. People with the Office 2k Developers CD can look it up. I don't have it so I improvised with this Add-in. Once I loaded up the bitmaps I got a bit of a surpise.... 3518 bitmaps in total, Quite a few more then I ever found in the compiled dll's and exe's. Some of them are blank so the actual total is less, but who's complaining. I added the option to save a bitmap to the add-in dir or pop it on the clipboard. I could have added more functionality such as dumping them all (should check for blank ones and skip them) and icon output but this was a quick diversion from other projects so.... Have at it.
This is beta version b of my new mud codebase. This release has the following new features: o ANSI Colour Support (Thanks to the Creator of BeMud for this) o Help System Support o Better Server GUI, Including a connection manager o Hard-coded socials support o Many minor bug fixes o Chat and Say commands I am having one major problem, and cannot find a fix. When a user uses the chat or say commands, the other users do not receive there message until they use a command (E.G., I type 'say test', the other person in the room will not get it until they type 'look') If anyone has a fix for this PLEASE contact me. TheASP
This is a game I updated from archangel, he gets the credit his version is at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=27999&lngWId=1 In this game, you get to hack into different companys, go into the companys directorys, and steal their money. Please leave feedback telling me what you think of this game. I am currently working on it to add even more stuff to it, and make it even better. Thanks.
Win32 Disassembler (16bit Instructions offset BUG FIXED) So,works fine now-.
hTimer is a mutlimedia timer class which can tick at intervals of 1ms using the timeSetEvent API. I have looked at other similar code and altered mine so that it doesn't crash when run compiled. You can use import it into your project (1 Class and 1 Module) or you can just compile it to a dll file. This is described in the Readme.txt file included. This timer uses the Formless timer Demo form to show the usage of the timer. Although I didn't code every single aspect of this and used peoples code to assist with subclassing and stuff I still put this together and rewrote a lot stuff to suit my activex dll. Please vote if you have time. I never get votes anymore, not sure why...
I wrote this login utility for my dad at his work that prevents his co-workers from playing around on his computer, writing CD's and so on... It disables a user from accessing your computer. Next I will add encryption to prevent users from viewing username and password from registry. PLEASE VOTE MY CODE!!!
This will explain how to create buttons or other objects dynamicly!
The code is meant to be useided in a large office or school network. It only works over LAN's, and restricted WAN's.... Its basically an IP chat program, but you never have to connect to anyone or any server! Some Features Include: :: Skinnable (Via Profiles) :: Profile Creator Wizard! :: Unlimited Channels :: Unlimited Private Channels :: Banning People :: Saving Chat As Word Document :: URL Detect . . [EDIT] --- > FULL REPORT ON CHAT HERE: http://www.neester.com/personal/mercurychat.pdf PLEASE COMMENT! AND PLEASE RATE THIS PROJECT! THANX FOR YOUR VOTES! KEEP THEM COMING! THEY ARE GREATLY APPRECIATED!
'I took most of this codes from PSC so credit to whomever wrote them 'The purpose of this aplication is to explain how you can custumize controls 'with their own code inside an OCX and the call them from a Dll into your 'application 'See if you can find a use for it, I already got mine... 'HINT: To be able to "Configure" personalized applications from a mother 'application, so you 'don't have to code things all over again every tyme you want to write 'a new program... 'if I didn't Explain myself, I believe you can figure it out....
Application to access Adaptive Server Anywhere databases. Uses CMAX OCX (http://www.compiled.org/files/115/259/cmax20.ocx). Uses RDO for data access. All other components are standard VB components. Help File not included because of licensing restrictions. Sub Main is in sqltool.bas. SQLAny.bas has data logic in it, and could be modified for other databases.