Results for "Author: ben vonk"
This peace of code lets the flags waving in a commandbutton and in a picturebox.
This Marquee wil show the text in different styles, also flashing words is possible. Use the { in front of the word that must flash. Its also possible to change the color, scrolling direction and much more!
This peace of code lets the flags waving in a commandbutton and in a picturebox.
This Marquee wil show the text in different styles, also flashing words is possible. Use the { in front of the word that must flash. Its also possible to change the color, scrolling direction and much more!
This peace of code lets the flags waving in a commandbutton and in a picturebox.
This Marquee wil show the text in different styles, also flashing words is possible. Use the { in front of the word that must flash. Its also possible to change the color, scrolling direction and much more!
Add system date format detection. SunMoonInfo v3.0 Add MoonInfo and name changed in SunMoonInfo. The routines for MoonPhase and MoonPosition are adopted from Thomas A. Swift, Lunar Calculator 2.1 and can be found at: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=66957&lngWId=1 Some little corrections are make. Second Version: Fixed some bugs, add Twilight times (Atronomical, Nautical end Civil) Add sub: SunPosition(Byval IsDate As Date), returns in Event ResultSunPostion the values: IsDate, SunAzimuth, SunZenith and SunElevation. You can also show the times by UTC. Decimal sign bug fixed. SunInfo returns the Sunrise, Suntransit, Sunset, Equation Of Time and Sun Declination of the selected city and date. You can add, change or delete cities. They can be saved in the file CityInfo.dat
Add BorderColor property A simple ProgressBar control. You can set the control horizontal or vertical. Change te bar color, caption alignment. See the control properties for more settings.
Add BarBorder and BarBorderColor properties. A simple round SearchBar control, in LED style. If you use the WebBrowser control and searching for pages you can use this control to show the browser is searching. After a search cycle it returns the number of cycles and bars in the event: Cycle(Cycles As Double, Bars As Integer) Start the control before browsing and stop it after DocumentComplete. You can change the numbers of bars, colors. See the control properties for more settings.
Updated with ReceivedData event and add a demo for receiving data while the app is on the systemtray. Start DemoReceive and DemoSend, place the Receive app on the systemtray and send a message with the Send app. This class module will help you to put your app on the systemtray on the right way. Events supported: - BalloonClick() - BalloonClose() - BalloonHide() - BalloonShow() - BalloonTimeOut() - Click (Button As Integer) - DblClick (Button As Integer) - Mouse Down (Button As Integer) - Mouse Move () - Mouse Up (Button As Integer) - ReceivedData(Data As String) Read the txt file for more info.
Some little chamges are made in de sourcecode Fixed some bugs Add properties so the user can customize the ComboBox button. Update, some bugs fixed. This control subclassed all comboboxes on the parent form and chaged the skin of all in the windows themed skin.
Add UseParentBackColor Property. What determines whether the parent background color can be used as background color. (Only if Windows is not themed or ButtonType is set as OptionButton or CheckBox!)" Fixed some bugs for use the button with the arrowkeys and change some code so the functionality of the OptionButton and CheckBox more looks a like the default controls. Add extra property for the Defaulted state of the user themed CommandButton and fixed bugs for the not themed windows OptionButton and CheckBox. Change the default Value for the OptionButton and CheckBox to Unchecked, same as the VB-controls. Some bugs for the OptionButton and CheckBox are fixed Fixed some bugs, add OptionButton and CheckBox properties (the OptionButton can also be used in a multi selection array) Add single corner roundings for User themed button and fixed some bugs. Update, a little bugs are fixed and add properties so the user can customize the button. Update, some bugs are fixed. This is a Themed CommandButton control. It takes the skin of the selected windows theme, also in Windows Vista.
Some bugs are fixed This is a simple but compleet working calculator control with settings for colors etc. It returns the value in the Closing event and you can also copy the calculation value to the clipboard.
Fix some bugs, add some functions and for Items TextOnly property Change some Function names and the order of some parameters. Version 3.00 Add new features, and more. See screenshot For some little explain, look at ReadMe.txt in map Info Update, mousewheel problem called by zgj7712 fixed. Update, some bugs are fixed called by Brandon. And Alex the Award is also for you! This is a Windows ExplorerBar control. Based on the idea of Alex Flex's 'XP-Style ExplorerBar control'. It is completely redesigned with a lot of settings and functions.
A old one but redesigned so it can go for a while. I found on internet a MenuBar control from Robert L. Kubelka. But this is completely redesigned and i add a lot of functions and settings.
Some little changes are made. Some bugs fixed and also the problem with the FlatButton control. Moved the manifest file to the Resource file MyTimeZones.res, so the file is not needed anymore in the map of MyTimeZone.exe. Add a manifest file for changing the layout in the GetOpenFile window when MyTimeones runs as exe. Add the changed controls in the project. Some changes are made. MyTimezones 5.00 is an easy to use program for showing the times in the specified timezones. See the screenshot and read the ReadMe.txt file for more details.
A good looking checkbox control.
A nice clock control with a lot of settings and functions.
This class will trapped the mouse events. also including the MouseLeave event.
A calendar control, based on Stefaan Casier's 'Owner Drawn Calendar'. Add a lot of features and settings. Read the ReadMe.txt file for more details and the header in the calendar control for the credits.