Registering a OCX control in windows 7 after error code 0x8002801C
Labels: ocx, programming, regsvr32, windows, windows 7
Labels: ocx, programming, regsvr32, windows, windows 7
Ever since Yahoo groups adopted the box type advertisements on top of email, users are irritated by the advertisements that hover over the email content rather than flowing with the content.
Yahoo groups adds these advertisements to all emails processed by the groups' system.
So, the email that comes via yahoo groups end up obscured,that is,partly hidden behind yahoo's own advertisements.
Every service need advertisement revenue,but ads should not be over the content.
Ads should not mask the content.The



Labels: groups, mail, programming, yahoo
This app takes the screenshot of the current window and saves it to a file.
File location and file name prefix can be changed,date and time stamp will be attached to the file name automatically. The screenshot taken can be opened by clicking on the "view" button.
And, there is no need to worry that your screenshot can get overwritten,since i attached a very unique date,time and millisecond stamp to the file name.
The application is available for download here.
VB.net developers looking to modify it can get the source code here.
Note:
Dont try to take screenshot of empty desktop,will work fine for taking screenshots of any window, i didnt care to fix that bug since there cant be no productive use for taking screenshot of empty desktop.If anyone wants to fix it view above source code.
Labels: programming, software, vb.net, visual basic
Many applications in languages like PHP and frameworks like AJAX require the use of a local webserver to test and debug applications.
IIS can be used in Windows, but, PHP and mySQL needs to be installed separately for IIS.
As an alternative, WampServer can be used.
WAMP = Web server + PHP + mySQL
Wamp can be downloaded from here
WAMP is a one click install web server, just install the software and it will start to run in system tray, click on it and select "Put online".
Your website / web application needs to be placed in "C:\wamp\www" folder, if "C" is your system drive.
Your webserver can be accessed at this location, http://localhost/ or http://127.0.0.1
Make sure to allow firewall exceptions in order for the server to work.
Labels: programming, server