Advertisement

Results for "Author: darkmercenary44"

2002ASP #5497
V2000 Window Control

This control, when dropped on a borderless form will size itself to that of the form, and wala you have a new window. The window has all the abilities of the normal windows, it can be maximized, minimized, and can be manually resized. Also has a nifty lost and got focus effect, like that seen in Visio 2000 Professional. If you like this please drop me a line and tell me, or if you want to see something in it that isn't and don't know how to do it then let me know and I'll try. Once you load the control, click on the (Custom) property to see how to set up the form focus effect (only 2 lines) ***Update 1 11/21/01*** I found a temporary solution to the Focus effects problem but I'm still looking for a better method, check the control out and let me know if you know of a way to solve this is like api or something. ***Update 2 11/21/01*** FORM FOCUS EVENT PROBLEM FIXED, COMPLETELY FUCTIONAL NOW.... This control now uses SmartSubClass from www.vbsmart.com, you must have it in order to use this control, but its worth it, they also have some other sweet free controls..

2002ASP #5498
Module Compare

I designed this code for people that work on a VB project with someone else. This program will let you select a source file, and a master file. It will then highlight all the lines in red that aren't in the master file. Its usefull for if two coders are working on the same project, and you need to update your code to his without changing anything you may have added. Please click on the help button after you run it, it will give you some important info.

2002C #14101
V2000 Window Control

This control, when dropped on a borderless form will size itself to that of the form, and wala you have a new window. The window has all the abilities of the normal windows, it can be maximized, minimized, and can be manually resized. Also has a nifty lost and got focus effect, like that seen in Visio 2000 Professional. If you like this please drop me a line and tell me, or if you want to see something in it that isn't and don't know how to do it then let me know and I'll try. Once you load the control, click on the (Custom) property to see how to set up the form focus effect (only 2 lines) ***Update 1 11/21/01*** I found a temporary solution to the Focus effects problem but I'm still looking for a better method, check the control out and let me know if you know of a way to solve this is like api or something. ***Update 2 11/21/01*** FORM FOCUS EVENT PROBLEM FIXED, COMPLETELY FUCTIONAL NOW.... This control now uses SmartSubClass from www.vbsmart.com, you must have it in order to use this control, but its worth it, they also have some other sweet free controls..

2002C #14102
Module Compare

I designed this code for people that work on a VB project with someone else. This program will let you select a source file, and a master file. It will then highlight all the lines in red that aren't in the master file. Its usefull for if two coders are working on the same project, and you need to update your code to his without changing anything you may have added. Please click on the help button after you run it, it will give you some important info.

2002VB #22705
V2000 Window Control

This control, when dropped on a borderless form will size itself to that of the form, and wala you have a new window. The window has all the abilities of the normal windows, it can be maximized, minimized, and can be manually resized. Also has a nifty lost and got focus effect, like that seen in Visio 2000 Professional. If you like this please drop me a line and tell me, or if you want to see something in it that isn't and don't know how to do it then let me know and I'll try. Once you load the control, click on the (Custom) property to see how to set up the form focus effect (only 2 lines) ***Update 1 11/21/01*** I found a temporary solution to the Focus effects problem but I'm still looking for a better method, check the control out and let me know if you know of a way to solve this is like api or something. ***Update 2 11/21/01*** FORM FOCUS EVENT PROBLEM FIXED, COMPLETELY FUCTIONAL NOW.... This control now uses SmartSubClass from www.vbsmart.com, you must have it in order to use this control, but its worth it, they also have some other sweet free controls..

2002VB #22706
Module Compare

I designed this code for people that work on a VB project with someone else. This program will let you select a source file, and a master file. It will then highlight all the lines in red that aren't in the master file. Its usefull for if two coders are working on the same project, and you need to update your code to his without changing anything you may have added. Please click on the help button after you run it, it will give you some important info.

ASP_Volume2 #33268
V2000 Window Control

This control, when dropped on a borderless form will size itself to that of the form, and wala you have a new window. The window has all the abilities of the normal windows, it can be maximized, minimized, and can be manually resized. Also has a nifty lost and got focus effect, like that seen in Visio 2000 Professional. If you like this please drop me a line and tell me, or if you want to see something in it that isn't and don't know how to do it then let me know and I'll try. Once you load the control, click on the (Custom) property to see how to set up the form focus effect (only 2 lines) ***Update 1 11/21/01*** I found a temporary solution to the Focus effects problem but I'm still looking for a better method, check the control out and let me know if you know of a way to solve this is like api or something. ***Update 2 11/21/01*** FORM FOCUS EVENT PROBLEM FIXED, COMPLETELY FUCTIONAL NOW.... This control now uses SmartSubClass from www.vbsmart.com, you must have it in order to use this control, but its worth it, they also have some other sweet free controls..

ASP_Volume2 #39035
Module Compare

I designed this code for people that work on a VB project with someone else. This program will let you select a source file, and a master file. It will then highlight all the lines in red that aren't in the master file. Its usefull for if two coders are working on the same project, and you need to update your code to his without changing anything you may have added. Please click on the help button after you run it, it will give you some important info.

ASP_Volume2 #41420
VB String Functions (left, right, isntr, mid) very easy code...

I just started learning C++ and had to do some string parsing code for one of my classes. I couldn't figure out how to do it until later on, but I wrote these little functions to help those that learned in VB feel a little more at home in C++. At least when they deal with strings.

ASP_Volume2 #43683
Suppress Beep on KeyPress Event

This article will quickly and to the point show you how to supress the beep when the user presses the enter key in a single line text box.

ASP_Volume2 #43684
Complete Async Sockets Demo Server/Client

In the code is an AsyncSockets class that makes the more advanced System.Net.Sockets (Asynchronous Sockets) functions alot easier. This is almost the same as my last submission, this time I have included a full working example of a multiuser server/client chat app. All events are placed in the code for ease of use. I looked everywhere for this code for use in my custom MUD engine framework, I didn't find it so I peiced it together with help from MSDN Library. If you like this code please vote, I worked for almost 3 weeks on getting this right.

ASP_Volume3 #53639
V2000 Window Control

This control, when dropped on a borderless form will size itself to that of the form, and wala you have a new window. The window has all the abilities of the normal windows, it can be maximized, minimized, and can be manually resized. Also has a nifty lost and got focus effect, like that seen in Visio 2000 Professional. If you like this please drop me a line and tell me, or if you want to see something in it that isn't and don't know how to do it then let me know and I'll try. Once you load the control, click on the (Custom) property to see how to set up the form focus effect (only 2 lines) ***Update 1 11/21/01*** I found a temporary solution to the Focus effects problem but I'm still looking for a better method, check the control out and let me know if you know of a way to solve this is like api or something. ***Update 2 11/21/01*** FORM FOCUS EVENT PROBLEM FIXED, COMPLETELY FUCTIONAL NOW.... This control now uses SmartSubClass from www.vbsmart.com, you must have it in order to use this control, but its worth it, they also have some other sweet free controls..

ASP_Volume3 #53640
Module Compare

I designed this code for people that work on a VB project with someone else. This program will let you select a source file, and a master file. It will then highlight all the lines in red that aren't in the master file. Its usefull for if two coders are working on the same project, and you need to update your code to his without changing anything you may have added. Please click on the help button after you run it, it will give you some important info.

ASP_Volume3 #53641
Complete Async Sockets Demo Server/Client

In the code is an AsyncSockets class that makes the more advanced System.Net.Sockets (Asynchronous Sockets) functions alot easier. This is almost the same as my last submission, this time I have included a full working example of a multiuser server/client chat app. All events are placed in the code for ease of use. I looked everywhere for this code for use in my custom MUD engine framework, I didn't find it so I peiced it together with help from MSDN Library. If you like this code please vote, I worked for almost 3 weeks on getting this right.

ASP_Volume3 #53642
Suppress Beep on KeyPress Event

This article will quickly and to the point show you how to supress the beep when the user presses the enter key in a single line text box.

C_Volume2 #74330
V2000 Window Control

This control, when dropped on a borderless form will size itself to that of the form, and wala you have a new window. The window has all the abilities of the normal windows, it can be maximized, minimized, and can be manually resized. Also has a nifty lost and got focus effect, like that seen in Visio 2000 Professional. If you like this please drop me a line and tell me, or if you want to see something in it that isn't and don't know how to do it then let me know and I'll try. Once you load the control, click on the (Custom) property to see how to set up the form focus effect (only 2 lines) ***Update 1 11/21/01*** I found a temporary solution to the Focus effects problem but I'm still looking for a better method, check the control out and let me know if you know of a way to solve this is like api or something. ***Update 2 11/21/01*** FORM FOCUS EVENT PROBLEM FIXED, COMPLETELY FUCTIONAL NOW.... This control now uses SmartSubClass from www.vbsmart.com, you must have it in order to use this control, but its worth it, they also have some other sweet free controls..

C_Volume2 #80097
Module Compare

I designed this code for people that work on a VB project with someone else. This program will let you select a source file, and a master file. It will then highlight all the lines in red that aren't in the master file. Its usefull for if two coders are working on the same project, and you need to update your code to his without changing anything you may have added. Please click on the help button after you run it, it will give you some important info.

C_Volume2 #82482
VB String Functions (left, right, isntr, mid) very easy code...

I just started learning C++ and had to do some string parsing code for one of my classes. I couldn't figure out how to do it until later on, but I wrote these little functions to help those that learned in VB feel a little more at home in C++. At least when they deal with strings.

C_Volume2 #84749
Suppress Beep on KeyPress Event

This article will quickly and to the point show you how to supress the beep when the user presses the enter key in a single line text box.

C_Volume2 #84750
Complete Async Sockets Demo Server/Client

In the code is an AsyncSockets class that makes the more advanced System.Net.Sockets (Asynchronous Sockets) functions alot easier. This is almost the same as my last submission, this time I have included a full working example of a multiuser server/client chat app. All events are placed in the code for ease of use. I looked everywhere for this code for use in my custom MUD engine framework, I didn't find it so I peiced it together with help from MSDN Library. If you like this code please vote, I worked for almost 3 weeks on getting this right.

Languages
Top Categories
Global Discovery