Results for "Author: daniel taylor"
~This is version 2 of my Menu Replacement control~ See below to see whats been changed since version 1. Have you ever wanted to use your own custom menu instead of the one that comes with windows? You know, those little popup menus you get when you right-click on something, well, I've made a replacement for them (All source included). It lets you make a popup menu animated like the windows ones, but fully customizable. There is the .ocx source and a demo program that uses the menu.ocx to display an example menu. The code is commented and not too hard to understand. If you like the code please vote or leave comments. -Daniel Taylor (Dan@nknet.com) *This is a complete user-drawn menu** i don't use the windows popup menu at ALL...* History: ~Verion 2.0~ +Optional Picture can be displayed on left side of menu. +Menu now animates both width and height when opening. +Fixed BackColor problem, now when backcolor is set on usercontrol, the menu's backcolor is the same. +3 Selection Styles for when the mouse is over an item. +Menu Items now have optional names for better control over the click event. +Each menu item can have it's own Forecolor, HotForecolor, and HotBackcolor, when not specified they revert to the usercontrol's ItemForecolor, ItemHotForecolor, and ItemHotBackcolor values. +When Menu is shown partly off the screen, it automatically moves itself back on. ~Version 1.0~ The Origional... +Automatically resizes to whatever text you specify +Backcolor, Forecolor, HotForecolor, and HotBackcolor all customizable +3 BorderStyles. +Easy To Implement, just 2 commands let you do almost everything. +Completely Userdrawn, i.e. doesn't use any preexisting popupmenu, just a normal form. +Menu optionally animates like Win98+ menus, i.e. the StartMenu. +Animation speed is adjustable, so menu opens at different speeds. ~Things To Work On~ -Can't have child menus. *In order to use this control you have to compile it yourself, since PlanetSourceCode deletes compiled .ocx files. Its easy, just open then MenuCtl.vbp file and click File -> Make Menu.ocx and then it will ask for a filename, make sure it's Menu.ocx. Once compiled you can run the example.vbp project without problems.*
As most of you know the progressbar that comes with windows is in a HUGE file, and isn't even that great, so I've attempted to make a replacement for it. I've seen a few other attempts at this, but they can't do some of the stuff my progressbar can, and my progressbar is less than 50 kb!! The screenshot shows some of what it can do, and a demo program is included. If you like it, VOTE!!!!!
This is the version 1.1 of my Borders code. It lets you draw custom borders on any Forms/Usercontrols/Pictureboxes/ect... It can now use any color and all borders can be turned into frames very easily. Also: Nearly EVERYTHING is customizable!!!!!! This version has many, many improvements over the last version. If I get some feedback from this, I will keep making it better and post it on this site, so if there is anything you would like the code to be able to do, email me! And if you like the code or it helps you, as always, VOTE!! Just take a look at the screenshot to see SOME of the things my code can do, but remember, it can be any color, any font, any size, any whatever! And all this with just one API call, though i may add another for speed in later versions.
Have you ever wanted to use your own custom menu instead of the one that comes with windows? You know, those little popup menus you get when you right-click on something, well, I've made a replacement for them (All source included). It lets you make a popup menu animated like the windows ones, but fully customizable. There is the .ocx source and a demo program that uses the menu.ocx to display an example menu. The code is commented and not too hard to understand. If you like the code please vote or leave comments. -Daniel Taylor (Dan@nknet.com) *This is a complete user-drawn menu** i don't use the windows popup menu at ALL...* The screenshot below just shows how closesly it can resemble the windows popupmenu, the colors are fully customizable, and so is the border...**
~This is version 2 of my Menu Replacement control~ See below to see whats been changed since version 1. Have you ever wanted to use your own custom menu instead of the one that comes with windows? You know, those little popup menus you get when you right-click on something, well, I've made a replacement for them (All source included). It lets you make a popup menu animated like the windows ones, but fully customizable. There is the .ocx source and a demo program that uses the menu.ocx to display an example menu. The code is commented and not too hard to understand. If you like the code please vote or leave comments. -Daniel Taylor (Dan@nknet.com) *This is a complete user-drawn menu** i don't use the windows popup menu at ALL...* History: ~Verion 2.0~ +Optional Picture can be displayed on left side of menu. +Menu now animates both width and height when opening. +Fixed BackColor problem, now when backcolor is set on usercontrol, the menu's backcolor is the same. +3 Selection Styles for when the mouse is over an item. +Menu Items now have optional names for better control over the click event. +Each menu item can have it's own Forecolor, HotForecolor, and HotBackcolor, when not specified they revert to the usercontrol's ItemForecolor, ItemHotForecolor, and ItemHotBackcolor values. +When Menu is shown partly off the screen, it automatically moves itself back on. ~Version 1.0~ The Origional... +Automatically resizes to whatever text you specify +Backcolor, Forecolor, HotForecolor, and HotBackcolor all customizable +3 BorderStyles. +Easy To Implement, just 2 commands let you do almost everything. +Completely Userdrawn, i.e. doesn't use any preexisting popupmenu, just a normal form. +Menu optionally animates like Win98+ menus, i.e. the StartMenu. +Animation speed is adjustable, so menu opens at different speeds. ~Things To Work On~ -Can't have child menus. *In order to use this control you have to compile it yourself, since PlanetSourceCode deletes compiled .ocx files. Its easy, just open then MenuCtl.vbp file and click File -> Make Menu.ocx and then it will ask for a filename, make sure it's Menu.ocx. Once compiled you can run the example.vbp project without problems.*
As most of you know the progressbar that comes with windows is in a HUGE file, and isn't even that great, so I've attempted to make a replacement for it. I've seen a few other attempts at this, but they can't do some of the stuff my progressbar can, and my progressbar is less than 50 kb!! The screenshot shows some of what it can do, and a demo program is included. If you like it, VOTE!!!!!
This is the version 1.1 of my Borders code. It lets you draw custom borders on any Forms/Usercontrols/Pictureboxes/ect... It can now use any color and all borders can be turned into frames very easily. Also: Nearly EVERYTHING is customizable!!!!!! This version has many, many improvements over the last version. If I get some feedback from this, I will keep making it better and post it on this site, so if there is anything you would like the code to be able to do, email me! And if you like the code or it helps you, as always, VOTE!! Just take a look at the screenshot to see SOME of the things my code can do, but remember, it can be any color, any font, any size, any whatever! And all this with just one API call, though i may add another for speed in later versions.
Have you ever wanted to use your own custom menu instead of the one that comes with windows? You know, those little popup menus you get when you right-click on something, well, I've made a replacement for them (All source included). It lets you make a popup menu animated like the windows ones, but fully customizable. There is the .ocx source and a demo program that uses the menu.ocx to display an example menu. The code is commented and not too hard to understand. If you like the code please vote or leave comments. -Daniel Taylor (Dan@nknet.com) *This is a complete user-drawn menu** i don't use the windows popup menu at ALL...* The screenshot below just shows how closesly it can resemble the windows popupmenu, the colors are fully customizable, and so is the border...**
~This is version 2 of my Menu Replacement control~ See below to see whats been changed since version 1. Have you ever wanted to use your own custom menu instead of the one that comes with windows? You know, those little popup menus you get when you right-click on something, well, I've made a replacement for them (All source included). It lets you make a popup menu animated like the windows ones, but fully customizable. There is the .ocx source and a demo program that uses the menu.ocx to display an example menu. The code is commented and not too hard to understand. If you like the code please vote or leave comments. -Daniel Taylor (Dan@nknet.com) *This is a complete user-drawn menu** i don't use the windows popup menu at ALL...* History: ~Verion 2.0~ +Optional Picture can be displayed on left side of menu. +Menu now animates both width and height when opening. +Fixed BackColor problem, now when backcolor is set on usercontrol, the menu's backcolor is the same. +3 Selection Styles for when the mouse is over an item. +Menu Items now have optional names for better control over the click event. +Each menu item can have it's own Forecolor, HotForecolor, and HotBackcolor, when not specified they revert to the usercontrol's ItemForecolor, ItemHotForecolor, and ItemHotBackcolor values. +When Menu is shown partly off the screen, it automatically moves itself back on. ~Version 1.0~ The Origional... +Automatically resizes to whatever text you specify +Backcolor, Forecolor, HotForecolor, and HotBackcolor all customizable +3 BorderStyles. +Easy To Implement, just 2 commands let you do almost everything. +Completely Userdrawn, i.e. doesn't use any preexisting popupmenu, just a normal form. +Menu optionally animates like Win98+ menus, i.e. the StartMenu. +Animation speed is adjustable, so menu opens at different speeds. ~Things To Work On~ -Can't have child menus. *In order to use this control you have to compile it yourself, since PlanetSourceCode deletes compiled .ocx files. Its easy, just open then MenuCtl.vbp file and click File -> Make Menu.ocx and then it will ask for a filename, make sure it's Menu.ocx. Once compiled you can run the example.vbp project without problems.*
As most of you know the progressbar that comes with windows is in a HUGE file, and isn't even that great, so I've attempted to make a replacement for it. I've seen a few other attempts at this, but they can't do some of the stuff my progressbar can, and my progressbar is less than 50 kb!! The screenshot shows some of what it can do, and a demo program is included. If you like it, VOTE!!!!!
This is the version 1.1 of my Borders code. It lets you draw custom borders on any Forms/Usercontrols/Pictureboxes/ect... It can now use any color and all borders can be turned into frames very easily. Also: Nearly EVERYTHING is customizable!!!!!! This version has many, many improvements over the last version. If I get some feedback from this, I will keep making it better and post it on this site, so if there is anything you would like the code to be able to do, email me! And if you like the code or it helps you, as always, VOTE!! Just take a look at the screenshot to see SOME of the things my code can do, but remember, it can be any color, any font, any size, any whatever! And all this with just one API call, though i may add another for speed in later versions.
Have you ever wanted to use your own custom menu instead of the one that comes with windows? You know, those little popup menus you get when you right-click on something, well, I've made a replacement for them (All source included). It lets you make a popup menu animated like the windows ones, but fully customizable. There is the .ocx source and a demo program that uses the menu.ocx to display an example menu. The code is commented and not too hard to understand. If you like the code please vote or leave comments. -Daniel Taylor (Dan@nknet.com) *This is a complete user-drawn menu** i don't use the windows popup menu at ALL...* The screenshot below just shows how closesly it can resemble the windows popupmenu, the colors are fully customizable, and so is the border...**
The is a ip sniffer i made. very good for beginners. this only took me like 5 mins but then i was thinking i could release this so here ya go. tell me what you think. k. nad remember to vote.
This code lets you put custom borders/ect. on forms/usercontrols/pictureboxes/ect... I made this because I was making a custom Button, and so I decided to post it, see if it helps anybody. It has Windows style, Etched, Dotted, Solid, ect. and all can also be used as frames, just by inserting text into the function call. Also: Everything can be given a custom color in the function call, too... Okay, I've now had 345 people look at this code, not a single vote, not a single comment. Why? If you like it vote for me, or at least leave a comment behind. By the way, also I'm working on a new version, already it has lots of new features, but I have to wait until Ian gets back so the uploads will work again. Soon after that it will be up, under Borders for Controls v1.1. Examples will be included in the newer version.
This is the version 1.1 of my Borders code. It lets you draw custom borders on any Forms/Usercontrols/Pictureboxes/ect... It can now use any color and all borders can be turned into frames very easily. Also: Nearly EVERYTHING is customizable!!!!!! This version has many, many improvements over the last version. If I get some feedback from this, I will keep making it better and post it on this site, so if there is anything you would like the code to be able to do, email me! And if you like the code or it helps you, as always, VOTE!! Just take a look at the screenshot to see SOME of the things my code can do, but remember, it can be any color, any font, any size, any whatever! And all this with just one API call, though i may add another for speed in later versions.
As most of you know the progressbar that comes with windows is in a HUGE file, and isn't even that great, so I've attempted to make a replacement for it. I've seen a few other attempts at this, but they can't do some of the stuff my progressbar can, and my progressbar is less than 50 kb!! The screenshot shows some of what it can do, and a demo program is included. If you like it, VOTE!!!!!
Have you ever wanted to use your own custom menu instead of the one that comes with windows? You know, those little popup menus you get when you right-click on something, well, I've made a replacement for them (All source included). It lets you make a popup menu animated like the windows ones, but fully customizable. There is the .ocx source and a demo program that uses the menu.ocx to display an example menu. The code is commented and not too hard to understand. If you like the code please vote or leave comments. -Daniel Taylor (Dan@nknet.com) *This is a complete user-drawn menu** i don't use the windows popup menu at ALL...* The screenshot below just shows how closesly it can resemble the windows popupmenu, the colors are fully customizable, and so is the border...**
~This is version 2 of my Menu Replacement control~ See below to see whats been changed since version 1. Have you ever wanted to use your own custom menu instead of the one that comes with windows? You know, those little popup menus you get when you right-click on something, well, I've made a replacement for them (All source included). It lets you make a popup menu animated like the windows ones, but fully customizable. There is the .ocx source and a demo program that uses the menu.ocx to display an example menu. The code is commented and not too hard to understand. If you like the code please vote or leave comments. -Daniel Taylor (Dan@nknet.com) *This is a complete user-drawn menu** i don't use the windows popup menu at ALL...* History: ~Verion 2.0~ +Optional Picture can be displayed on left side of menu. +Menu now animates both width and height when opening. +Fixed BackColor problem, now when backcolor is set on usercontrol, the menu's backcolor is the same. +3 Selection Styles for when the mouse is over an item. +Menu Items now have optional names for better control over the click event. +Each menu item can have it's own Forecolor, HotForecolor, and HotBackcolor, when not specified they revert to the usercontrol's ItemForecolor, ItemHotForecolor, and ItemHotBackcolor values. +When Menu is shown partly off the screen, it automatically moves itself back on. ~Version 1.0~ The Origional... +Automatically resizes to whatever text you specify +Backcolor, Forecolor, HotForecolor, and HotBackcolor all customizable +3 BorderStyles. +Easy To Implement, just 2 commands let you do almost everything. +Completely Userdrawn, i.e. doesn't use any preexisting popupmenu, just a normal form. +Menu optionally animates like Win98+ menus, i.e. the StartMenu. +Animation speed is adjustable, so menu opens at different speeds. ~Things To Work On~ -Can't have child menus. *In order to use this control you have to compile it yourself, since PlanetSourceCode deletes compiled .ocx files. Its easy, just open then MenuCtl.vbp file and click File -> Make Menu.ocx and then it will ask for a filename, make sure it's Menu.ocx. Once compiled you can run the example.vbp project without problems.*
The is a ip sniffer i made. very good for beginners. this only took me like 5 mins but then i was thinking i could release this so here ya go. tell me what you think. k. nad remember to vote.
~This is version 2 of my Menu Replacement control~ See below to see whats been changed since version 1. Have you ever wanted to use your own custom menu instead of the one that comes with windows? You know, those little popup menus you get when you right-click on something, well, I've made a replacement for them (All source included). It lets you make a popup menu animated like the windows ones, but fully customizable. There is the .ocx source and a demo program that uses the menu.ocx to display an example menu. The code is commented and not too hard to understand. If you like the code please vote or leave comments. -Daniel Taylor (Dan@nknet.com) *This is a complete user-drawn menu** i don't use the windows popup menu at ALL...* History: ~Verion 2.0~ +Optional Picture can be displayed on left side of menu. +Menu now animates both width and height when opening. +Fixed BackColor problem, now when backcolor is set on usercontrol, the menu's backcolor is the same. +3 Selection Styles for when the mouse is over an item. +Menu Items now have optional names for better control over the click event. +Each menu item can have it's own Forecolor, HotForecolor, and HotBackcolor, when not specified they revert to the usercontrol's ItemForecolor, ItemHotForecolor, and ItemHotBackcolor values. +When Menu is shown partly off the screen, it automatically moves itself back on. ~Version 1.0~ The Origional... +Automatically resizes to whatever text you specify +Backcolor, Forecolor, HotForecolor, and HotBackcolor all customizable +3 BorderStyles. +Easy To Implement, just 2 commands let you do almost everything. +Completely Userdrawn, i.e. doesn't use any preexisting popupmenu, just a normal form. +Menu optionally animates like Win98+ menus, i.e. the StartMenu. +Animation speed is adjustable, so menu opens at different speeds. ~Things To Work On~ -Can't have child menus. *In order to use this control you have to compile it yourself, since PlanetSourceCode deletes compiled .ocx files. Its easy, just open then MenuCtl.vbp file and click File -> Make Menu.ocx and then it will ask for a filename, make sure it's Menu.ocx. Once compiled you can run the example.vbp project without problems.*