Advertisement

Results for "Author: john galanopoulos"

7_2009-2012 #229301
Exploit: Kill active Win95/98 password-protected screensaver using API

Kill the active password-protected screensaver of a windows 95/98 pc using Windows API. Please read first the included MustRead.txt! The source is FULLY commented. I would appreciate any thoughts or suggestions :-)

7_2009-2012 #229302
Instant Read-only Form

This source can dynamically turn a normal form to a read only one and vice versa. Uses API functions. Also you can exclude a control from turning into a read-only one. Suggestions and thoughts always welcomed.

7_2009-2012 #229303
The function that Microsoft forgot to include in Err object

Error trapping in API Functions? Remember Err.LastDLLError? No description was available for you. With this function (LastDLLErrorDescription()) you can get the description of an API error. Includes a tester and is FULLY(!!!) commented. Comments or suggestions r always welcomed. Thanks to all the people who voted :)

7_2009-2012 #229304
DoEvents evolution; the API approach. (Method for 100% optimized loops)

Do you want to make your loops 100% faster? Here's how : Many of us have used several times DoEvents, to supply a bit of air to our App, on Heavy-Duty times such as loops for updates or inserts on recordsets etc. As we most know, DoEvents processes Windows messages currently in the message queue. But what if we wanted to execute DoEvents only in times, when we want to allow user (Keyboard and Mouse) input? ( A special "thank you" to all of you who rated this article)

7_2009-2012 #229305
Excel : A tip for you that deal with add-ins, Menus and Submenus

This is the source that i've been looking for, when i was trying to create an add-in that installed a new menu option with submenus in the shortcut menu of a workbook. (Look at the screenshot). The whole project is designed to be as simple as possible and it is an Excel Add-in. It is very helpfull for those of you that try to develop professional Add-ins. Any comments or suggestions are always welcomed (A special "Thank you" to all of you who voted for me)

7_2009-2012 #229306
Wipe out a file using Windows API. No traces, no recover.

Completely destroy a file with no chance of recovery or trace. Use of CreateFile, FILE_FLAG_NO_BUFFERING (Open the file with no intermediate buffering or caching) FILE_FLAG_WRITE_THROUGH (Write through any intermediate cache and go directly to disk) and also FlushFileBuffers function to ensure that file buffers will be flushed! A must test and see.

Languages
Top Categories
Global Discovery