Results for "Volume: C_Volume2"
Wireframe3D fully in VB, you can move the player position, view the scene anywhere..... (see screenshot)
Puzzle Script is a scripting language. It supports API and Types (no strings allowed.. any help is welcome) also clean parser and structured code. Managed the Stack with a timer.. I think this technique has been never used. Anyway you should take a look and please vote and leave comments. The runtime sources (PZL20VM.DLL) are also included in the .zip file just look for 'Sources\Runtime\' you have to compile it as PZL20VM.DLL into the application directory.
Registering\Unregistering\Slient Dlls From VB!
This program builds a HTML web page that uses a table for a month calendar.
This tutorial is to explain how to send files (of any size) to any ip using winsock.I've assumed that the reader knows only the basics of winsock...so i've explained it in detail and the codes are higly commented...PLEASE VOTE FOR ME!!!
This is an interactive calendar (like the windows one) that is totally definable. It does not use any OCX's the code is simple and effective. Great for adding into projects when you need a date input from the user.
- Web image grab & search engine. Alpha fix *** Wait for next verison 0.0.3 improvements.
Not sure if this has been posted before. Allows you to shutdown quickly using the shell command. This also enables you to restart as well.
Hi, all. This is a project I been working on for the last day or so. That is a Visual Form designer. Note this is not a full version and was only made for my new scripting language but I thought I share it with you all. Anyway I hope you like it.
A little note... The big issue of this work has been multithreading: thumbnails extraction should run independently. Despite of speed GDI+ extracts thumbnails, working with not so 'quick' devices can slow down all this, causing an 'awkward' navigation through folders. Also, application termination is still deficient: you can end up with an still running instance in case closing application during thumbnails extraction (see task manager). Nevertheless, I've finaly decided to post this work hoping it could be useful for someone. // Suggestions-solutions will be welcome (mainly, regarding to application termination), thanks. // 170Kb. // gdiplus.dll needed!.
Ok i was thought how to play this game... i don't know what it's called so i called it 13 because the object is to make 13 with a pair of cards. It's fun and my little sister likes to play it... i just wish i could make it an exe and if you want to use my some of my code please ask... Thank you Sehab Veljacic
Most people will probably never need to know the clsid's of their components, but sometimes you do. Although manually searching the registry isn't that difficult, it can get to be irritating when your working on a dll and the clsid changes everytime you recompile it. That's pretty much what this is for. You can just get the id easily everytime you need to. For ease of use, an inf file is included that will install a menu item in the shell context menu. (Only visible for dll, ocx, exe.) To install the inf you have to compile the exe first. It will copy the exe to the windows directory and be run from there. Meaning, if you install it and make changes to the code, you will have to copy the exe to the windows directory for changes to be effective. It is easily uninstalled from the add / remove software applet.
Allows a user to monitor any of the NWS's 178 different US radar locations for the latest set of radar imagery for that location. Has 6 different style maps to choose from. Automatically updates images every 2 minutes. This is a work in progress. A lot of time & work has gone into the creation of this project, so if you like it please vote.
You must see Screen Shot fisrt. Very easy way to draw 3D tubes.
this is a fast and simple way to implement a sort of tabbed form effect
Want an easier way to save and retrieve the value of a control to and from the registry? Why use SaveSetting(app.EXEName, "Settings", "Text1", Text1.Text)? When you can use: RegSave(Text1, Text1) Ofcourse you can still use SaveSetting(blah,blah,blah,blah) when you want your program to remember something specific. But for popular controls, I think you will find RegSave and RegGet to be easier. It's easier to use the name of the control than using your own naming convention. Let me know if you find this method useful, if you do, please toss me a vote. If not, Ready Aim Fire with the comments. Thanks Keywords: Saving Registry GetSetting SaveSetting Load Value Retrieve Value INI Settings
Smart Storage with 2 compressions(zip/huffman) Smart Storage is something like a file packager, you can add any file(s) of any format to the storage file(AddUpdateItem function) and remove them(DeleteItem function), of course. It uses index(file) technique for a better performance, thus it has VaccumStorage() function. And this project is originally aimed to be the storage part of Carles P.V's Thumbnailer 1.0 (image thumbnailer-viewer with GDI+)(http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=59677&lngWId=1), thus it includes the PictureFromByteStream() function to directly return a picture object from a byte array! Beside that, there are: GetItemText() function for direct return of plain text content; GetItemPicture() function for direct return of picture object according to the index; SaveItemToFile() function to save the content to disk file according to the index. Some of the codes are not written by me, such as cHuffman, cCRC. They are from psc, now they are back for you guys:) The zlib dll is generated at runtime of sample test since psc will remove all PE file. It is easy for you to remove the zlib dependancy, that's why I only enclosed it in the sample project. And I make all these functions into a class for handy usage. I also use Copymemory for a better performance. Please feel free to leave any comments, bugs or suggestions are welcome! Usage: 1.Simply open the sample storage, then click listed files, content displayed, doubleclick to save. 2.Select DB File->Create->Open->Select Item File, add it... Sorry for lack of code comments, but I think that the method is really simple. #update 1: now with compression and better sample, fixed some bugs and improve error handling #update 2: added huffman compression, CRC, GetItemText()/GetItemPicture() functions, fixed bugs in VaccumStorage. #update 3: added support for byte array(such as DIBs)/text etc. And ItemData for extract info. #update 4: added FilterItems() function for quick searcing. please visit a new version: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=59797&lngWId=1 with updates: #update 5: added ReadItemContentChunk(), chunk by chunk to read a file, rather than read the whole file at once. added Version support. Improved OpenStorage result. Now with full DIBs support, from an image to store in storage, then from storage back to be an image! #update 6: fixed bug in ReadItemContentChunk() due to changed with serialized section chunk.
This is very cool Nokia Snake Game.. Please Vote Me
A working fill system... It fills everything you draw!!-!!-!! Code wrote by Tanner Helland
Aid a developer in creating a VB6 cls based on a table located in SQL Server