Advertisement

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

3_2004-2005 #135606
The Absolute solution for a programmer. A Dll that has 91 powerfull functions

Just compile the DLL, and then add it through the references. You will find it there as panosprj. Then in the general declarations of a module or a form type e.g Dim p as new panosdll, and there you are, you have 91 powerfull functions. such as:CerterControls,ChangeScreenResolution,ChangeWallPaper,CheckForFormInIconTray,ChooseColor,CloseCDRom,ConnectToDUNConnection,ControlPanelAddNewHardWare,ControlPanelAddRemovePrograms,ControlPanelAddRemovePrograms,ControlPanelDatetime,ControlPanelDisplay,ControlPanelInternet,ControlPanelJoyStick,ControlPanelKeyBoard,ControlPanelModem,ControlPanelMouse,ControlPanelMultimedia,ControlPanelRegionalSettings,ControlPanelSounds,ControlPanelNetWork,ControlPanelSystem,DaysInMonth,CreateDesktopShortCut,DaysInYear,DaysLeftInYear,DaysLeftUntilChristmass,DirectoryExists,DisableCtrlAltDel,DisableXbutonForm,DoubleText,EnableCtrlAltDel,ExecuteFile,FadePicture p.FileExists,FirstOfMonth,FirstOfYear,ForceShutDownComputer,FormatNumberToWords,GetAccessPassWord,GetAvailableScreenResolutions,GetComputerName,GetDUNConnections,GetFreeDriveSpace,GetSystemDir,GetUserName,GetWinDir,Gradient,HideAppButtons,HideFromCtrlLAltDel,HideMouseCursor,HideStartButton,HideTaskBar,HideTaskBarClock,HideTaskBarIcons,IsLeapYear,LastOfMonth,LastOfYear,LogOnAsDifferentUser,MakeIt3D p.MakeStartupRegRUN,MakeStartupRegRUNSERVICES,OpenCDRom,PlayMid,PlayWav,ProgressBar,PutFormToIconTray,RebootComputer,RemoveFormFromIconTray,ReverseText,SelectDirectory,SelectFile,SelectImageFile,SetOnTopForm,ShowAbout,ShowAppButtons,ShowMouseCursor,ShowStartButton,ShowTaskBar,ShowTaskBarClock,ShowTaskBarIcons,ShuffleArray,ShutDownComputer,SoundCardExists,SpacedText,StopMid,Text3D,TilePictureAroundForm,TransparentForm,TrimPath,WholeScreenForm...Any votes are welcome

3_2004-2005 #135623
Coooool Form closer !!!!!!!

Make Your Form Look Coool When You Close It Very Nice And Easy Code Wait you After Download this Code ,Go Head Download code Give Me Commant With Vote !!!

3_2004-2005 #135624
cpvProgressBar OCX 1.1

This OCX joins ProgressBar and ScrollBar: 1) Choose back picture and 'fore' picture. 2) Select scroll orientation. 3) Set Min and Max values and 4) Choose caption format... Added in this update: 1) Precise value selection (Incr./decr. by one value by right mouse button) 2) Custom caption. 3) Long values accepted. Sample project included.

3_2004-2005 #135656
Change Windows Caption

This Program Changes the Caption of > ALMOST

3_2004-2005 #135683
Outlook Toolbar

Use an Outlook-Toolbar in your forms without using ActiveX.

3_2004-2005 #135685
Cool textwiping

This little rutine replaces a text in a label with a text from a textbox word by word. It makes a cool text wiping or text fading.

3_2004-2005 #135688
Nova Ice 3D Form (Updated!)

I made this to make a Form 3D,I've looked at others on PSC but none were reall, so i cooked one up. hope you like.Now you can choose how big the the 3d is(i worded it wrong youll see what i mean though)

3_2004-2005 #135690
Slave Form Demo

Among other things, this code demonstrates how to make 2 forms work together as if they were a single form. Make a form "hide" behind another and scroll down smoothly to reveal itself later. Also demonstrates how to make a custom title bar, the correct way to minimize an application, how to respond to the System Menu, and much more. It's hard to describe but it's well worth the download. Heavily commented code makes it very easy to follow what's happening. Votes and comments are appreciated!

3_2004-2005 #135726
Get current weather in ANY ZipCode! - FREE CONTROL! - Simply Place on your form, Call ONE Function.

This Control will go out to the internet, connect to the host, and find the local weather conditions. This code can easily be altered to get the 5-Day Forecast, Temperature, etc.. Please Vote if you like it!

3_2004-2005 #135731
CoolMenu v1.3

Real Office and Visual Studio like icon menus New features : -White bug fixed -Pattern behind simple checks -Main menu bar repop bug fixed in W98 -RightToLeft property (still to be tested)

3_2004-2005 #135734
PureGold Flat Push Button (Updated) 2

PureGold Button Control features a sleek thin 3D border insted of the ugly thick border on standerd windows. It also has four other styles of borders for you to try (yes even the classic thick border one), and now MOST inportant of all it has the mouse over feature meaning the button is flat untill the mouse is over it!

3_2004-2005 #135736
jMarquee Control

This control handle Many Customization Factors, including Caption, ForeColor, InsideTrackColor, OutsideTrackColor, Direction, Speed and More! jMarquee is set up now to handle one line of streaming text, but is Multi-Line Ready. This could be useful for scrolling Stocks etc.. with multiple lines moving at multiple varying speeds.

3_2004-2005 #135743
weather.ocx

This program will get local weather using your zip code anywhere in USA. The code can easily be modified to get the weather for the next day. Please tell me what you thing about this custom control and PLEASE vote for me :) :) :)

3_2004-2005 #135745
Custom Listbox Control

This is an example that shows how to create your own kind of listbox control. This listbox does most of the stuff the normal vb listbox does, except it also lets you use a picture for the background and lets you add pictures next to items. The listbox is also done in a different style.

3_2004-2005 #135748
Custom Control Box (a must have!)

2 custom controls are included in this project. Drag control will allow you to move the form around using any control. controlbox is a custom controlbox with 3 buttons which can be eneabled/disabled, for which you set caption and font properties, a popup menu, icon propery which can also be changed. The custom controlbox can be minimized/maximized/closed like a normal controlbox. This is a must have if you are tired of having same control box every time!!!

3_2004-2005 #135752
Chart Control - EASILY CHART STATISTICS.. MUST SEE!

This control will let you visually display Data in an easy to understand way.

3_2004-2005 #135773
StayOnTop

Keep a form always on top (topmost floating form) in windows 95. Albetski, Allan"

3_2004-2005 #135774
Use of the Toolbar Control

Short tutorial on how to use the toolbar in VB4/5 32 bit. http://137.56.41.168:2080/VisualBasicSource/vb4toolbar.txt

3_2004-2005 #135784
Exclusive Mode (Updated)

This function allows the application to enter and exit exclusive mode. In this mode any message boxes or prompts from Windows and other applications will not show up infront of the program. This is useful when you don't want anything to come up infront of your application window.

3_2004-2005 #135785
Change Form Shape

Can Change The Shape of any form

Languages
Top Categories
Global Discovery