Advertisement

Results for "Volume: 5_2007-2008"

5_2007-2008 #192611
HTML Calendar 2

This program builds a HTML web page that uses a table for a month calendar.

5_2007-2008 #192660
[ winsock file transfer tutorial ]

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!!!

5_2007-2008 #192749
Calendar without ocx, 1 form, great features

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.

5_2007-2008 #189760
___OneLine Shutdown.

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.

5_2007-2008 #174386
DM Visual Dialog Designer

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.

5_2007-2008 #180840
Thumbnailer 1.0 (image thumbnailer-viewer with GDI+)

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!.

5_2007-2008 #191596
Thirteen's (SOLITAIR TYPE CARD GAME)

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

5_2007-2008 #192458
a tabbed form (the fast N cheesy way)

this is a fast and simple way to implement a sort of tabbed form effect

5_2007-2008 #187804
Easier Method than the SaveSetting GetSetting commands

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

5_2007-2008 #185793
Smart Storage with 2 compressions(zip/huffman) #update 4

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.

5_2007-2008 #192442
Nokia Snake

This is very cool Nokia Snake Game.. Please Vote Me

5_2007-2008 #188376
ut_VBClsBuilder V302

Aid a developer in creating a VB6 cls based on a table located in SQL Server

5_2007-2008 #192763
Flat Shading 3D, Pure VB

A 3D demonstration for Flat Shading in pure VB code (see sceen shot)

5_2007-2008 #175478
Painting 1.0

The purpose of this program is just to color the picture template. The picture template it self is the monochrome bitmap. You can color the picture using the interactive pit. Select the brush, the dense of the brush, the color, and then play it over the picture. How can I color the tree without annoy the sky? Don’t wory; the Painting Application will set the border from one site to another in the picture by using specific color of the template. So, you can color site by site. Just click and play! Have fun. PS: This application is not complete yet. Maybe one of you can make it for me. Thx

5_2007-2008 #192506
Timer Class Module

This class module contains everything needed for creating a timer. It is very simple (18 lines), but provides millisecond accuracy using the GetTickCount API.

5_2007-2008 #176236
rvtDX9vb

This is a first!. A Typelib and DLL for the use of Direct3D9 from VB6. Consult Readme and Doco for useage. Requires DirectX 9.0c to be operational on your machine. (163K)

5_2007-2008 #188670
Virtual OwnerDraw API Treeview (update #2)

Today VB6 has become the most widespread dead (programming) language. In celebration here's the only(AFAIK) ownerdrawn treeview published in VB. #1: Several bugfixes,modifications,additions Support for folder browser extension (CodeId=61324) #2: Different drag image method (>=Win2K)

5_2007-2008 #174385
CStack

Was just looking tho one of my C++ books and came accross a stack class. so I desided since had nothing better to do and convert it to VB. anyway I done it as a class and added some other features. comes with evey line commented and a small example. hope you can find a use for it.

5_2007-2008 #180839
API's AlphaBlend emulation

A little module: AlphaBlt() and AlphaBlend() functions will let you render 32-bit-alpha bitmaps onto a given DC. Use first one (faster) when rendering onto solid-color surfaces. Use second one for a complete emulation of API's AlphaBlend. // W9x and WNT systems compatible, I hope. // ~115Kb. __________________________________________________ Update #1. Added cDIB32 class (simplified version accepting only 32-bit DIB sections). Useful in case loading a resource bitmap. All properties have been preserved to allow create/edit custom alpha DIBs. Thanks go to redbird77 for the new CreateFromResourceBitmap() function. Note: compile first if you want to test this function! (also you'll get about 10 times faster results). __________________________________________________ Update #2. Added a mini-tool to export 32-bit bitmaps from icon/cursor resources (XP format). __________________________________________________ Update #3 (2005.05.03). Speed up: checked special alpha values (full opaque and full transparent).

5_2007-2008 #185792
Smart Storage with 2 compressions(zip/huffman) #BIG update 6

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. Now it comes into two separate version: with/without compression. You can choose zlib/huffman or no compression for each file. It uses index(file) technique for a better performance, thus it has VaccumStorage() function. And, the most inportant part is that it uses serialized section(chunk) technique to handle the CRC & compression of large file. 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 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.

Languages
Top Categories
Global Discovery