Results for "Volume: 2002C"
-Call Win32 API, _stdcall & cDecl Dll´s without the Declare statement. -Call Function Pointers -Call ASM Code.(this can be crash...) -Only a small .Bas File.
Allows you to select areas of the screen to capture to image. Can load/save/print captured images, and paste into other Windows apps, like MSWord. Very handy tool for creating program documentation! This is an enhanced version of Real Redneck's "Screen Ripper" (Thanks Bob!). Update - cropping feature has been added!
This game is played just like a jig-saw puzzle, but has an infinite number of solutions. In order for a tile to fit on the board, all of the colors on the tile must line up with any adjacent tiles on the board. After starting a game, select a tile from the 'tile-set' on the right hand of the form. Place the tile on the board by left clicking. Use the right mouse button to rotate the tile 90 degrees. You can swap tiles by clicking on an existing tile on the board. If you select a new tile from the tile-set before you place it on the board, then the previously selected tile will return to the tile-set. You may also right-click on a board-tile to return it to the tile-set. The game is over when you fill the board. There is *always* a possible solution. The exception being if you do not supply a big enough board for a given number of colors. The score is based on the number of colors used and the size of the board. Have fun!
Este Modulo tiene la finalidad de otorgarles una herramienta para definir y diseñar los flujos de proceso de forma grafica dentro de una empresa, dichos procesos pueden ser exportados a una base de datos para ser automatizados. El modulo aqui presentado esta en su fase experimental y requiere aun de muchos ajustes y depuracion de codigo, lo pongo a su disposicion a fin de que ustedes puedan mejorarlo y ponerlo a disposicion de todos.
By placing a reference to this module (single sub, no API) in a ComboBox_KeyPress event, the combobox will search the list for a match and offer an autocomplete. Options include allowing for a case-sensitive search and allowing the user to only select from items located in the list (like a Dropdown List) Backspace key and deleting of highlighted text is supported. Based on Mike Schaffer's IncrLookup [page 28 of the Visual Basic Source Code Library]. API Call was removed and replaced with a local function, boolean options added, backspace support added, documentation added. Extensive documentation included in module, including usage and line by line commenting (if PSC's parser puts in extra CR's, it's will get ugly) Developed and Tested in VB 6. Nothing complex, so it should work in any version, but not tested.
This code allows the controlling of a HD44780 LCD Module connected to your parallel port. Now supports Custom Characters!
a cool little virutal pet that makes noise and is animated.... you can also control what he does. hope you like and PLEASE VOTE AND COMMENT!!!!! [update 1] i made is so that the sleep button spot to sleep until you woke him up, also when you play with spot he loses food
This shows how to use the keyboard input keys.
If your sick of typing in the same old menus over and over then try this out. Extracts menu data from VB Forms and Usercontrols and allows inserting these menus into other VB Forms/Usercontrols or saving as a template for later use. Whilst its a useful little programming tool in itself, it was written to demonstrate string parsing and filetype creation and association including, Explorer context menus.
Pretty nice "melting" effect, by using BitBlt and GetDC. Nothing special, really. I have seen very simple effects win the contest, though. :) - 3/21 - The program now recovers the screen. - 3/22 - I have changed the code a bit. It now makes the screen more "liquid"-like. However, you can still achieve the old effect by manipulating intI and intJ. Please, vote for me. - Philip
basicly the same as the previous EXCEPT! it has a new 3D progressbar option. and yet again most or all properties of the progressbar are customizable. even the depth. PLEASE VOTE AND COMMENT(good/bad) !!!!!
ok, it might not be too useful but i needed it. basically it copies the contents of one listview on one form to another listview on another form.
Tired of windows "numerical" listview sorting? 1 11 2 222 Well now you can sort your listview using true numerics! 1 2 11 222 An easy to use module, just one function to call on! Enjoy ;-) Feedback is appreciated!
An update to my previous submission. Create shortcuts without the VB6STKIT.DLL file. Also create special folders/files in My Computer, Desktop, or the Control Panel, which cannot be deleted or renamed. Also the screenshot has some messed up colors, dont ask me why, cause i have no idea...
This is very useful if you don't want to register each dll /ocx file using regsvr32 each time. Apart form this you can associate any file with any application using this and you will find the application if you right click over that file extension.Basically the same as my prev applications "Application on right click" but modified and prev are deleted.
Produce true 3d rendered images in VB. It's true, very simple code to produce really stunning results (see the screenshots) works best on 256 * 256 greyscale .jpg's or .bmp's as used in DEM's (Data Elevation Models) renders images based on colour of pixels (white = highest, black = lowest), allows for depth of vision using a little bit of maths. You have the option to choose bitmaps, change the height ratio & render it. Nothing too fancy, ( took me an hour & a half) will work on improving it if I get a few globes :-) . Hope U like it.
This is another prog from my [Winsock] series! Basically what it does is scans for peeps with KaZaA RUNNING, and connects to port 1214 to view their shared files! I have also skinned my prog! Sorry, with my busy school schedule, i was unable to make comments, srry :(! There's one more thing...you can only open the people who share files such as *.mpg, *.mp3, *.wav, *.avi, *.jpg, etc...but not including *.exe. If someone comes up with a way of connecting to peeps with *.exe please do leave a comments. I'm not perfect so I rely on your opinion! Thanx alot...and enjoy! P.S. It's rated Advanced simply because there are no comments! other wise its Intermediate!
A small HTML Editor i've been working on for some time, let me know what you guys think. has Syntaxing, a file browser and generates a bunch of the html for you as well, comes with a simple viewer to view your page. Please give me feedback on how to fix bugs. thanks guys adn enjoy
by popular demand from the people who commented on circle progress bar v2.0 ive made an ocx for the circle progressbar. its kinda slow (if you could help me with it would be appreciated) please VOTE and COMMENT!!!!!! [update 1] i removed a couple lines of code to kill the bug that made default values out of the properties and made the prog not work correctly (now you have to set all the values one your own to get it to work correctly
Complete game of Jacks or Better Video Poker. This is one out of the five games my shareware video poker contains. Game is Full screen. Use of an .ini file for the saving of the hi-score sheet. Sound, help file, etc. enjoy, and let me know what you think.