Advertisement

Results for "Author: albert tedja"

ASP_Volume2 #37317
Image Processing v2.1

An updated version of earlier image processing. By using Windows API functions, this project will process images much quicker than the earlier version (this is the fastest way VB can do, I guess). Sample project of image processor application and using MDI form for easy use opening more than one picture. Give it rate and comments, friends :) Included : sample01.jpg & sample02.jpg -just for sample pictures- --------------- Changes in v2.1 --------------- - Changed Lighten/Darken to Adjust Brightness - Added progress bar and save option (due to demands) - Added new adjustment : Color Balance - Added new filters : Diffuse, Emboss, Lighting Effects, Sharpen, and Solarize n.b: I found Lighting Effects by mistakes, and I think it's not the original method. If you know about the algorithm, please let me know, OK :)

ASP_Volume2 #37332
Screen Manager

Many people have built projects to capture desktop screen. Many functions have been called, BitBlt, GetDesktopWindow, GetDC, even keybd_event, to execute this process. There is one thing you should know about screen capturing in Windows. Windows itself provides function to capture the screen! Actually, you do not need to build a project for it. Just press PrintScreen, and the captured screen will be stored in clipboard. Run mspaint (or any other graphic applications), and then paste. The screen is now stored as bitmap. Pressing Alt+PrintScreen will capture activewindow. I found this by myself. What you should do is just managing the clipboard, so when user press printscreen, it automatically saves the clipboard to a file. This simple project will manage your clipboard and automatically saves the bitmap as file. Run this app, minimize it, and then you can capture the screen freely.

ASP_Volume2 #40935
C/C++ 101: Introduction to C/C++ (Part III)

This tutorial is made to help people learning C/C++ language which is commonly believed as a hard language.

ASP_Volume3 #46238
A DirectX Midi Player

This application will play your MIDI files using DirectX.

ASP_Volume3 #46239
Image Processing v2.1

An updated version of earlier image processing. By using Windows API functions, this project will process images much quicker than the earlier version (this is the fastest way VB can do, I guess). Sample project of image processor application and using MDI form for easy use opening more than one picture. Give it rate and comments, friends :) Included : sample01.jpg & sample02.jpg -just for sample pictures- --------------- Changes in v2.1 --------------- - Changed Lighten/Darken to Adjust Brightness - Added progress bar and save option (due to demands) - Added new adjustment : Color Balance - Added new filters : Diffuse, Emboss, Lighting Effects, Sharpen, and Solarize n.b: I found Lighting Effects by mistakes, and I think it's not the original method. If you know about the algorithm, please let me know, OK :)

ASP_Volume3 #46240
Screen Manager

Many people have built projects to capture desktop screen. Many functions have been called, BitBlt, GetDesktopWindow, GetDC, even keybd_event, to execute this process. There is one thing you should know about screen capturing in Windows. Windows itself provides function to capture the screen! Actually, you do not need to build a project for it. Just press PrintScreen, and the captured screen will be stored in clipboard. Run mspaint (or any other graphic applications), and then paste. The screen is now stored as bitmap. Pressing Alt+PrintScreen will capture activewindow. I found this by myself. What you should do is just managing the clipboard, so when user press printscreen, it automatically saves the clipboard to a file. This simple project will manage your clipboard and automatically saves the bitmap as file. Run this app, minimize it, and then you can capture the screen freely.

ASP_Volume3 #46241
Image Processing v2.0

An updated version of earlier image processing. By using Windows API functions, this project will process images much quicker than the earlier version (this is the fastest way VB can do, I guess). Sample project of image processor application and using MDI form for easy use opening more than one picture. Give it rate and comments, friends :) Included : sample01.jpg, sample02.jpg - just for sample pictures - Note : I do not use progress bar (I don't like additional control), just wait, it doesn't take a long time.

ASP_Volume3 #46242
C/C++ 101: Introduction to C/C++ (Part II)

This tutorial is made to help people learning C/C++ language which is commonly believed as a hard language.

ASP_Volume3 #46243
C/C++ 101: Introduction to C/C++ (Part III)

This tutorial is made to help people learning C/C++ language which is commonly believed as a hard language.

ASP_Volume3 #46244
Introducing Game Programming

This will give a brief overview of how to make games. I've edited this article in HTML Help format because I like it that way. I've discovered some bugs if I submit in .html format.

C_Volume2 #71487
A DirectX Midi Player

This application will play your MIDI files using DirectX.

C_Volume2 #78006
Image Processing v2.0

An updated version of earlier image processing. By using Windows API functions, this project will process images much quicker than the earlier version (this is the fastest way VB can do, I guess). Sample project of image processor application and using MDI form for easy use opening more than one picture. Give it rate and comments, friends :) Included : sample01.jpg, sample02.jpg - just for sample pictures - Note : I do not use progress bar (I don't like additional control), just wait, it doesn't take a long time.

C_Volume2 #78379
Image Processing v2.1

An updated version of earlier image processing. By using Windows API functions, this project will process images much quicker than the earlier version (this is the fastest way VB can do, I guess). Sample project of image processor application and using MDI form for easy use opening more than one picture. Give it rate and comments, friends :) Included : sample01.jpg & sample02.jpg -just for sample pictures- --------------- Changes in v2.1 --------------- - Changed Lighten/Darken to Adjust Brightness - Added progress bar and save option (due to demands) - Added new adjustment : Color Balance - Added new filters : Diffuse, Emboss, Lighting Effects, Sharpen, and Solarize n.b: I found Lighting Effects by mistakes, and I think it's not the original method. If you know about the algorithm, please let me know, OK :)

C_Volume2 #78394
Screen Manager

Many people have built projects to capture desktop screen. Many functions have been called, BitBlt, GetDesktopWindow, GetDC, even keybd_event, to execute this process. There is one thing you should know about screen capturing in Windows. Windows itself provides function to capture the screen! Actually, you do not need to build a project for it. Just press PrintScreen, and the captured screen will be stored in clipboard. Run mspaint (or any other graphic applications), and then paste. The screen is now stored as bitmap. Pressing Alt+PrintScreen will capture activewindow. I found this by myself. What you should do is just managing the clipboard, so when user press printscreen, it automatically saves the clipboard to a file. This simple project will manage your clipboard and automatically saves the bitmap as file. Run this app, minimize it, and then you can capture the screen freely.

C_Volume2 #81927
C/C++ 101: Introduction to C/C++ (Part III)

This tutorial is made to help people learning C/C++ language which is commonly believed as a hard language.

Java_Volume1 #90031
A DirectX Midi Player

This application will play your MIDI files using DirectX.

Java_Volume1 #96550
Image Processing v2.0

An updated version of earlier image processing. By using Windows API functions, this project will process images much quicker than the earlier version (this is the fastest way VB can do, I guess). Sample project of image processor application and using MDI form for easy use opening more than one picture. Give it rate and comments, friends :) Included : sample01.jpg, sample02.jpg - just for sample pictures - Note : I do not use progress bar (I don't like additional control), just wait, it doesn't take a long time.

Java_Volume1 #96923
Image Processing v2.1

An updated version of earlier image processing. By using Windows API functions, this project will process images much quicker than the earlier version (this is the fastest way VB can do, I guess). Sample project of image processor application and using MDI form for easy use opening more than one picture. Give it rate and comments, friends :) Included : sample01.jpg & sample02.jpg -just for sample pictures- --------------- Changes in v2.1 --------------- - Changed Lighten/Darken to Adjust Brightness - Added progress bar and save option (due to demands) - Added new adjustment : Color Balance - Added new filters : Diffuse, Emboss, Lighting Effects, Sharpen, and Solarize n.b: I found Lighting Effects by mistakes, and I think it's not the original method. If you know about the algorithm, please let me know, OK :)

Java_Volume1 #96938
Screen Manager

Many people have built projects to capture desktop screen. Many functions have been called, BitBlt, GetDesktopWindow, GetDC, even keybd_event, to execute this process. There is one thing you should know about screen capturing in Windows. Windows itself provides function to capture the screen! Actually, you do not need to build a project for it. Just press PrintScreen, and the captured screen will be stored in clipboard. Run mspaint (or any other graphic applications), and then paste. The screen is now stored as bitmap. Pressing Alt+PrintScreen will capture activewindow. I found this by myself. What you should do is just managing the clipboard, so when user press printscreen, it automatically saves the clipboard to a file. This simple project will manage your clipboard and automatically saves the bitmap as file. Run this app, minimize it, and then you can capture the screen freely.

Java_Volume1 #100541
C/C++ 101: Introduction to C/C++ (Part III)

This tutorial is made to help people learning C/C++ language which is commonly believed as a hard language.

Languages
Top Categories
Global Discovery