Advertisement

Results for "Author: maxraskin"

ASP_Volume3 #50613
Type Libraries Tutorial - Make Your Life Easier

Type Libraries will make your life easyer, for example, ever wanted to use the windows API without declaring it everytime and wasting memory and space? this tutorial includes everything you need to make your own type library, and instruct you how to insert API calls into type libraries aswell as constants and enums. If this tutorial will be any usefull I will make another one, I hope it will! :-)

ASP_Volume3 #50614
Memory Information

Under Win32 , get memory information, - total physycal memory, free physycal memory and free system resources (like in the shell about dialog, using the rsrc32.dll)

ASP_Volume3 #50615
Change The Back + Fore Color and Font of an Edit Control Without MFC

Demonstrates of how to change the background and foreground of an edit control, and change fonts aswell, including underline , bold , italic , strike out without MFC, pure API

ASP_Volume3 #50616
Image Converter Plus - has image filters in the byte level

This is an upgraded version of my first VB.NET app, it can load (clipboard & drag&drop) & save image files and now apply image filters: Invert, Grayscale, Brightness, Contrast, Color Adjustment & Gamma Correction. And all is done in the modification of the bitmap bits in real time and its really easy to understand how it works and try to add your own filters. I translated the code from C# from an article I found in: http://www.codeproject.com/csharp/csharpgraphicfilters11.asp I learned many new things in VB.NET while making this app, I hope it'll be helpfull to you as it was to me.

4_2005-2006 #155910
Type Libraries Tutorial - Make Your Life Easier

Type Libraries will make your life easyer, for example, ever wanted to use the windows API without declaring it everytime and wasting memory and space? this tutorial includes everything you need to make your own type library, and instruct you how to insert API calls into type libraries aswell as constants and enums. If this tutorial will be any usefull I will make another one, I hope it will! :-)

4_2005-2006 #155911
Memory Information

Under Win32 , get memory information, - total physycal memory, free physycal memory and free system resources (like in the shell about dialog, using the rsrc32.dll)

4_2005-2006 #155912
Change The Back + Fore Color and Font of an Edit Control Without MFC

Demonstrates of how to change the background and foreground of an edit control, and change fonts aswell, including underline , bold , italic , strike out without MFC, pure API

4_2005-2006 #155913
Image Converter Plus - has image filters in the byte level

This is an upgraded version of my first VB.NET app, it can load (clipboard & drag&drop) & save image files and now apply image filters: Invert, Grayscale, Brightness, Contrast, Color Adjustment & Gamma Correction. And all is done in the modification of the bitmap bits in real time and its really easy to understand how it works and try to add your own filters. I translated the code from C# from an article I found in: http://www.codeproject.com/csharp/csharpgraphicfilters11.asp I learned many new things in VB.NET while making this app, I hope it'll be helpfull to you as it was to me.

5_2007-2008 #178428
Type Libraries Tutorial - Make Your Life Easier

Type Libraries will make your life easyer, for example, ever wanted to use the windows API without declaring it everytime and wasting memory and space? this tutorial includes everything you need to make your own type library, and instruct you how to insert API calls into type libraries aswell as constants and enums. If this tutorial will be any usefull I will make another one, I hope it will! :-)

5_2007-2008 #178429
Memory Information

Under Win32 , get memory information, - total physycal memory, free physycal memory and free system resources (like in the shell about dialog, using the rsrc32.dll)

5_2007-2008 #178430
Change The Back + Fore Color and Font of an Edit Control Without MFC

Demonstrates of how to change the background and foreground of an edit control, and change fonts aswell, including underline , bold , italic , strike out without MFC, pure API

5_2007-2008 #178431
Image Converter Plus - has image filters in the byte level

This is an upgraded version of my first VB.NET app, it can load (clipboard & drag&drop) & save image files and now apply image filters: Invert, Grayscale, Brightness, Contrast, Color Adjustment & Gamma Correction. And all is done in the modification of the bitmap bits in real time and its really easy to understand how it works and try to add your own filters. I translated the code from C# from an article I found in: http://www.codeproject.com/csharp/csharpgraphicfilters11.asp I learned many new things in VB.NET while making this app, I hope it'll be helpfull to you as it was to me.

6_2008-2009 #200946
Type Libraries Tutorial - Make Your Life Easier

Type Libraries will make your life easyer, for example, ever wanted to use the windows API without declaring it everytime and wasting memory and space? this tutorial includes everything you need to make your own type library, and instruct you how to insert API calls into type libraries aswell as constants and enums. If this tutorial will be any usefull I will make another one, I hope it will! :-)

6_2008-2009 #200947
Memory Information

Under Win32 , get memory information, - total physycal memory, free physycal memory and free system resources (like in the shell about dialog, using the rsrc32.dll)

6_2008-2009 #200948
Change The Back + Fore Color and Font of an Edit Control Without MFC

Demonstrates of how to change the background and foreground of an edit control, and change fonts aswell, including underline , bold , italic , strike out without MFC, pure API

6_2008-2009 #200949
Image Converter Plus - has image filters in the byte level

This is an upgraded version of my first VB.NET app, it can load (clipboard & drag&drop) & save image files and now apply image filters: Invert, Grayscale, Brightness, Contrast, Color Adjustment & Gamma Correction. And all is done in the modification of the bitmap bits in real time and its really easy to understand how it works and try to add your own filters. I translated the code from C# from an article I found in: http://www.codeproject.com/csharp/csharpgraphicfilters11.asp I learned many new things in VB.NET while making this app, I hope it'll be helpfull to you as it was to me.

7_2009-2012 #223464
Type Libraries Tutorial - Make Your Life Easier

Type Libraries will make your life easyer, for example, ever wanted to use the windows API without declaring it everytime and wasting memory and space? this tutorial includes everything you need to make your own type library, and instruct you how to insert API calls into type libraries aswell as constants and enums. If this tutorial will be any usefull I will make another one, I hope it will! :-)

7_2009-2012 #223465
Memory Information

Under Win32 , get memory information, - total physycal memory, free physycal memory and free system resources (like in the shell about dialog, using the rsrc32.dll)

7_2009-2012 #223466
Change The Back + Fore Color and Font of an Edit Control Without MFC

Demonstrates of how to change the background and foreground of an edit control, and change fonts aswell, including underline , bold , italic , strike out without MFC, pure API

7_2009-2012 #223467
Image Converter Plus - has image filters in the byte level

This is an upgraded version of my first VB.NET app, it can load (clipboard & drag&drop) & save image files and now apply image filters: Invert, Grayscale, Brightness, Contrast, Color Adjustment & Gamma Correction. And all is done in the modification of the bitmap bits in real time and its really easy to understand how it works and try to add your own filters. I translated the code from C# from an article I found in: http://www.codeproject.com/csharp/csharpgraphicfilters11.asp I learned many new things in VB.NET while making this app, I hope it'll be helpfull to you as it was to me.

Languages
Top Categories
Global Discovery