Results for "Volume: ASP_Volume2"
This is a program I made with my group for my computer applications class. It is an HTML tutor, and it has such features as lessons, a code library, quizzes, a high score list, and an editor. It uses an Access Database to store usernames/passwords for the login, username/score for the high score board. New users can easily start a new account, the default account name is User/User. I hope you find this code useful :D
This is so cool! A rainbow of yellow to blue rotate in a 3D format, and magically turns into a rainbow of light blue and green. This is not a skin! And doesn't need any API's to work. This is basic, but gives greate results. You can use it as an into to a game or even a program. If you click on the form, you will be able to stop the rainbow at any time. Look at screen shot. :-)
This is a clone of a game i seen a while back called Boxxi. I wrote this for myself to play because of a strong addiction to it :). Sorry about the lack of comments, it is overall simple code so i dont think it will be a big deal.
Ok here's an Update to the Taskbar for AOL! After what seemed an endless amount of time on this project, I believe this version is a really good one. New: -Shortened caption lengths to keep the button size smaller (so the taskbar wont be full of buttons so fast) -Making use of Microsoft's CoolBar control - I believe it gives the program a cleaner feeling by sorting everything out in design-time and run-time modes. -Icons for the taskbar buttons - When certain windows are opened, for example... your Mailbox, Write Mail, New Untitled document, or IM windows receive it's own Icon. -Reserved area for the Taskbar! Now windows will not overlap the Taskbar, nor will they fall underneath. -When a window is clicked, and it's coresponding taskbar button is off the screen, it will autoshow it's self. Fixes: -IM Window - When the IM window's caption changes like it normally does when chatting with someone, it will Not be remove and be placed at the end of the Taskbar. This supports multiple IM's as well. Check it out! If have trouble with it let me know whats going on so I can fix it. I would like comments from you on what you think of the program as well. And I would like to give thanks to the Folgers Coffee Company for there great tasting coffee that my fingers typing! lol Happy Programming, -ER
(Post hack Re-Submit) This is a serial port communication utility that allows the control of the properties of the MSComm object. It includes a simulated oscilloscope display of the data waveform received by the port. It is still in its development stage and is not very robust code as the project was just somethng I threw together to check the communication to a PLC, but our engineeers wanted more. I am looking for input from other programmers as to there likes and dislikes so any input would be greatly appreciated. I submitted this before but was "hacked" by some useless person.
Just a simple DDE Peer application to demonstrate how it can link 2 apps together like a chat screen. Does not work over networks however. This is in reply and addition to Chui Tey's recent articles. To use it: run 2 instances of the app and type in the second textbox of either of them. Please note that DDE is (1) slow and (2) very old technology.
This project doesn't try to be a great class, only a little sample to show how to scale API regions.
If you're lucky, you've played the game Subspace (aka Continuum) If not, download it. Well, this is the beginning of my attempt to copy it. Even though it isn't finished, this is a complete program. The reason I've uploaded it now is just to show some examples of trig algorithms for movement and BitBlt being used in a loop. For me, starting to use BitBlt inside a continuous loop was difficult at first because it can be tricky to get rid of the flickering. Anyway, here's my code and how I did it. Oh yeah, also has an example of GetAsyncKeyState, a good API to know. UPDATE: Bombs, Bullets, Explosions, Enemies, Walls, Energy Bar. If you downloaded it already, dowload it again! The program has reached the point where it is too big to upload so if you want an up-to-date version, just email me.
The purpose of this is to show VB developers how to start using Classes and Collections. This is a VERY BASIC example. Expect more advanced one's soon. *PLEASE VOTE* - (note: this is a repost, I forgot the Collection examples last post.)
This Winsock example shows you the basics of Winsock. VERY SIMPLE! This code is sure to help anyone who wants to make any kind of chat program or an over the internet multi-player game and much more! Please vote!
Here is my first submission since a "hacker" erased all the things of my repertoire. Il s'agit d'un contrôle.It is a gauge showing pressure in psi having as value source in kPa. (Because we use metric values at my work and because i still love imperial system) i made that Old Style Gauge.I tempted several manners to arrive at my purposes (almost the end), in the first place, a simple line for the needle, it did not seem real, then I had to draw a needle in three fragments to make her the smallest as possible and by using the method of SetPixel and GetPixel. The only problem is that there is a refreshment in every consequentive change...Test it and why not try to improve it... All the constructive messages are welcome.
This is a URL parser class that accepts a URL (such as "http://www.blah.com/") and parses out: - the protocol - the hostname - the username - the password - the port - the resource - the querystring Enjoy!
Includes demonstration of how to make labels appear as hyperlinks, open the users default web browser, and uses a hand cursor when hovering over the icon. The hand.cur file is loaded seperately so that you may incorporate it into your other applications.
Spiderman with Marvel Comics graphics and cool sounds. This update has the sound module. I forgot it in my first submission. Sorry! Please Vote!
It returns the time of the sunset or sunrise when you supply the latitude and longtitude
Try this code it is very good by this code you can make any command like 3D except ComboBox and ListBox PLS See another code for me a*2x*2y And WATER And looking for your VOTE PLS
hi now you can put any pic in your text or Icon try it and see another code's for me like WATER and play Viedo and a*2x*2y and PLS VOTE
Are you addicted to PSC? Does visiting PSC actually get in the way of your coding? This may help. It checks for new submissions and new votes on your submissions. Now updated to include new comments notification and viewing all comments. It also provides links to the most common pages you use, all in a popup menu in the system tray. Demonstrates downloading using API, disabling right-click menu in web browsers, string parsing, system tray management, internet connection state, handing multiple settings using the registry. UPDATE: The original version of this PSC Monitor used API to download the source code of a selected PSC web page and parsed this source code for specific data. It did this job well, but the application was unresponsive whilst downloading was taking place. To overcome this problem it now uses a separate tiny exe file (BBdowner.exe - source code included) to download the data in a separate thread, thus allowing for multiple tasks being carried out simultaneously and allowing the app to be reponsive even during downloading. I hope you appreciate the increased stability and speed. Before running PSC Monitor, compile BBdowner.exe and place in the same folder as PSCMonitor.exe, thats all - easy!
This project is very similar to AspExec. It is a DLL that can be used through ASP, ColdFusion, or an EXE. It creates a process and captures the stdout and/or stderr output from that process. This does not use the > redirection to send data to a temp file. The project includes the source for the COM DLL and examples of using it in a VB program, ASP, and ColdFusion. Please read the Readme.txt file in the zip for full documentation.
Disables the popup menu shown in webbrowser control, also if you want you can show your own popup-menu instead of the original...