Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #226768
List View Print

Adds printing functionality to the windows list view control(report view). Self contained routine to provide a print facility to the list view control. Lots of features - page numbering, small icon printing, column alignment to name but a few. No API calls used though comments have been kept to a minimum. My first upload to planetsc. I may extend this routine if feedback is constructive. Free for private use only - please contact me is you wish to use this code elsewhere.

7_2009-2012 #230555
Verify if a point is inside a polygon (convex and non-convex)

A project showing how to detect if a point is inside a polygon and check if a polygon is convex or non-convex. Contains a useful class to make the work. Please, vote if you like.

7_2009-2012 #230448
DataGrid With A Text File

The purpose of the following code is to demonstrate how you can load a datagrid with data from a text file.

7_2009-2012 #230716
LaserDraw II

this is cool laserdrawing program that lets you draw something with the "laser" effect from just about anywhere on the picturebox. also with a sweep effect. very simple and easy to use. please vote and comment!!!!!!!

7_2009-2012 #228980
Boggle Word Finder

this is basically a brute force wordfinder for the game Boggle...it only finds words with up to 6 characters(to keep the runtime down)...a complete search takes 1 minute and 15 seconds on my 533MHz celeron...you can add more words to the dictionary file...i commented it pretty well...please comment and vote...thanks!!

7_2009-2012 #230604
A Text Prog Thing

Vote for me!This great word proccersor is cool! Have fun doing cool things! Only that if you own a company be my competition ;-). This cool program is cool and you can print! Doo cool things. Just this code is for everyone not just intermediates.

7_2009-2012 #223843
Group Robot simulation

this code was designed to test out how small robots could work together and move in an environment together. This is just the start I will add the completed version soon.

7_2009-2012 #230011
Window Manipulation

This code will show you how to retreive a handle of an open window and how to manipulate that window once you have it's handle.

7_2009-2012 #227677
Learn about FileSystem OBject

This example will explain about How to use the FileSystem Object to do your file operations. This Object is available in vbScript and in vb also. File and Folder operations can be done with this object very easily. This program itself used this object to obtain data from file. Few working examples were added with this program to understand better. You will come to know something about FileSystem Object or get some code snippets or ideas from this code. This example explains about the file operations. Soon I will update the Folder Operations. If anybody is intrested in doing that I welcome them. It can be simply done by changing the source text file. The same logic can be used to display similar kind of things. Note: The functions CharFound and SeperateString were extensively used by me in almost all of my programs. I suggest you to use them freely in your code. Please read the ReadMe.txt

7_2009-2012 #231081
URL Checker

Allows you to check URLs. Could be used to trawl through a database a report broken links.

7_2009-2012 #228189
Teach Yourself nice little ToolTip

How to make Nice ToolTip From HTML HELP CONTROL... VERY EASY TO UNDERSTAND!

7_2009-2012 #225073
Pop Menu

It's a basic Pop up Menu.....and ....those who dont like it ...f@#k Off and dont ....send me comments..... I made it ....so i like it Thats all 4 now

7_2009-2012 #225340
DirectX8 1st Person 3D Game (Landscape Terrain)

UPDATE: *** It loads a heightmap in grayscale to generate custom landscapes. It can load just bitmaps with 180x180 pixels, I can't make it load a bigger than that. I've set the MAGFILTER to POINT to fix the "mix" problem of the sky, but the textures looks horrible. Try to help me please. This is my first DirectX 8 program. It has some great subs to help you to add walls, floors, roofs, sky, trees (billboarding) and other stuff. It has a good collision detection and you can look around with the mouse. I need some help to fix the sky, it need to be like the sky of TrueVision. And I can't understand lights, please help with this. PLEASE, VOTE FOR ME IF YOU LIKE IT AND LEAVE SOME FEEDBACKS, TELL ME WHAT YOU THINK. Sorry, I couldn't upload it to PSC, I don't know why. Please download it at: http://planeta.terra.com.br/informatica/fredisoft/downloads/DirectX8Game2.zip You can also, download at: http://www.luzecena.com/fredisoft/DirectX8Game2.zip ** IMPORTANT ** Do not use any downloader, like GetRight, Gozzila, etc... Turn it off.

7_2009-2012 #226259
Salvador Dali Circle

Yet another great graphical program from the creators of the Venus project! Ever seen that Salvador Dali painting with the droopy clocks? Well, I have! This is nothing like that. See the screenshot. You can draw regular circles, or you can change just about anything in it, so it could be a circle stuffed up in a corner, or hanging over a table, or anything you want!

7_2009-2012 #222715
MP3 ID3 Tag Utility Class

** Please comment and vote, even if you hate it :) This is a relatively simple class for reading from and writing to the ID3 tags in MP3 files. For those who don't know, the ID3 tag stores the information describing the contents of the MP3--that is, title, artist, track number, etc. I've included a list of every defined genre as an enumeration and provided a function to go from the enumeration to a textual description and visa-versa. Another nice little helper function allows you to rename the file based on a dynamic "style" that can include any of the ID3 fields. Note, however, that it only works with MP3's using the ID3 version 1 tag. Most of them (i think) do. The newer version 2 tag lets you store more information. One final thing: I have tested this alot, and I'm sure that the reading functionality works without doing any damage to your MP3's. However, I am very new to MP3's so I really can't guarantee that the writing functions are safe. I tested them on my own files and it seemed all right, but if you're going to use the writeTag method, I have to express caution. Perhaps it would be a good idea to make copies of some of your MP3's to test it on first. :) **Please vote!** -Mark

7_2009-2012 #227628
Missile command *Final*

Missile Command Final version. For ALL windows versions. This game is a remake of the long ago missile command, but i added some stuff, give it a shot, it's pretty fun. Lots of improvements since last update. Visit www.geocities.com/defiant_xg for the music. i suggest you get the music, the game is really bland without it.

7_2009-2012 #225090
FX Cos-Sin

Some cool cos sin fx, can be used to make an screensaver or someting...

7_2009-2012 #225278
Folder Organizer - **Change a folder icon**

Change a folder's Icon permanently!!! This is awsome, you can really change a folder's icon by right clicking on it. If the icon does not change at once Select it and press F5 to refresh.

7_2009-2012 #220737
WorkSpace Class

Class object that gets the systems available screen workspace dimmentions and can also position a form to one of 9 screen quadrants. All API.. No SysInfo Control!

7_2009-2012 #231107
Form gradient using three only lines of code

This is how to use gradient colors in a form. You do not need to do anything or write lines of code to add gradient to your forms. Just put the these three lines in Form_Load Sub Update Note: Thanks for comments, Form_Resize is a better sub if your form is not fixed size

Languages
Top Categories
Global Discovery