Results for "Category: Internet/ Browsers/ HTML"
4 browsers in 1, show all 4 or show just 1 I still need to auto-adjust the panels to the form-size
Introduction to a new development concept for building web application by using server side WinForms like API to create complex applications like OWA with out DHTML/JS/Web knowledge/
Internet Exploder - codenamed "UltraBrowse": IE based tabbed web browser. Implements a tabbed browsing environment. Includes 99% of Internet Explorers abilities. It has the ability to be controlled by voice commands (requires SAPI 5.1 SDK) as well as the ability to 'read' selected text using Text-To-Speech, with the computers default voice. It also shows how to extend the default Internet Explorer context menu using scripts. You'll need the .NET version of the Explorer Bar control found at vbaccelerator for this project. With the tabcontrol that is used you are able to re-order the tabs in any order that you like. It also shows how to progmaticly add items to a toolstrip control that you would normally not be able to at to it. There are two custom controls that come with this project. I did not write either of them but found a good use for them so they are included with the code. They are: the tabcontrol and an image combobox. I'm sure you'll find many uses for these controls in your own projects. My thanks to the authors of these two controls.. I just forget who you are and where I got your controls. If you find this an interesting project and/or learn something from it please come back and vote for it, as I have invested a lot of time and effort in building it. The code is fairly well commented so even the begining program should be able to follow along. I'm sorry about the size of the project. Most of its bulk is due to image resources. All of the main classes that are used have been put into a single file and called using a prefix for its respective class. I hope that it's not too hard for anyone to understand. Please note: This is just a beta of this project so there are still a few quirks that need to be ironed out. Please rate my code as you see fit. Beta 2 coming soon..
to provide some company or bank that they need feedback and complaint from customer. it's easy to way that when user submit.. the mail will sent to the service@domain.com and sent to user mail also.
Webpoll has been developed as a web technology module mini-project under the supervision of Mrs Z.Dilmohamed from the University Of Mauritius. Webpoll has been primarily designed for web designers willing to gather feedback about their websites from web surfers worldwide. To start, web designers have to register with Webpoll and after approval of their website, upload their site's banner. Sites approved by webpoll's management will be listed in the different categories allowing visitors to view ,rate, comment and recommend these websites. Web surfers also gain from Webpoll! You, web surfers can browse through our site listings, visit the websites you find interesting and also, provide your appreciation through rating and commenting. You can also recommend sites you find interesting to your friends.
This is an almost complete clone of Internet Explorer 6. There are still a few things that need to be completed and a few bugs that need to be worked out but, all-in-all it is still pretty close to complete. There are also 3 prerequisites you must meet prior to building the solution for this project. Three 3rd party controls must be registered on your system. They are as follows: SharpZipLib zip library Outlook Redemption (current version is 4.2) Sky Software's Shell Megapack ActiveX controls Version 8.0 - must be the ActiveX and NOT the .NET version. SharpZipLib is free. Outlook Redemption has a free developer version and Shell Megapack is available as a demo. You MUST have these prior to building the solution or you will see lots of error when trying to build. Anyway, like I stated above, the project is near complete. A few things are still left to be done and a couple of other things probably need to be implemented differently than they currently are. I'm fully aware of the bugs in the project but, I'm sure there is a work around for them. IMPORTANT NOTE: READ THE DEVELOPER NOTES IN THE CODE BEHIND FOR THE MAIN FORM! If you don't read them you will, at one point or another, be scratching your head thinking "WTF is going on here!" *Edit: When I first posted this project I had forgotten to include a couple of very important classes. Therefore, I have created a dll from them and posted it, as a zip file, at the following link. You will need this dll to be able to build/compile the project. http://files.filefront.com/Mhtzip/;6513672;;/fileinfo.html I'm sorry if this causes you any troubles.
File indexer - useful for servers with Indexes turned off. I haven't seen anything similar and working in every aspect. Based on this one: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1440&lngWid=8 . Looks like Apache 1.3 index except no newline at top and different picture for "Parrent directory" entry. With sorting and escaping characters in links. Does not show hidden files (with dot as the 1st character). Hope it will be useful for somebody.
example of Fisheye dock menu
Learn how to create a simple and secure Tcp Client - Server Component.
If you download this project, you MUST view the readme.txt file. All information can be found in there.
Tired of logging in all the time? Here is a simple solution to making an annonmyous login on a forum, message/bulletin board. I created an annoymous profile and display it first, so that the users can post "on the go" or just without the hastle of another profile. This is in reference to Chris Andersen's submission "simple message board". I just thought the feature would be attractive.
SAT Online Entertainer is a Online Player. Through this player the user can play a vast number of Online TV channels as well as Online Radio Channels. The coding is very simple.
An application to check current Internet usage
Login system that register user . save his data to a database table then email to user for success registraton and to owner 4 new member registration. user can login .. and signout .. during his login user can also view the web site that admin include. for more info, feedback, comments ,and Questions? faizmuhammadkhan@yahoo.com www.risepk.com .
Its a simple Internet Explorer like web browser.
Photo gallery is an interactive plug-in which enables the users to create their own virtual gallery in no time.
Welcome to CPop3Connection, a freeware MFC class to support the POP3 protocol. POP3 for those not familiar with all the internet protocols is the protocol used to retrieve internet email. For detailed information about the Post Office Protocol Version 3 you should read RFC 1725. You should also refer to RFC 822 which contains details on the layout of messages. You can find numerous Web Servers which carry these documents by going to www.yahoo.com and look for RFC and 1725 or 822.
Welcome to CSMTPConnection, a freeware MFC class to support the SMTP protocol. SMTP for those not familiar with all the internet protocols is the protocol used to send internet email. For detailed information about the Simple Mail Transfer Protocol you should read RFC 821, You can find numerous servers which carry these documents by going to www.yahoo.com and look for RFC and 821 and/or 2045. Features Simple and clean C++ interface. The interface provided is synchronous which provides an easier programming model than using asynchronous sockets. The code does not rely on the MFC socket classes. These classes have a number of shortcomings, one of which causes problems when they are used in NT services. The code can be used in a console application without any problems (Again this is not the case for the MFC socket classes). A configurable timeout for the connection can be set through the class API. The classes are fully Unicode compliant and include Unicode built options in the workspace file. As of v1.1, the classes now fully supports file attachments. Full support is included for CC (Carbon Copy) & BCC (Blind Carbon Copy). PJ Naughter at http://indigo.ie/~pjn/index.html
MFC class to support the PING/ICMP protocol. ICMP for those not familiar with all the internet protocols is the protocol used to retrieve information about how IP packets are routed. Features Simple and clean C++ interface. The interface provided is synchronous which provides an easier programming model than using asynchronous sockets. A configurable timeout for the connection can be set through the class API. The classes are fully Unicode compliant and include Unicode built options in the workspace file. The enclosed zip file contains the CPing source code and a simple test program to exercise all of the functions the classes provide.
CMapi v1.0 an MFC class to encapsulate sending mail using Simple MAPI Welcome to CMapi, 2 simple classes to encapsulate sending mail using Simple MAPI. Simple MAPI is a set of functions exported by MAPI32.dll which allows you to send and receive mail in a transport independent way. It is an optional part of all Win32 operating systems since Windows 95 (excluding Windows CE). MAPI is intended more for the corporate environment when compared with the Internet mail standard SMTP e.g. products such as MS Exchange Server use MAPI extensively. Transport providers are available for a number of messaging transports including Exchange Server, SMTP, Fax, cc:Mail CompuServe etc. To be able to specify different transports, MAPI provides the concept of profiles which are setup using the Mail control panel applet Features Simple and clean C++ interface. All the code is UNICODE compliant and build configurations are provided for this. Even though Simple MAPI only exports an ASCII versions of it's functions, the class internally performs the necessary conversions. The code can be used in a console application or without bringing up any Mapi dialogs if so desired. The code gracefully handles the case where MAPI is not installed on client machines. Internally the class loads the DLL and uses GetProcAddress calls. The enclosed zip file contains the source code and a simple test program to exercise all of the functions the classes provide. PJ Naughter at http://indigo.ie/~pjn/index.html