Results for "Category: Internet/ Browsers/ HTML"
This is my first real attempt at programming in VB.NET, it took me awhile because I didn't like what they did to the language (old dogs/new tricks) anyways this app will grab satelitte images from Terraserver-usa.com using terraservers web service. the web reference is http://terraserver-usa.com/TerraService2.asmx . Its very basic, has no error handling, and is based on the Terraserver's 'Example Map' in C#. Type in the Latitude/Longitude, select picture scale, and picture type (aerial, topo, shaded, or hi-res) and click 'go', takes a few minutes to download the image so be patient. Code isn't commented (sorry). I'll eventually turn this into a control and repost.
DatePicker turkish version soon english version Please myCustomcomtrols folder insert your Application folder and control toolbar add/remove myCustomControls.dll in bin folder
You choose one of the three file to attachment and press submit in order to send the email with attached to specific address email. This code WORKS 100% with aruba.it server and full commented in italian language. Please vote for me. :)
Simple example of how to grab(some people like ti call it 'steal') the HTML source of a page from a application... There are a couple of examples here at PSC, but they are not very good because they use ReadHuge to store all of the data in a buffer which can cause memory problems, incomplete page sources, and of course ugly boxes due to no carriage returns or line breaks... This ReadString version is alot more efficent... It works 100% in MFC... And since this code is so easy to implement into virtually any project, I am NOT going to post the project files unless I get alot of requests
Excel, All Client Side, create a 3D animated bar chart and Print it Out, .people dont understand the meaning of the word.. NO FEED BACK..its simple enough isn't ??<script language=vbscript>msgbox"No one listens anymore",vbCritical,"A_X_0"
Text to Speach. in .HTA format this time, your clients have to download and run the file on the local machine. further info: because this code has been of interest to many ppl i do want to make it work for you, if you goto http://www.nextuptech.com/TextAloud/ and try that software and if you do a PSC VB6 search for UltraSpeach (i think) you will be able to see what and how this code does what it does. don't give up on it, it does work, so work it out. .people dont understand the meaning of the word.. NO FEED BACK..its simple enough isn't ??<script language=vbscript>msgbox"No one listens anymore",vbCritical,"A_X_0"
To communicate with any device connected to com port via an activeX provided by Microsoft called MSComm (MSCOMM32.OCX).
Script written for IE doesn't display correctly in wetscape, or vice versa. Here is a possible solution to your scripting compatablity problems.
Simple Stock Ticker that pulls Quotes from yahoo. One of the advantages of this Ticker is we are not violating the yahoo redistrubution agreement, stocks are pulled direcly from the client. One of the important things to keep in mind is this ticker is written for an application that we have total control of the browser security settings. If you would like to implement this for the internet users, it can be implemented with an activex control without users having to change their browser security settings, for more info on activex shoot me an email.
Update #4: Support Flash Video (.flv) convertion-------> Download all your favorites videos from Google And YouTube! ..Dont forget to vote =)!
Simple and easy way to send smtp mail with attachments ... Updated with authentication....
To create a desktop website's shortcut through the website
To ping a remote computer (.NET way)
Teach yourself how to make a very simple Winsock Application in MFC :)
It's a combo box in html!
Many sites have "windows" on the left/right sides of the site. This code alows those windows to be moved around at will and snapped to the left and right sides of the site. Requires very little modification to the windows. see http://www.webattempts.com for a live example
This is a very aesy news script that does not use mysql to be aviable on as much hosts as possible
This is an example browser written in vb.net using .net framework 2.0 (Visual Studio 2005). It is a tabbed web browser. It shows many examples of working with the new browser control and the loaded document. Things you will find in this example are: Basic browser navigation and functionality, Search provider code, working with favorites, showing how to display most of the dialogs available in internet explorer 7, Document Explorer, Ripping images from web pages, identifying and working with the element a user is hovering over in the loaded document. Also included is code to deal with popups including an info bar, a simple rss reader, detecting rss, saving images, working with history, cookies and cache, site blocking, phising filter starters and much more. This should get you more than well on your way to a full blown browser application. Please vote if you find this code useful.
IE Clone – VB.Net I received a few email regarding my past quick example of a browser in VB.Net, This example application takes it to the next level and shows a lot of what can be done using the web browser control in VB.Net. It is a fairly good clone of IE, it shows the following and more: Opening Files | Saving | Print Preview | Page Setup | Print | Import / Export | Page properties | Send to desktop | Copy | Select All | Find | View Source | Privacy Report | Internet Options Dialog | Adding Favorites | Organizing Favorites | Navigation | Stopping Pop-Ups | Trapping New windows (new app not IE) | Auto complete combo box (some code from all over there, not all mine) | Secure Lock Icons | Progress bar in status bar w/o imbedding | Full Screen | Hide / Show Tool, Status Bars | Updating status bar | Opening folders | tree view | Context Menu (Right click on cookies tree view) | Deleting Files | Reading from a file (see favorites code) and more, poke around a bit. If you are needing to write a web browser application in .net, this should be all you need to get you started, if not all the way there. For those who asked about working with the IE DOM, this is not covered in the example and is a completely different subject in many ways, I may post some examples on working directly with the DOM in the future. I hope you find this useful and as always please vote if you do.
Hi friends AnkiChatter is a multiperson chat server compatible with Linux as well as solaris system. You can start the server on one machine and then telnet to port 7989(ankichatter port) from different machine or localhost. It can be developed in to a much powerful chat server for any college/school project or for commercial purpose. The data structures are designed in the way to make it powerful but due to shortage of time I was not able to add some more features to it. That's why some part of code is mysterious( but program is simple ) because these features are not completed :-). Feel free to ask your queries.