Results for "Volume: 3_2004-2005"
NOT Just another Button... It's SuperButton!!! It can sing, it can dance, and ONLY 5 lines of code... OK enough with the sarcasm. This is a transparent UserCtrl button. Has lot's of options. Does icons and bitmaps. Different edges and styles. Font functionality. And 100's of lines of code...All API. Tested on NT4 & W2K.
Little Prog that puts the VB ticker on the PSC website in a window. I didn't like having it on my active tesktop, since i only have a stinkin' 56k. This you can minimize. Just like a web-browser, but only the html for the ticker. Vote/Comment if u want. C-ya. Oh, i used this in 800 x 600 High Color screen.
A simple ProgressBar, created in pure code VB, not use the use of Api or Ocx and relative dependencies. The ProgressBar has been created with the PictureBox and a timer from the code you can set up the color of the ProgressBar, the font of the text etc... The code super is commented in Italian. Please vote for me!
This is a simple project showing how to work with an INI file. It checks for the existence of the file, creates the file if needed, reads the settings and displays them. It allows writing new settings, refreshing the display on the fly. Please, comment on this if you find it useful, and as with all my submissions, I am not out for votes.
This code evaluates any mathematical expression, e.g. 2*(3+4)^2 and returns its result. Doesn't use any libraries and is provided in a .bas module. Pls vote & post comments if you like it! sorry for the screenshot quality, my pc broke and i had to use my old laptop which has nothing but vb on.
This Code Shows How To Make Extensions Open With Your Program and how to Retreave the info... Also it will add R Click menu items to Files With Your Extensions.. VeryShort Code Pretty Simple... To Retreave the info in Form_load of ur app just Parse Command$ .. Note: Icons will not be shown till restart... Tested in Xp. Timothy Marin www.IntraDream.com.. oh yea some feed back would be cool..
Before starting the project register the oleguids3.tlb from the zip. ______________________________________________________ This is an example of a usercontrol that intercepts vbKeyTab, vbKeyEnter and vbKeyEsc keys WITHOUT using windows hooks. The idea is to place a custom implementation on the IOleInPlaceActiveObject interface of the usercontrol and to implement custom handling in TranslateAccelerator method. The idea is by Mike Gainer, Matt Curland and Bill Storage and the implementation can be found on vbAccelerator.com. Another interesting idea shown is how to "simulate" pressing tab key on the form as to be able to tab out of the control with ctrl+tab for instance. Greetings go to ORSHEE (for his grid control) and to José Pablo Ramírez Vargas (for not believing this is possible)! Enjoy, and check out my other controls submissions!
Shows superscript numbers in the correct format. (see picture if you dont know what this is) Can show any number in superscript. Ie x^857578758, there is no limit. There is also an angle symbol included. This is really useful for people writing mathematical programs Zip includes a font file, if you dont have it then copy it to your windows fonts diectory, to make the program work correctly. Feel free to vote
This Is A Great Code Very nice Shows u how to do an offline online flood and get ur contact list to vb and change ur nickname ... Very easy. If u want to learn msn messenger coding start this way!
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.