Results for "Volume: ASP_Volume3"
Create transparent bitmaps at run-time!
I started playing Sudoku and it was a bit easy so I deceded to make my own game in php.
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.
this Script scroll the images...
This code generates a moving 3D star field, almost identical to the windows 'flying through space' screen saver, except this runs in a window of any size, and when the user moves the mouse over it, they can change the camera angle, which I suppose could make a neet game back ground for an outter space filght sim.
Convert from infix notation to postfix notation
Although Java(tm) has been very successful on the server-side; It has few shortcomings limiting its adoption for others domains such as real-time, scientific or safety-critical software. For these, the JADE library provides important "pieces" missing from the Java(tm) core library and making the Java(tm) platform even more attractive. These new "pieces" are complementary and work closely together.
Provides ease for Async Download requests, includes support for the following alternative AutoRedirection with cookie support, posting data to a url, authentication, proxy usage, resuming from file or data, write directly to a file or buffer response.
This code gives the "enter" key the same functionality as the "tab" key in a vb form. When the user presses the "enter" key, it moves the focus to the next control, based on the tab index order. Don't forget to set the KeyPreview property of the form to True. (My thanks to Pennington. His TabToEnter2 code laid the foundation for this code.)
Just a small program to flip a string
Easily create a drop down menu for navigation on a webstite. There can be an unlimited number of independant menu-bars, each of which can be fully customized.
I've had a few people come to me with how to do multi treading. I've looked around PSC and there are plenty of projects that have multi-threading but none solely for multi-threading. So I did up a simple multi-threading console application that passes data back to the parent thread via events. This is a very simple example and is designed to show how multi-threading can be used. The key to understanding what you would use multi-threading for is to keep one simple thing in mind. All UI (user interfaces) elements must be in the parent thread. You can not have anything that interacts direct with the UI in a seperate thread. For example if you are running a long business process and get an exception, then use a message box to show that exception then nothing will ever be shown to the user. It's in a background thread so the user never see's it. It can also lock the application up since the messagebox is waiting for the user to click ok. What you would do in such an example would be to pass the error message back to the parent thread and let the parent thread display the error message. This is also a good example to show how you could update a progress bar on the parent thread with the process of the thread (like how far along the process has gotten in getting or doing something). Hope this helps. Sometimes you just need to break something down to bare basics to get a good understanding of it. Though this is only one example of how to work with threads, there are many other ways.
Easily add a shopping cart to your e-commerce site! All you have to do is call a few simple JavaScript functions. Very little knowledge of JavaScript or HTML is required!
This may seem simple but I didn't find anything like this anywhere and I thought I should add it so it will help others. This artitle is to show you how to send a string variable as a downloadable file in asp.net.
Welcome To Authentication Made Easy Version 10.5!!!!! X-CART SOFTWARE PRO 4.1.9 + GOLD 4.0.4 mnisecure: MNISECURE, Advanced Member Managment a major upgrade from WEBLOCK. No SQL UserAuth: This is all PHP Code, No database needed for a user authentication and environment. ENJOY THIS NEW PROJECT! PHP Authentication: Basic Page Authentication - User Administration In Mysql Alternate Authentication: .htaccess Access With Directory Authentication With User Administration Tool ALL BUILT IN PHP vSignup: Signup Machine And Authenticator For Web Users Of Your Site! vAuthenticate: User Admin Tool For Authentication vSignup and vAuthenticate Are Two Different Codes Not The Same. SiteHelm: Website builder interface with excellent tools! ENJOY!!! Flash Authenticator: Authenticate users without them knowing your file extentions! You can send them to any page you with with the extentions. You want their sn blocked? Send the url to a blocked member page! EASY AS 123! SEE SCREEN SHOT ON MY CODE PAGE on http://www.planetsourcecode.com/ In the PHP Section Type In Authentication Then Click On Authentication Made Easy. Comment my code and vote. http://shop.jerrymcelraft.com/ Jerry McElraft Inc. znet@z1035netfm.com YAHOO: jr_mcelraft MSN: thelostcrowsloft@hotmail.com
MyBlog is a blog system for PHP, which features submitting, editing, deleting articles, and a permalink feature.. It also utilizes the MySQL database to save its results.
Makes a little pong style game
The program is a basic cd player in MS J++. It utilizes the Win32 APIs 'mciGetErrorString' and 'mciSendCommand' to talk to your cd drive. It works fairly well. It has all standard cd player functions, including: Play, Stop, Pause, Eject, Back, Forward. I also included a drop-comboBox to jump directly to a track. Check out my screen shot to see the excellent user-interface. The program also implements my 'FlatButton' control that I created to mimic that of CorelDraw.
First off, I am not the original author. I merely ported the C# sample to VB.NET. The purpose of this code is to help you implement a Plug-in framework for you applications. This will allow you, and others, to extend your original application without having to re-compile the main application. All credit goes to Roy Osherove for the original source, plus links to his homepage and 2 MSDN sample projects can be found in the readme.html file of the zip file. Enjoy.
Loads an animation file (.LCD or VMI/VMS pair) created with the DREAM ANIMATOR and www.booyaka.com, and displays it in mini or normal size. (has javascript control options). This is not a DREAMCAST VMU emulator, just an animation player. Show how to read files into vectored arrays of classes of classes. Converts binary data into images, stored as frame classes stored in Animation class used by main class.