Results for "Author: albert tedja"
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 :)
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.
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.
This tutorial is made to help people learning C/C++ language which is commonly believed as a hard language.
This tutorial is made to help people learning C/C++ language which is commonly believed as a hard language.
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.
This application will play your MIDI files using DirectX.
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.
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 :)
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.
This tutorial is made to help people learning C/C++ language which is commonly believed as a hard language.
This application will play your MIDI files using DirectX.
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.
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 :)
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.
This tutorial is made to help people learning C/C++ language which is commonly believed as a hard language.
This application will play your MIDI files using DirectX.
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 :)
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.
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.