Advertisement

Results for "Author: xander75"

5_2007-2008 #192253
Xanders XP Tools

I made these tools about 6 to 8 months ago... Never did get round to finishing them. Some are owner drawn and some just use existing MS tools. The CheckBox and Option Button are fully colour customisable, and the command button comes with 4 colours. There is also a Taskbar control that allows a form to be placed hidden just off screen and a FormSkin control for creating forms in any shape you want with any picture. Also has a Transparency Control, combobox, textbox, label, XP Frame and more... As I said, I never got round to finishing this due to personal and work related issues. If you like this please vote!!! Any bugs with any controls... then try and fix them yourself! I don't have the time nowadays!

5_2007-2008 #192254
Login using Network ID and Password

With the ever increasing use of user id's and passwords it gets harder for a user to remember these all. So why not just allow your applications to use a users PC Login Username and Password. I have attached a module that I found on Microsofts webpage while surfing the net for exactly that. I have placed a piece of code that shows how to use this module. I have used it in a Network Tools application I have written to verifiy the administrators or users username and password. It saves having different usernames and passwords for each application. A handy addition to any login screen.

5_2007-2008 #192255
Dilbert Comic Reader

*** UPDATE *** This is to resolve the issue of the recent new Web Site change. This code allows a user to view the source code for a given site, parse the data and retrieve any information they wish.

5_2007-2008 #192256
IE7 MenuBar Fix

**UPDATE - Now asks whether you want to fix or unfix this change** For all of us that are now running the new IE7 and hate the fact the MenuBar for File, Edit etc... is sitting underneath the URL Address bar I have a small piece of code that creates a registry key to change the position of this menu. Hope this helps...

6_2008-2009 #214767
How to add Alpha Icons to VB Projects!

Have you ever wanted to add Alpha Icons to your Visual Basic Projects, but with the limitations of Visual Basic been unable? Well here's how to do it easily! PS. To use this you must first complie the project before you can see the Alpha Icons, they will not be visible at Design Time!!!

6_2008-2009 #214768
xFrame Usercontrol

***UPDATE 11/05/2007*** Fixed issue with retrieving the expanded event at runtime ***PREVIOUS UPDATES*** Fixed the flicker issue with both the Frame text and Frame icon, Added Expanded Event, Added Click, DblClick, MouseDown, MouseMove and MouseUp Events, Added Frame Pin Button and Pinned event as per request from kibe, Fixed a small issue with repaint refreshing the entire screen, Changed some code thanks to Roger Gilchrist, Create required controls using code, Font support and Picture ability added, fixed issue with Gradient Let code. This is an owner drawn frame that comes with 4 preset colour schemes... xpDefault, xpBlue, xpOliveGreen and xpSilver. The frames have a gradient colour used for their headers and their main body. This also has a button that allows the frame to be used to hold controls and be minimised at runtime. All of the colours can be changed with different colours/gradients created at design time. This was made in a few hours today so I have not thoroughly tested it. Any problems please let me know, or any advice to make this better or maybe even add new styles let me know. The UserControl was written by myself and the module used for gradient colours was written by Mark Gordon, which I found on another site. Hope this is useful to someone... don't forget to vote if you like this xFrame.

6_2008-2009 #214769
xVistaForm UserControl

***UPDATE 12/05/2007*** System Tray menu support for creating user defined menus, added Form Max & Min Height/Width support as per request. ***PREVIOUS UPDATES*** Transparent corners added. This is an owner drawn Vista Form control that comes with 2 preset styles. It has icon support for 16x16 icons and has transparency support that can be adjusted from 0-100% and also switched on/off. The Minimise, Maximise and Close buttons can all be removed from the Form also. The Form title font can also be changed both in colour and style. This was only coded since last night and finished off today, so be kind when commenting. Any issues please let me know, oh and if you download it... you can at least vote for it!!!

6_2008-2009 #214770
UPDATED SQL Keywords & Operators

SQL Keywords & Operators Colour Syntax v2.0 This application has been updated from my previous version. It has resolved several minor bugs and now runs faster and better than before. This is the first Open Source SQL Analyser that mimics SQL Query Analyser. It is completely updatable and currently has 176 Keywords and 10 Operators. A must have code addition to your Query Analysers. If you like this application don't forget to vote!!! It is nice to be appreciated!

6_2008-2009 #214771
Xanders XP Tools

I made these tools about 6 to 8 months ago... Never did get round to finishing them. Some are owner drawn and some just use existing MS tools. The CheckBox and Option Button are fully colour customisable, and the command button comes with 4 colours. There is also a Taskbar control that allows a form to be placed hidden just off screen and a FormSkin control for creating forms in any shape you want with any picture. Also has a Transparency Control, combobox, textbox, label, XP Frame and more... As I said, I never got round to finishing this due to personal and work related issues. If you like this please vote!!! Any bugs with any controls... then try and fix them yourself! I don't have the time nowadays!

6_2008-2009 #214772
Login using Network ID and Password

With the ever increasing use of user id's and passwords it gets harder for a user to remember these all. So why not just allow your applications to use a users PC Login Username and Password. I have attached a module that I found on Microsofts webpage while surfing the net for exactly that. I have placed a piece of code that shows how to use this module. I have used it in a Network Tools application I have written to verifiy the administrators or users username and password. It saves having different usernames and passwords for each application. A handy addition to any login screen.

6_2008-2009 #214773
Dilbert Comic Reader

*** UPDATE *** This is to resolve the issue of the recent new Web Site change. This code allows a user to view the source code for a given site, parse the data and retrieve any information they wish.

6_2008-2009 #214774
IE7 MenuBar Fix

**UPDATE - Now asks whether you want to fix or unfix this change** For all of us that are now running the new IE7 and hate the fact the MenuBar for File, Edit etc... is sitting underneath the URL Address bar I have a small piece of code that creates a registry key to change the position of this menu. Hope this helps...

7_2009-2012 #237285
How to add Alpha Icons to VB Projects!

Have you ever wanted to add Alpha Icons to your Visual Basic Projects, but with the limitations of Visual Basic been unable? Well here's how to do it easily! PS. To use this you must first complie the project before you can see the Alpha Icons, they will not be visible at Design Time!!!

7_2009-2012 #237286
xFrame Usercontrol

***UPDATE 11/05/2007*** Fixed issue with retrieving the expanded event at runtime ***PREVIOUS UPDATES*** Fixed the flicker issue with both the Frame text and Frame icon, Added Expanded Event, Added Click, DblClick, MouseDown, MouseMove and MouseUp Events, Added Frame Pin Button and Pinned event as per request from kibe, Fixed a small issue with repaint refreshing the entire screen, Changed some code thanks to Roger Gilchrist, Create required controls using code, Font support and Picture ability added, fixed issue with Gradient Let code. This is an owner drawn frame that comes with 4 preset colour schemes... xpDefault, xpBlue, xpOliveGreen and xpSilver. The frames have a gradient colour used for their headers and their main body. This also has a button that allows the frame to be used to hold controls and be minimised at runtime. All of the colours can be changed with different colours/gradients created at design time. This was made in a few hours today so I have not thoroughly tested it. Any problems please let me know, or any advice to make this better or maybe even add new styles let me know. The UserControl was written by myself and the module used for gradient colours was written by Mark Gordon, which I found on another site. Hope this is useful to someone... don't forget to vote if you like this xFrame.

7_2009-2012 #237287
xVistaForm UserControl

***UPDATE 12/05/2007*** System Tray menu support for creating user defined menus, added Form Max & Min Height/Width support as per request. ***PREVIOUS UPDATES*** Transparent corners added. This is an owner drawn Vista Form control that comes with 2 preset styles. It has icon support for 16x16 icons and has transparency support that can be adjusted from 0-100% and also switched on/off. The Minimise, Maximise and Close buttons can all be removed from the Form also. The Form title font can also be changed both in colour and style. This was only coded since last night and finished off today, so be kind when commenting. Any issues please let me know, oh and if you download it... you can at least vote for it!!!

7_2009-2012 #237288
UPDATED SQL Keywords & Operators

SQL Keywords & Operators Colour Syntax v2.0 This application has been updated from my previous version. It has resolved several minor bugs and now runs faster and better than before. This is the first Open Source SQL Analyser that mimics SQL Query Analyser. It is completely updatable and currently has 176 Keywords and 10 Operators. A must have code addition to your Query Analysers. If you like this application don't forget to vote!!! It is nice to be appreciated!

7_2009-2012 #237289
Xanders XP Tools

I made these tools about 6 to 8 months ago... Never did get round to finishing them. Some are owner drawn and some just use existing MS tools. The CheckBox and Option Button are fully colour customisable, and the command button comes with 4 colours. There is also a Taskbar control that allows a form to be placed hidden just off screen and a FormSkin control for creating forms in any shape you want with any picture. Also has a Transparency Control, combobox, textbox, label, XP Frame and more... As I said, I never got round to finishing this due to personal and work related issues. If you like this please vote!!! Any bugs with any controls... then try and fix them yourself! I don't have the time nowadays!

7_2009-2012 #237290
Login using Network ID and Password

With the ever increasing use of user id's and passwords it gets harder for a user to remember these all. So why not just allow your applications to use a users PC Login Username and Password. I have attached a module that I found on Microsofts webpage while surfing the net for exactly that. I have placed a piece of code that shows how to use this module. I have used it in a Network Tools application I have written to verifiy the administrators or users username and password. It saves having different usernames and passwords for each application. A handy addition to any login screen.

7_2009-2012 #237291
Dilbert Comic Reader

*** UPDATE *** This is to resolve the issue of the recent new Web Site change. This code allows a user to view the source code for a given site, parse the data and retrieve any information they wish.

7_2009-2012 #237292
IE7 MenuBar Fix

**UPDATE - Now asks whether you want to fix or unfix this change** For all of us that are now running the new IE7 and hate the fact the MenuBar for File, Edit etc... is sitting underneath the URL Address bar I have a small piece of code that creates a registry key to change the position of this menu. Hope this helps...

Languages
Top Categories
Global Discovery