Results for "Author: luthfi m"
CodeHelp is an addin framework that allow enhancement to the way VB IDE works. Updated version 2.2, includes new plugin, and added features. Tested on WinXP. Please read included readme.txt for compile instructions and remember to uninstall any previous version first. You can also download setup file from http://codehelp.cjb.net.
This code enhance the internal vb msgbox function without using form based msgbox. With this code you can modify the apperance of the MsgBox. It show a kind of 'function Overloading' in VB :) (you wish..) and a fix for Win98
Adds Drop shadow effect to top level window, works for all windows platform as long as msimg32.dll is available (It's included in Win98 and above). This project use some works from Vlad Vissoultchev, Paul Caton, and a modified routine from www.vbaccelerator.com. Comments and suggestions are welcome, and please vote if you like it. The screenshot by the way is for my next update, I'm trying to create DropShadow for Irregular Window shape. I'll upload it as soon as it completed.
A Skin Library that soo easy to use, just add a reference to it and one line of code to your Sub Main and that's it the whole application get skinned. No need for OCX or redesign all of your forms. Don't forget to read the Readme.txt for additional features and instruction on how to run the project. Special thanks to Paul Caton for his great works on ASM Hook and Subclass, also for Vlad Visoultchev for his similar ASM thunks and XP Colors reproduction. Enjoy.
This code launched an application and wait for it until it terminate. Good for batch processing in windows. I have seen some code with similar functionality already posted here, but this one only use API calls and doesn't need other dll references.