Advertisement

Results for "Category: Custom Controls/ Forms/ Menus"

7_2009-2012 #217364
3D-Stars in a Form

Draws a nice 3D-Starfield in a Form (uses X,Y,Z positions) width a very short code Shades each star depending on the distance.

7_2009-2012 #217365
rsform.bas

This .bas module allows you to re-size your form and all the controls re-size with it. I kept looking for code out on the internet that would do this right but I was never successful. So, I wrote this to eliminate the need for any ocx's or dll's. It resizes the SStab control which I found was a problem with most resizing routines (check it out for yourself). It also handles lines. It's also alot quicker. All you have to remember is two things. First, add the resize module (rs_form.bas), Second, Add one line of code (ResizeForm Me) to each form you want to re-size.

7_2009-2012 #217367
Capturing the Screen

Capture a screen in a window, this one actually works...

7_2009-2012 #217400
Center a form - Short, Simple, and Sweet

This code allows you to quickly center a form within the screen without eating up alot of cpu time.

7_2009-2012 #217418
TextEffect

The following code will add great text effect to your applications. It changes the spacing between the characters. By changing spaces, the characters move on the screen.

7_2009-2012 #217419
EditFlexGrid

This code allows users to edit in a MSFlexGrid

7_2009-2012 #217424
Form Resizer Deluxe

Class module for resizing/repositioning controls on a form. See source code for details.

7_2009-2012 #217437
Resize/Stretch Bitmaps

Stretch an image to another size. Truly fail Safe code works even with invisible source image. You can save the newly resized image with additional VB coding.

7_2009-2012 #217449
Dockable Toolbar

Professional High Quality Code. Looks, works and behaves like the Windows Task/Icon bar on your screen (only better, with more properties). It actually forces the screen size to a slightly smaller size to fit the toolbar in place, thus the user still has full view of other software programs running at the same time. This is the genuine untouched code "...based on the J.Richter's CAppBar...", (FREEWARE)! Use it for many projects. No need to buy or use a TOOLBAR OCX. A few lines of code is all you need, when you add the prewritten BAS and CLS files. Creat your own BANNER style form, like the ones seen with FREE INTERNET servers. This code is genius!

7_2009-2012 #217451
Create New Controls At Runtime !

This code will allow you to create a new instance of a control at runtime ! Imagine. When your app is RUNNING you can create a new command button or a textbox on the fly ! The code they didn't want you to know ;)

7_2009-2012 #217474
Combo Auto-Search

Automatically search through a combo-box's list as the user types into the text portion of the control. The code exists for allowing entry of text that does not already appear in the list, as well as handling the Backspace and Delete keys in a logical manner.

7_2009-2012 #217510
Advanced Mouse Control OCX 1.0

This project gives the user control to many mouse specific controls (including API) in an easy to use OCX. This can also be used as a sample active x control. This project gives access to things such as: Capturing Mouse Coordinate Tracking Cursor Changing Double Click speed information/ changing Input blocking Cursor Displaying/Hiding Mouse Button Swapping Mouse Button count Cursor position changing And other miscellaneous information

7_2009-2012 #217531
Mike's Skin Example v1.0

This is a decent example on how to skin a form. I made 10 skins and Commented every line in this project so you can see what's going on and how BitBlt works from top to bottom. If you don't know BitBlt that well or at all, this is a perfect example for you. Please RATE this and soon I'll make a v2.0 of this. And if you make a good skin for this, E-mail me it at: mikecanejo@hotmail.com! :)

7_2009-2012 #217532
Mike's Animation Example

This is an great example of how to use BitBlt to make a simple Animation either for a game or for a application. Every line commented in this and I tell you exactly what's going on. So check it out, the Screen Shot pretty much Explains it all...

7_2009-2012 #217536
Mike's Picture Commands

This includes the source code Loading a picture, Rotating a Picture 45 Degrees, Flipping a Picture Horizontally, Flipping a Picture Vertically and Saving it After! Very usefull if your working on your own picture program. I made a nice layout for this and Commented everything. Please, I worked hard on this for yous So check it out then Rate it.... Questions/Comments: AIM: Mike3dd

7_2009-2012 #217551
ActiveX UltraTimer Control (UPDATED) w/ SOURCE

The UltraTimer Control uses NO APIs. Just pre-set the total interval any where from 1 millisecond to about 24 days. Set the TimerMode to fire Periodic or One-Time timer events. Initial Interval is calculated in milliseconds and up to (59999ms), then combined with the Minute and Hour intervals for the total interval between calls to the control's timer event. Also fires MinuteAlarm and HourAlarm events. For more details on this and other controls created by Paczero, visit http://www.paczero.cjb.net

7_2009-2012 #217564
Animated Glass Cube Effect using StretchBlt

This code animates a glass cube moving on a picture in real-time. Almost the same as that Windows 95 screen saver (the moving glass boll). I though this code can help make a screen-saver like that. (You have to e-mail me a copy of that screen-saver please)

7_2009-2012 #217567
QueryUnload

How to prevent a form/app from unloading , even if you use the taskmanager? Then try this code... (It works for me ;)

7_2009-2012 #217582
B-Spline

Draws a B-Spline over a PictureBox while the user inputs a series of points with the mouse. It also allows to drag the Control Points of the B-Spline to modify it

7_2009-2012 #217587
Gradient Title Bar

This is an enhancement of Gradient Title Bar module that recreates in Win95 the look of Win98. The original module was downloaded from: http://members.tripod.com/cuinl/Tips/gradienttitle.htm. I've added the choice to use System colours by including the respective API constants. I also have simplified the usage by adding the SetBarColours routine, before in the form, now in the module.

Languages
Top Categories
Global Discovery