Advertisement

Results for "Volume: 2002C"

2002C #10977
TimeChart Pro

Mit diesem OCX können Zeiträume grafisch dargestellt werden, z.B. für Urlaubsübersichten oder Projektzeitpläne. Farben, Inhalte und Beschriftung sind leicht änderbar. Automatischer Scrollbalken beim verkleinern. Neben dem SourceCode ist noch ein gut dokumentiertes Beispiel enthalten. Voraussetzung ist eine Access-Datenbank (mdb)

2002C #11260
DX pong!

DX pong is rather neat version of the classic game Pong. It uses DirectX 7 and so you must have that installed on your computer to play. The graphics are detailed smooth - they run at over 50 frames per second on my 400Mhz PC. Cheesy sound effects are included too, but the best thing about this game is the computer's intelligence. Rather than blindly chasing tha ball (like I've seen many other pong games do), it predicts the path of the ball (even if it is going to bounce off several walls) and makes a decision that is not always perfect. The way the computer moves looks like a human player and so it is difficult but not impossible to beat. Have fun, and then come back and vote for me. I usually provide a screenshot, but I don't know how to do that for Direct X games - could someone tell me? Thanks.

2002C #11493
Marquee

'This code shows how to make a transparent marquee with time & date functions 'First submission from me

2002C #11754
Inter-Process Communications

OK, we've all been in the situation where you want a multi tread application but since VB is single threaded it is difficult to do, so you create a second vb app and line the two together using winsock .... this is slow and you my be woring in a machine that does not have IP installed .... what choices do you have ..... well you can use pipes, winsock as i've already mentioned and you can also use Read/WriteProcess memory, these are time consuming and difficult to understand and write ..... but hey, what about SendMessage.... yep that good old API call. it allows you to send a data structure to an other process ..... which is fast and the message will always get there .... this code gives you a quick example of how to do this..... hope you fins this code useful .... You may find that quitting the Client Application after you have sent the message wil cause your VB IDE to crash with a Memory exception .... if you click the control box on this form it might not crash the IDE ... this does not happen as an EXE

2002C #11717
Windows 2000 Layered Windows, aka Translucent Windows or Alpha Blended Windows (fully movable etc)

This code utilizes Windows 2000's layered window effect, (commonly referred to as alpha blended windows or translucent windows) described at http://msdn.microsoft.com/library/techart/layerwin.htm. You must have Windows 2000 for this code to work.

2002C #11601
Laser Writer

Write text using a laser effect, choose laser color and write color too! I got the idea for this when I saw the laser program that someone made that drew a picture. This works awesome, and it looks cool. See the screenshot!

2002C #11727
who wants to be a millionnaire again

to test the mind and see if you could win on the tv program.

2002C #9817
Timing ShutDown v1.0

Ever wanted your computer to shut down automatically? Now you can! With this application you can, for example, put your computer on defragment at night, set the time you want your computer to shut down and go to sleep! Or you can download something at night or while you are not at home, and shut down your computer by date or minutes from now! Amazing!

2002C #9214
Custom Rotating Graphics

Allows the user to create shapes supported by a programming script, which are easy to rotate and zoom into. In the screen shot, you will see one such shape and it's formula. In this screen shot, I chose to display a boring graphic, and if you download this, you will see that surely great projects could be made with this code. I have programmed shapes for arrows, and gauges, airplanes, and a nuclear missile with the name "USA" on top. And they are all non-flicker graphics, easily rotated, and extremely quick.

2002C #11088
API Spy

This is an API Spy it list all sorts of information about a window that the mouse is on and has a whole lot of options for you to play with. I even added a color spyer part where it gets the color of the pixel the mouse is on. And oh yeah please take the time to vote for my Spy here it takes like 2 seconds and I would appreciate it a lot. Also I wrote an API Spy in C++; go check it out in the C++ section. Thank you! Check it out!

2002C #11602
Laser Text Fader

Based on my earlier Laser Writer, now you can write text with a laser effect, choose the font, and fade the text pixel by pixel. Check out the screenshot!

2002C #11553
ErrorT (English version)

This is the brand new English version of my project. As many of you wanted me to translate it, i tried to do. So here it is... Remember: My program helps you to set "On Error..." and all these things to your projects. There are many options, for example, you can make the program write linenumbers or you can change the errorcode... Just try... PS: Dieses Programm existiert auch in deutscher Sprache !

2002C #10687
Change Colour of Specified Text (Like HTML tags) in a RTF Box

This sifts through all the text in a RTF file and changes the colour of html tags. It can be used ewither automatically or on the fly (as you type into the RTF box). It currently Chnages the colour of html tags (defined as anything between "") and html comments (""). Enjoy! Please mail me with suggestions

2002C #11657
Misc. Quake 1 things

Yet another piece of drudge code. I made these two programs when I was building addons for Quake 1. PAK allows you to view and extract files from the .PAK file (double-click to extract) and .MDL gives you some information on model files

2002C #11792
a code to specifiy .MDB from your app not from properties

this is a code to specifiy .MDB from your app not from properties it is just for a beginner...

2002C #11255
DX Snakes!!!

DX Snakes is my third game in a row of my DX series. Like the other two, it was made in just one day! If you liked the other two then get this one. If you haven't seen the others then get them as well! In DX snakes, you have to control a snake to eat apple without crashing. But if you eat apples, you get longer and so your more likely to crash - just like the game you see on mobile phones. The graphics once again are ultra slick - my 400Mhz PC is shifting that snake at 91 frames per second!!! So, even a slow PC should manage 30 FPS or more (the game prints the FPS to the debug window). You can select the difficulty level (1-9) of the game based on your skill and the speed of your PC. I recommend setting the difficulty to 3 to start with. The gameplay is very fast and it is very annoying when you lose (that's a good thing, because whilst you're not losing it's very tense!). Just like games should be. And when it's driven you mad because you crashed just as you were collecting your 100th apple, please don't break your PC because I'd like to come back and give feedback and/or vote for me. WARNING : THIS GAME REQUIRES DIRECTX 7 TO RUN!

2002C #11083
Math Functions (trigonometry)

this here is a whole bunch of math functions! Too many for me to list right here so come in and check em' all out

2002C #10254
RemoveWeekEnds

Returns number of business days from a start date and total number of days. There are more pieces coming. Building a routine that calculates holidays and weekends to tell you strictly business days.

2002C #10547
Determine that a point is inside a polygon! A MUST!!!

You can draw a polygon and then it determines whether a point is inside or outside this polygon.

2002C #11796
StartMenu Jokes

Hide/Show StartMenu, and Hide/Show StartMenu Button! Includes full source, form, .bas file, and .exe!!!! Great for jokes, and if you use the code, please vote for me.

Languages
Top Categories
Global Discovery