Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #152532
CommonDialog with Recent File Tab

Adds a touch of professionalism to your project. Just like VB IDE. One tab has the common dialog, the other tab shows recent files, their path and their icon in a listview. Can obviously be adapted to show images, provide different settings and options to the user as to how they wish to open a file. Included : Standard EXE project, UserControl Project and test project, OCX Project and a test project for the OCX. Demonstrates saving/loading listview to registry, getting file icons for use in a listview, how to build your own commondialog controls, controlling other apps windows.

4_2005-2006 #164381
Watcher

Watcher is server-client application. In zip file there are two files. First is Writer. this actually monitor activity on your computer. First it gets active window and its Hwnd, then convert this into thread ID and create snapshot if this is Win9x OS, if not there is no need for this because we can get threads for windows directly. Then compares hwnd and ThreadId to get correct thread and finally convert it to process. Then all we have to do is find this process EXE and get app name from there. There are few different ways to get application name from exe file. This application also monitors keyboard and mouse activity just to see when user was working and when not. All data are saved into database. Second source is Watcher. This app connect to writer using TCP/IP protocol (winsock object). The protocol is similar to smpt protocol. I think this could be good example how protocol should look like. I had to wrote my own grid object for this project. The source and OCX is included also. Watcher have hidden functions which are visible if you start app with /SetUp parameter. The code is written somewhere in source of watcher. You can then communicate with writer's manually. Just type Help or check writers source. This software was written few years ago so I don't remember now exactly how and could be some mistakes in description. This is the basically what this source do. If you need additional info let me know and I'll write more about functions and APIs in this source. Or you can contact me on my email. Thanks, Mitja

4_2005-2006 #155480
Network Pong Game

This is a very simple pong game I made using the winsock control. It allows two players to play the game over a network, with quite good performance.

4_2005-2006 #151793
QSCRAB - 3D Cubic Scrabble ™

***UPDATED WITH USER REQUESTS*** A one-player 3D scrabble™ game using DirectX7. Has a 250,000 word dictionary (plain text). Will check and verify the words. Uses standard scrabble™ rules and scoring - except you can build words around corners. It is lots of fun. To Play, simply click on a letter in the 'rack' and then rotate the cube and click the space you want to place the letter. I might end up modifying the game to be 2-player over the TCP/IP if enough interest and positive feedback is given. If you think it's worthy of a vote, then vote. I would appreciate any user feedback and suggestions to improve this game. Enjoy!

4_2005-2006 #164300
SpaceBuggz

Entertainment/Educational - This is a fully functional Space Zap-Em type application that I whipped up for beginning students interested in game programming, complete with sound effects and Midi Music.

4_2005-2006 #152533
Changing Forms Read Only Properties at Runtime

This submission is prompted by a question in Ask a Pro. Allows you to change some readonly properties at runtime.

4_2005-2006 #160245
Laser Credits Writer V3

This is a credits screen with effect! (see screenshot) It will draw texts with are strings in code (no pictures) so they can also be changed at runtime! Easy to understand code with much comments.. It's really cool, just trie it!!

4_2005-2006 #164274
High Precision Timer esp. for Multimedia Applications [Updated 05/07/02]

This code is a VB implementation of the high precision multimedia timer which can be found in the winmm.dll. ---- I wrote this code because of the same reason I created my multiple undo implementation: I wanted to have a smart solution that can be easily added to different VB projects, that doesn't clutter the code, that doesn't let depend my project on another custom OCX or DLL file and that is object oriented as much as possible. ---- The demo project's intension is NOT to show that the multimedia timer is or is not more accurate than the standard VB timer. It's primary task is just to show how to use the timer class and how to instantiate and handle more than one timer object. ---- For more information have a look at the readme.txt please. -- NEW: I added a high precision profiler class. -- NEW: UserControl instead of class file. Doesn't crash anymore when run compiled. Much easier handling.

4_2005-2006 #158374
eBay Watcher

eBay Watcher will periodically check for updates to eBay Auctions. The user specifies the eBay auction IDs and can view the status of the auctions at any time. When the bid price changes, a popup boxes notifies the user of the auction name, the number of bids, and the current price.

4_2005-2006 #158375
ResChanger

ResChanger will change the screen to the specified resolution and color depth, execute an application, and change the screen settings back when the application terminates. Execute the application for command line parameter specifications.

4_2005-2006 #158376
SMTP Relay Control

SMTP Relay Control will send a message via an SMTP server. Supports one attachment, as well as SMTP authentication.

4_2005-2006 #158377
Winsock Downloader

Winsock Downloader will download any file from a web server. The control is a progress bar which shows the progress of the download.

4_2005-2006 #163510
Car Racing Game Version 2

A cool car racing game for 2 players using photorealistic images of real cars. This is an update of an earlier version Please vote for me

4_2005-2006 #162620
Convert Columns To Rows

Convert Columns To Rows for Excel. Select Cells and copy to clipboard. Click then past back to excel.

4_2005-2006 #160661
_A1 Database Comparison Tool (orig)

*** A1 Database Copmarison Tool.... Can compare 2 databases for missing Tables.... Can compare 2 Tables for columns and report the missing one's... Generate the Create Table Script... Run the generated script on Target database.... lot more to come.... Uses ADO DB Objects... Can connect to MS Access NOW... SQL Server , Oracle , Foxpro etc ... later...

4_2005-2006 #157990
QuickLauncher

Runs other programs... bzzzz... which you can see on screenshot. NOTE: Never run comiled and in vb ide together.

4_2005-2006 #162453
COM

COM programming with database and without database same com component will run in asp/vb.try it yourself and see the magic.please vote me and send your suggestion to [email protected]

4_2005-2006 #164275
Excel Timer - let Excel perform periodical tasks!

A friend of mine asked me about how to let excel periodically update some worksheets containing stock prices. So the first thing I did was searching the web for a solution in Visual Basic for Applications. But the only one I found was to use a 3rd party ActiveX timer control which you have to place onto a userform. Then I found the VBA command "Application.onTime" and I had an idea. Here is my solution only utilizing the VBA onTime command. NO need for ActiveX control or any other 3rd party module.

4_2005-2006 #164293
Adding an icon to the system tray

A Win32 API to Add an icon to the system tray. It has very little use but it usefull for all-time programs.

4_2005-2006 #162026
_TechFTP - A Complete FTP Client with Cool Interface.

Complete FTP Client. Download, Upload, Queues, Site Manager etc. Features like CuteFTP. Used almost all common control (useful for new coders) Illustrates use of winsock control to create FTP Client.

Languages
Top Categories
Global Discovery