Advertisement

Results for "Category: Miscellaneous"

6_2008-2009 #200922
Owner Draw ComboBoxes

Demonstrates OwnerDraw combo boxes in VB. Gives a few examples of the sort of items you may wish to draw. Particularly useful for art/drawing apps.

6_2008-2009 #200944
W.O.P.R. Hack (Fun)

Long time listener, first time caller. I believe computers should have more lights and make noise like they do in the movies. This program helps correct some of these flaws. The Idea is from an old movie probably everyone here has seen. When it gets all twelve it launches the missiles. Some useful coding examples include: Play a Wav by API, API drag around, Resource file plus more… Various pieces parts from PSC, thanks if it looks like yours. I wrote it a while ago so I forgot where I got things. Enjoy all.

6_2008-2009 #200947
Memory Information

Under Win32 , get memory information, - total physycal memory, free physycal memory and free system resources (like in the shell about dialog, using the rsrc32.dll)

6_2008-2009 #200948
Change The Back + Fore Color and Font of an Edit Control Without MFC

Demonstrates of how to change the background and foreground of an edit control, and change fonts aswell, including underline , bold , italic , strike out without MFC, pure API

6_2008-2009 #200969
Trick VB into making small bit arrays by controlling its array management

Replace the array descriptor that VB uses with your own descriptor structure, and make it point to your data. Here is an example that forces VB to create an array of bytes that only takes 2 bytes per array element instead of 6, plus the descriptor size. Lots of comments. Please don't forget to vote!

6_2008-2009 #200981
Progress bar in status bar

A class that allow you to simply add a progress bar (or any other control) to a status bar. The demo shows how to refresh the position of the control when the statsu bar resize. (No subclassing is required)

6_2008-2009 #200995
User-Defined Types in ASP

So far as I have seen, there is no vbscript equivalent of the VB user defined type.

6_2008-2009 #201021
Create your own TABBED DIALOG WITHOUT any OCXs/API! IMPROVED!

This is an IMPROVED version of my other "Create your own tabbed dialog" like the other this code lets you create a tabbed dialog (like the tabs used in property pages) without using any OCX/API! In this version, I've gotten rid of that dotted focus box that used to appear on a tab when it was selected, and to make it look EVEN BETTER, as an option, the selected tabb will turn BOLD. (SEE SCREEN SHOT) Please VOTE! Happy Programming! :) Any comments would be appreciated! please vote.

6_2008-2009 #201022
Make a form SHAKE (looks like an earthquake)

Makes a form shake when a button is pushed, I made this for a game i'm working on, great for explosion effects, makes the form shake/vibrate on the spot (like the BUZZ in yahoo messenger)

6_2008-2009 #201046
Video Player 1.0 (beta) Add-In for VS.NET 2003

I like to watch movie while working, so it keeps me in mood.. I use WMP9 but when I place it in the taskbar it covers property dialog box, so I thought why not Video Player in VS.NET which stays in VS.NET so I can watch movies while I am coding.. so in my free time I created a small add-in for vs.net 2003. I created this add-in just in few mins.. and got really hurry in posting on pscode so its a little buggy.. I will work on it more and I will make it smooth and free form bugs.. this requires.. VSUserControlHost dll in order to make this add-in work, I have also included its source code in this submission.. Microsoft planned to ship VSUserControlHost dll with the final release but didnt shipped it.. dont no why maybe they forget to.. anyways check it out.. and tell me how it is.. and also vote for it.

6_2008-2009 #201097
RGCC - Entry 2 - Logical Operators

Submission 2 for the RGCC contest Uses a neural network to provide a "universal" logical operator replacement function. This wonderful function will do all the work that Xor, Or, And, Imp, Eqv, and Not would do - IN ONE SIMPLE FUNCTION!!! God I love this contest.

6_2008-2009 #201098
Neural Network v1.0.4

Neural networks (NN) emulate the thinking process of the human brain, including the ability to "learn". Many applications exsist for NN's, most popular of which is video games. This is a complete NN "Engine", all nicely packaged into one class module. v1.0.2: Some optimization and NN saving. v1.0.3: Actually made the NN export work (:Þ) and added NNImport. Toyed around a bit with Memory Banks, but have put them off in the background for now. v1.0.4: Added Noise and Momentum factors. Noise is useful for a small sample of scalar data, while momentum prevents drastic changes when training as well as promoating continued change in the right direction. Also see my chess program that uses this class. (Not yet updated with v1.0.4... on its way...) Just also want to say that this work is heavly based off of the work by Ulli. His code used to be available here on PSC, but I don't know what happened to it.

6_2008-2009 #201104
Append to the System Menu

This is an example that shows you how to append unlimited items to the system menu! Reach where you couldn't reach before...

6_2008-2009 #201105
Suppress the Textbox Default Menu

One of the most common obstacle for a beginner VB programmer is how to suppress the textbox right-click menu. This example shows you how with heavily commented code.

6_2008-2009 #201106
Always On Top Class Module

This is a simple class module that wraps the Always On Top function to make your forms on top of others.

6_2008-2009 #201125
The most accurate method of Timing from Visual Basic

By using the "Performance Timer" in all modern PC's it is possible to achieve timing accuracy of greater than one microsecond (yes, 1 millionth of a second). This code shows you how to use API calls to access and use it.

6_2008-2009 #201128
Customised MsgBox

A clone of the MsgBox() function, but allowing any buttons you like. I know similar things have been done before, but I don't think they're as complete as this one.

6_2008-2009 #201136
Groupwise Mail Client

Quick and Clean sample to Email through Groupwise and send attatchments. Collection Based Recipients and Early bound. Code can work in Access also. Groupwise must be installed to work. If you like please rate.

6_2008-2009 #201152
Eggsample (Easter Egg)

Displays a hidden credits 'screen' or 'message' if the correct keystring is entered while the form is focused

6_2008-2009 #201153
Making a C++ dll for use in Visual Basic

This code shows how to make a DLL in C++, and use it in visual basic.

Languages
Top Categories
Global Discovery