Advertisement

Results for "Author: ark"

6_2008-2009 #199521
TimeZone Info/Converter

Get info for ANY time zone (including DayLight info), and convert Date/Time from one time zone to another, taking DayLight into account)

6_2008-2009 #199522
Control ALL IE windows

This code provides control over all opened IE windows, as well as new windows opened while the application is running. You can receive events from every IE window - such as BeforeNavigate, DownloadBegin/Complete, Document complete, Mouse events, ContextMenu popup etc. This allows you to calculate total surfing time, prohibit access to designated URL (this future allow you skip banners), and more. You also can manipulate any IE window - Navigate, goBack/Forward/Home/Search, Update and Close them. Sample form use 9 mostly used events, but you can use more then 30 events!

6_2008-2009 #199523
Make hard graphics easy!

Make your graphic work easy with msimg32.dll. This dll shipped with w98/2000. Include functions for Transparent blitting, AlphaBlending and Gradient Filling. Easy to code, but great effect. See screenshot!!!

6_2008-2009 #199524
Resource Viewer/Extractor

View any PE executables (exe, dll, ocx etc) resources (icons, cursors, strings, menus, dialogs, AVI etc).

6_2008-2009 #199525
Digital image processing

VB PhotoShop clone. Various image effects - rotation, flip, fade, color manipulation, fish-eye,swirle etc plus various filters - soften/sharpen/custom etc. A lot of undocumented staff including using MSOffice graphic convertion filters, pure VB calling dll functions by its pointers, assembly language inside VB and much more!

7_2009-2012 #222031
System wide shell hook

Setting System wide Shell hook. Sample application search for all shell event and write them into log. When new window created, activated, destroyed, language locale change, task manager activated - you'll receive notification.

7_2009-2012 #222032
Custom ToolTips

Class for adding tooltips for any control with hwnd property. You can chose back and fore color for tooltips, style (standard or ballon), center it. Allow to add tooltips to every item in controls with items (listbox, listview, treeview). You can set delay and visible time of tooltip and its maximum width.

7_2009-2012 #222033
Subclassing Common Dialog Control

Subclass Standard Common dialog(OCX) and get full control on it. You can change text in any buttons/labels/textboxes, make them invisible or disable. When user perform any action with common dialog, your app receive notyfication and you can proceed/cancel this action, prompt user with msgboxes etc, etc. Add following functionality: intercept Open/Save dialogs toolbar buttons events, intercept context menu in filebox, changing dialog size, move/size controls in dialog.

7_2009-2012 #222034
Various windows dialogs in one class

Class with various windows dialogs - including standar common dialogs (open/save, print, font, color and help) as well as other (select folder(with pre-selecting ability), select icon, shutdown/restart, run file, Object Properties (ie. System, Printer, Disk, File etc.) and AboutBox. Add this class to your app and forget about comdlg32.ocx.

7_2009-2012 #222035
System-wide mouse and keyboard hook

Set system-wide mouse and keyboard hook and generate 'standard' VB events (System_MouseUp/Down/Move, System_KeyUp/Down) with standard parameters (Button, Shift, X, Y, KeyCode).

7_2009-2012 #222036
FindWindowWild

Find window using full or part of it's caption. Allow wild characters (*,?,[]). For example, using this string :"*Mi??OSoFt In[s-u]ernet*" you can find Microsoft Internet Explorer window.

7_2009-2012 #222037
First(!) pure API(!) Find/Replace dialog

Since Bruce McKinney stop his attempts to implement standard Find/Replace dialog into VB apps, all VB programmers use their own dialogs based on modelless windows. Few samples in the Net may work with NT/2000, but crash with w95/98. Here is working code for implementing these dialogs w95/98/2000/NT. Support dialog's keys (Tab, Enter, HotKeys). Include functions for finding/replace text in text controls (TextBox and RTB). Not wide tested yet on all platforms. Plz send comments.

7_2009-2012 #222038
InetSpy

Did you ever want to know what sites your children/friends visited from your machine while you're absent? Here it is! This app monitoring IE activity and save to log all sites visited. Run invisible. You can make it visible by pressing HotKey (Ctrl+Shift+P in this sample, but you can change it from code). Allow set app as running in startup. Technique used: - superclassing all IE windows and monitoring opening new windows - Hide app from Ctrl+Alt+Del - Using HotKeys in app - Set app as running at StartUp

7_2009-2012 #222039
TimeZone Info/Converter

Get info for ANY time zone (including DayLight info), and convert Date/Time from one time zone to another, taking DayLight into account)

7_2009-2012 #222040
Control ALL IE windows

This code provides control over all opened IE windows, as well as new windows opened while the application is running. You can receive events from every IE window - such as BeforeNavigate, DownloadBegin/Complete, Document complete, Mouse events, ContextMenu popup etc. This allows you to calculate total surfing time, prohibit access to designated URL (this future allow you skip banners), and more. You also can manipulate any IE window - Navigate, goBack/Forward/Home/Search, Update and Close them. Sample form use 9 mostly used events, but you can use more then 30 events!

7_2009-2012 #222041
Make hard graphics easy!

Make your graphic work easy with msimg32.dll. This dll shipped with w98/2000. Include functions for Transparent blitting, AlphaBlending and Gradient Filling. Easy to code, but great effect. See screenshot!!!

7_2009-2012 #222042
Resource Viewer/Extractor

View any PE executables (exe, dll, ocx etc) resources (icons, cursors, strings, menus, dialogs, AVI etc).

7_2009-2012 #222043
Digital image processing

VB PhotoShop clone. Various image effects - rotation, flip, fade, color manipulation, fish-eye,swirle etc plus various filters - soften/sharpen/custom etc. A lot of undocumented staff including using MSOffice graphic convertion filters, pure VB calling dll functions by its pointers, assembly language inside VB and much more!

Languages
Top Categories
Global Discovery