Results for "Volume: ASP_Volume2"
ou all rememeber that old lunar lander game, right? land the spaceship on the pad without crashing? well, here is my version of it. excellent example of bitblting, double buffering, high scores, particles for an explosion, etc. It has a twist on the old game, no terrain, just a moving floating pad, it also has wind, and, belive it or not, trick bonuses. I submitted it as a school project a couple of weeks ago. It's very addictive, the entire class preatty much played it non-stop for three weeks. Enjoy! (vote if you like it). Graphics done in terragen (planetside.co.uk) and blender (blender.org).
READ ALL**** This is a COMPLETE tutorial on api concerning actual windows. FINDWINDOW(), FINDWINDOWEX(), GETPARENT(), GETWINDOWTEXT(), SETWINDOWTEXT(),SENDMESSAGE(), WindowFromPoint(),WM_ constants, EM_ constants. All separate tutorials for advanced programmers, and also go in order for new api programmers. I cover pointers, buffers, basic api, window api, cover it deeply and completely, and include sample code and examples. You need to see if you have a pretty good or no grasp of window api. Learn how to make an API spy from this as well. You will be extremely pleased. Uses notepad for all examples. Also teaches parent/child hwnd types, explains hwnd, does everything! Please download and vote :-) KEYWORDS: Jaime Muscatelli
I'm not expecting much comments or votes... This is my first game and I wanted to show it. It uses a code for collision detection that is not mine...
With this program you can keep track of your internetcosts when you use a dial-up connection. This program also has the ability to distinguish the costs of multiple users. My parents made me write this so they can tell how much I, and how much my brother spent by surfing on the internet. A nice feature is that it's possible to start claimable sessions. For example, if I am on the internet, doing something for school, I start a claimable session because I can claim the costs of that session at my parents. PLEASE VOTE FOR THIS CODE!!!
Draws an animated STAR. Give it any shape, size, colour & background-colour and make the star twinkle. JUST GIVE IT A SHOT & SEE IT FOR URSELF.
This will teach you some of the basic concepts of mathematics in vb, also how to make reports using textbox control.
MS Access developers will be amazed at this solution. Smart form requires zero programming on your part. What if you could intercept the MS Access sql statement before any database transaction occurred and record this statement in a journal, would this be valuable to you? Of course it would. What if you could replay the journal DML entries in the event a database crash occurred, would this be of value? If you haven’t solved the transaction problem you’ll love this article. Spread the word through the news groups.
for help new users o the visual basic
Using a very basic method of moving forms around, this code will create a shadow effect to any window that currently has focus. Browser windows, Message Boxes, everything. The method is very basic. A loop just runs getting the hWnd of the window that has focus, if it is not maximized or minimized and is visible, it puts shadow forms to the right and bottom of that window and using some generic (over used) transparent code, those shadow forms are made transparent. See the screen shot of how Notepad now has a shadow on it. The shadow follows the form and for the most part, is not a bad effect. Yes more coding needs to be done for special cases and to stop some flicker now and then depending on how busy the machine is. Also the ability to through it down to the system tray (I have gotten into a habit of using a control (OCX) I made for doing that so I did not add that code here since I knew I was posting this). Anyhow, have fun, play with it if you like and make it better. If you do, I would love to see it get posted. Perhaps giving options for shadow size and color (hint).
Give it a url to a web page, and it will extract the links to images, scripts and other pages out of it and give you the choice of whether to download them or not Can now recurse linked files Huge urls (like links.asp?url=quaz... etc) are cut off at the ?, filenames are forcefully made unique, new downloading method (not inet control) so 4kb bug should be gone
It is a class of syntax hightlight, very easy to use,but not support edit the syntax file you can add and edit file format like EDITPLUS's .stx file you can download new syntax file form it's web and edit it.(http://www.editplus.com/) i have finished it september,but it's comment is written in chinese. so i didn't submit it. my english is poor :( maybe this code can help you! example: Syntax.ReadFile App.Path & "\stx\vb.stx" Syntax.HighLightRichEdit RTXT OK,everything is changed! enjoy it! and ..... happy new year!!!
Some special effects that you can do for your project. Believe me it's very easy to make them and the result is magnificent. Take a look of your self. Please leave comments I wanna know what you think of my project.
The easiest way you can shut dow your pc with Visual Basic -=ONE LINE OF CODE=-
See all traffic on you network (promiscuous mode): source ip, destination ip, source port, destination port, packet length, ip protocol. works only on w2k and xp. no driver needed, this piece of code use the new implementation of winsock. the v2.0 now displays the informations in nicer way and it also displays the content of the packet (hexa & ascii).
Binds a unlimited number of files into 1.
This piece of code displays the routing table, using the iphelper library : the network destination, the mask, the gateway, the interface.
I propose a CHALLENGE to everyone on PSC! Whoever manage to complete my Puzzle will prove their IQ superiority over all others. I DARE you to take this challenge. Anyone who has completed this puzzle can send me their Solved.txt file to [email protected] (Note: It IS possible to solve this. I've done it)
This is a very strange type of artificial intelligence. It is chat bot that gradually learns as it is used. It uses what I think is termed "Linguistic Non-Intelligence", I suppose. I found this program at www.sourceforge.net on the web. If you like, vote on this program.
I was asked to put all my controls to a single ocx file. Enjoy it.
This is the latest version of AIG. This is version 2.2.5. This version has a skin, but the skin is very primative (it's still being worked on). The databases also still need work, the databases are almost like a language in their own (you can open the databases in a text editor). I'm still working on this so don't judge it as a finished product. There is no error checking yet so that also still needs to be implemented. All the code that is here was created by me only. I would like some votes, but that isn't compulsary. ENJOY!