VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

IcanVIEWIcon (Update ver 1.1)

Soorya  (1 Submission)   Complete Applications   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

Really FAST !!! icons/bmp/jpg/jpeg/gif.
Programers like me searching suitable icons/images for every new programs, most of the time we could'ny get proper icon/image view in our browser...
i made a small icon viewer where u can view more than 150 icons/images at a time and 2000 in one shot, and 6000 icons/images from one folder. Full size preview...
VERY VERY FAST...
Loading of controls at runtime ,Cool Progress bar Picture box Scrolling and more tips for Beginer...
see the screen shot...

Returns
you can get the selected icon/image path in clipboard or you can copy the selected icon/image into selected path.

API Declarations
Private Declare Function SetWindowPos Lib _
"user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, _
ByVal X As Long, ByVal Y As Long, ByVal cx As Long, _
ByVal cy As Long, ByVal wFlags As Long) As Long
Const HWND_TOPMOST = -1
Const HWND_NOTOPMOST = -2
Const SWP_NOMOVE = &H2
Const SWP_NOSIZE = &H1
Const TOPMOST_FLAGS = SWP_NOMOVE Or SWP_NOSIZE

Rate IcanVIEWIcon (Update ver 1.1) (9(9 Vote))

Download IcanVIEWIcon (Update ver 1.1)

IcanVIEWIcon (Update ver 1.1) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters