Results for "Volume: 2_2002-2004"
Unlike many others this code really works. Incorporating all basic mp3-player functions and a lot of handy features. Includes a minibrowser to search for your favorite mp3-files.
This app will put Some Holiday Light bulbs on you desk top and stay ontop of every Window. Although it is not all the way Finished it is a work in progress, I have only one Problem The size of the exe when compiled is way to big I would like any input or suggestion on how to make the program smaller. Please Vote if you like, Even 1 globe would be nice. Please leave as many Comments as possible. Thanks, Arcangel
This program, show many statistic about your Data Base And it convert your data base to HTML and SQL format. Please, Vote for my source code...
This program demonstrates the use of Crystal Reports 7 in a VB application. The connection and data retrieval is made in the VB app and not with crystal reports.
A picture viewer with thumbnails and afew other options. You can view them in a slide show and you can even set the wallpaper with this. Just take a look. Its not like the usual picture viewer. :) I used a Browse for FOlder module by someone else. So credits goes to him or her for that. No comments but easy to understand and coding is not the best.
Updated version (much faster, 16-bit color palette added.) The Advanced Color Picker picks up colors from screen and from several built-in palettes: web-safe palette, Internet Explorer compatible palette and 2 Photoshop-like palettes. The color value can be obtained and converted between VB (long), HTML(hex) or RGB format. There are also a couple of other functions too. Vote, if you like it :-)
Shows how to convert an image in a PictureBox to its equivalent greyscale image.
Have you ever wanted to use your own custom menu instead of the one that comes with windows? You know, those little popup menus you get when you right-click on something, well, I've made a replacement for them (All source included). It lets you make a popup menu animated like the windows ones, but fully customizable. There is the .ocx source and a demo program that uses the menu.ocx to display an example menu. The code is commented and not too hard to understand. If you like the code please vote or leave comments. -Daniel Taylor ([email protected]) *This is a complete user-drawn menu** i don't use the windows popup menu at ALL...* The screenshot below just shows how closesly it can resemble the windows popupmenu, the colors are fully customizable, and so is the border...**
The final of my winsock series (ok, it wasn't a series, but I can pretend). It's a fully working chat project, with an article to describe it. Also good to start out you'r own netowrk app from.
This is Chess game with engine implemented as activeX DLL project. It also displays computer thinkings. It currently thinks 1 level deep, but it could be easily changed (recursive). Since this project exists for 2 months, it is buggy (engine doesn't have idea about castling; user can castle, also piece promotion is not yet implemeted)and incomplete. I plan to port code (when it'll be ready) to C++. U will have big problems reading this code. It is very complicated plus comments and variables names are not in english. But on request I can translate at least comments... User cannot drag pieces; he must type moves instead (like e2e4)... U can use this code freely!
When draged to top/left/right/bottom of the screen will snap to the closest side when it comes within 30(or other desired number) pixels of a side much like winamp.
This is not new ... but I found out that there are few people who know this. This little project that dynamically creates a textbox on a form at runtime. Maybe this can help other users.
This sample project shows how to scan a network for all domains, then list either all servers on the domain or only the SQL servers on the domain. It uses the NetEnumServers API call and a NetEnumDomains function found in the NIMM.bas module which was originally written and posted here by *Patrick Herbst*. The NIMM.bas module has a TON of features for network management. FANTASTIC JOB Patrick! Thanks also goes out to Michael Monaghan for directing me to the posting that LED me to this solution. Even if this sample is the greatest thing since sliced bread to you (doubt it), please do not vote for this module, 99 percent of the REAL CODE was not written by me. I used alot of ideas from alot of authors (including Microsoft's technical articles).
This project is very small. It just shows the taskbars' position on the screen (in twips) and it's Left, Right, Top and Bottom values. It returns these in a RECT structure.
Store Files to Access-DB and restore them from DB to File and more...
VoxelSpace is a 3D demo based on classical voxel rendering algorithms. VoxelSpace features 3D terrain rendering using 24bit depth, texture mapping, dynamic lighting, atmosphere effect, animated water, semitranslucent overlays and more. VoxelSpace has been developed in pure Visual Basic, though some external library calls to the win32 api have been un- avoidable. System Requirements: The faster your machine, the faster a framerate you will get. No OS restriction (works fine with NT), no libraries (forget DirectX, OpenGL or someone elses dlls). No display restrictions. Runs at 20+ fps on a P266. Note: Always evaluate the compiled executable, running the application from within the VisualBasic environment is too slow and guarantees frustration! Note: ALWAYS RUN IN 24bit OR 32bit COLOR MODE!
Better than my previous version of file manager with a treeview and some bugs fixed.
give you some choice to slide between two pictures. Using GDI functions. Sorry for no comments, but i think it's quite common and not too difficult. i made it, so u dont't need to waste your time.
OK, after some messy submissions, I'm glad to present to you the submission of a lifetime. Updated 22 apr, This app will list every function and sub in any module you open, It will get the name of the module, show file information about the module, highlight syntax in colour, etc. The interface is worked out nicely and its quite neat. It can even go to the definition of a particular word. Identifies comments as well. You can do almost everything that is done within the IDE. All in All, a good peice of thing that you might not use actually INSTEAD of the VB IDE, but worth a try definitely. What more can this description say, check out the screenshot.
Simple to use. Allows you to set Bold, Color, and set the ToolTip of a line in a ListView by passing the ListView and the line Index. All other arguments are optional. If no other arguments are given then it sets all to defaults. I created this to assist me in coloring lines for inactive records in an app I wrote.