Advertisement

Results for "Category: Miscellaneous"

7_2009-2012 #223462
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.

7_2009-2012 #223465
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)

7_2009-2012 #223466
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

7_2009-2012 #223487
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!

7_2009-2012 #223499
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)

7_2009-2012 #223513
User-Defined Types in ASP

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

7_2009-2012 #223539
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.

7_2009-2012 #223540
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)

7_2009-2012 #223564
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.

7_2009-2012 #223615
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.

7_2009-2012 #223616
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.

7_2009-2012 #223622
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...

7_2009-2012 #223623
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.

7_2009-2012 #223624
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.

7_2009-2012 #223643
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.

7_2009-2012 #223646
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.

7_2009-2012 #223654
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.

7_2009-2012 #223670
Eggsample (Easter Egg)

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

7_2009-2012 #223671
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.

7_2009-2012 #223676
Serial Reader

Piracy is a big threat for all programmers. One of the preventional steps followed is to let program run on only a particular harddisk. If the user copies the program or even compies complete harddisk to any other computer our program should not run. But how can it be done. Obvoiusly by allowing our program to run on Drive with a particular serial no. Software checks the particular serial no each time it is executed. And if the serial no is not the same, the software doesnt execute any further. So here I have tried to make a program that simpy reads the Serial No of any Drive. And yes ! the code is very little, well commented and easy to understand ! Plz Vote if you like ! And also your suggestions are most valuable for me...

Languages
Top Categories
Global Discovery