Results for "Author: michael toye"
Need a progress bar and not sure where to put it? how about on the command button that started the process :-) or basically on any control with a handle. Put this code into a form and place a command button on there.
Labels where all the text doesn't fit due to space constraints. Gah! Here is the solution! Flexbible font face and size, several styles. All API driven from font creation to frame buffering.
Desktop calendar in multi month grid format. cursor left/right increments and decrements by month cursor up/down increments and decrements by year mouse click in the very left/right to go forward/backward by month drag the form by it's banner 'a' will toggle the alpha attribute of the form click the very bottom of the form to unload dbl-click to toggle stay-on-top
Tired of the [tick] checkbox/toggle. Have a new style funky toggle box control with a couple of gradient back styles, shadow line and caption properties. Great skeleton for an owner drawn custom control too!!
iPhone style low friction smooth scrolling listbox. click drag, let go and the list smooth scrolls to a stop. allows 2 values to be stored against a key and either 1 or both to be displayed. long text is shortened to correct lengths with a '...' suffix. context bar on the right lets you know where you are in the list. there is a custom data class behind the scenes and the user control maintains a linked list on the data to provide quick sorting, regardless of physical data order. arrow up/down or mousedown on header/footer for fast scroll. this is beta, so these functions are implemented but not public interfaced: font name/size and colors. enjoy Mike
Star field screen saver, but with rotating 3 dimensional spheres. Set bBUILDMODE=True for form sized, bBUILDMODE=False for full multi monitor screen saver. Set SetupStars / ReDim uStars(20) to the number of balls on screen at any one time. uStars().q controls Theta, .w controls Alt, .r=ball radius
All API analogue clock gadget. remembers all settings and where you left it so you can add it to the start up, press 'o' to toggle opacity, 't' to toggle topmost, arrow up/down to change the size - it's all redrawn dynamically. the anti alias class isn't mine and nor is the DIB section, but the rest is all mine :-)
Need a progress bar and not sure where to put it? how about on the command button that started the process :-) or basically on any control with a handle. Put this code into a form and place a command button on there.
Need a progress bar and not sure where to put it? how about on the command button that started the process :-) or basically on any control with a handle. Put this code into a form and place a command button on there.
Need a progress bar and not sure where to put it? how about on the command button that started the process :-) or basically on any control with a handle. Put this code into a form and place a command button on there.
Need a progress bar and not sure where to put it? how about on the command button that started the process :-) or basically on any control with a handle. Put this code into a form and place a command button on there.
Labels where all the text doesn't fit due to space constraints. Gah! Here is the solution! Flexbible font face and size, several styles. All API driven from font creation to frame buffering.
Desktop calendar in multi month grid format. cursor left/right increments and decrements by month cursor up/down increments and decrements by year mouse click in the very left/right to go forward/backward by month drag the form by it's banner 'a' will toggle the alpha attribute of the form click the very bottom of the form to unload dbl-click to toggle stay-on-top
Tired of the [tick] checkbox/toggle. Have a new style funky toggle box control with a couple of gradient back styles, shadow line and caption properties. Great skeleton for an owner drawn custom control too!!
iPhone style low friction smooth scrolling listbox. click drag, let go and the list smooth scrolls to a stop. allows 2 values to be stored against a key and either 1 or both to be displayed. long text is shortened to correct lengths with a '...' suffix. context bar on the right lets you know where you are in the list. there is a custom data class behind the scenes and the user control maintains a linked list on the data to provide quick sorting, regardless of physical data order. arrow up/down or mousedown on header/footer for fast scroll. this is beta, so these functions are implemented but not public interfaced: font name/size and colors. enjoy Mike
Star field screen saver, but with rotating 3 dimensional spheres. Set bBUILDMODE=True for form sized, bBUILDMODE=False for full multi monitor screen saver. Set SetupStars / ReDim uStars(20) to the number of balls on screen at any one time. uStars().q controls Theta, .w controls Alt, .r=ball radius
All API analogue clock gadget. remembers all settings and where you left it so you can add it to the start up, press 'o' to toggle opacity, 't' to toggle topmost, arrow up/down to change the size - it's all redrawn dynamically. the anti alias class isn't mine and nor is the DIB section, but the rest is all mine :-)
Labels where all the text doesn't fit due to space constraints. Gah! Here is the solution! Flexbible font face and size, several styles. All API driven from font creation to frame buffering.
Desktop calendar in multi month grid format. cursor left/right increments and decrements by month cursor up/down increments and decrements by year mouse click in the very left/right to go forward/backward by month drag the form by it's banner 'a' will toggle the alpha attribute of the form click the very bottom of the form to unload dbl-click to toggle stay-on-top
Tired of the [tick] checkbox/toggle. Have a new style funky toggle box control with a couple of gradient back styles, shadow line and caption properties. Great skeleton for an owner drawn custom control too!!