Results for "Author: ark"
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!
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
Get info for ANY time zone (including DayLight info), and convert Date/Time from one time zone to another, taking DayLight into account)
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.
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.
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!!!
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.
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.
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).
View any PE executables (exe, dll, ocx etc) resources (icons, cursors, strings, menus, dialogs, AVI etc).
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.
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.
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!
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
Get info for ANY time zone (including DayLight info), and convert Date/Time from one time zone to another, taking DayLight into account)
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.
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.
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!!!
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.
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.