Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #114777
Apply a Skin To a Form

Example of how to apply a complex looking skin to any form. Please vote.

2_2002-2004 #114778
Gradient Progress Bar v2

Gradient Progress Bar v2 is the second version in its series. This progress bar now comes with 12 types of gradient in two main categories: horizontal gradient and vertical gradient. They are 6 colors in each category. Comments are welcomed. If you liked this progress bar, please vote.

2_2002-2004 #114779
Histogram Control (like Windows Task Manager Performance)

This control is like Windows Task Manager performance scrollers. It's pretty simple, so the lack of comments :-( shouldn't be a problem. The main useful bit is bulding the scroller in a hidden picture box, and using bitblt to move it onto the UserControl (so we don't have to keep adding to the memory required for the display). There are a few properties for the colours and grid settings, and the whole thing's runtime resizeable (though I don't know why you'd want to do that). Feel free to use/modify/improve etc. this for your own stuff - hope you find it useful!

2_2002-2004 #114780
PathFinder: Dijkstra Method

Contribution to Julien Lecomte's post. AI path finder now goes diagonally too, less memory intensive. All credit goes to original author; if you wish to comment on the diagonal path routine, please do; otherwise any voting should go to the original author at www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=31654&lngWId=1

2_2002-2004 #114781
Apply A Skin To An MDI and Child Form(s)

Example of how to apply a skin to both the MDI Parent & Child Forms. Please Vote!!!

2_2002-2004 #114782
XP Style / Rendered (Skinned) Toolbar Buttons Control

This control lets you have Office XP Style or Rendered Toolbar buttons (useful for skinning forms). The style can be switched dynamically if you like. See the 'SetButtonStyle' procedure on Form1 for details on using the control. The control includes Steve McMahon's excellent vbAccelerator Subclassing module, and some snippets picked up from Planet Source Code - thanks to all! Feel free to use and/or improve the control - comments and suggestions very welcome. Hope you find it useful!

2_2002-2004 #114783
Internet Explorer and Office XP Toolbar

Use a better toolbar in your project Availiable Styles: - Office XP - Internet Explorer Only input is 1 bitmap file with the toolbar icons Great code to generate the grayscale bitmap in 1 jiffy

2_2002-2004 #114784
Ordered dither test

Playing with ordered dither.

2_2002-2004 #114785
FileSystemAPI

A clone of Microsoft's Scripting Runtime: FileSystemObject using API calls with a few additions and necessary changes. If you want total control over file access this is the object for you.

2_2002-2004 #114786
RAW IP Sniffer

Updated.(21/nov/03) Sniff all IP Packets in your PC using RAW sockets (needs windows 2000 or XP) I´ve used a subclassing class posted here in PSC Please comment and tell me what you think.

2_2002-2004 #114814
Knot

Rotating solid knot wireframed in small window. Example of using StencilBuffer function in OpenGL.

2_2002-2004 #114815
Tunnel flight

Flight through tunnel. Example of TextureMapping in OpenGL.

2_2002-2004 #114816
Get File Sizes of Large Files

Gets the correct value for file sizes when the file is large (> ~2.1GB). Basically the file size function included in VB will give a wrong value when used on large files. The traditional way of getting the file size via API will also not work as detailed in the MS article http://support.microsoft.com/default.aspx?scid=kb;en-us;185476. After a bit of research I ended up tweaking the API function to calculate the proper file size. To see the differences, browse to a large file. Let me know if there are any bugs or suggestions to improve performance.

2_2002-2004 #114817
Some very very POWERFULL internet functions

Some very very POWERFULL internet functions Be careful some of them can harm people or machines. You can end up in jail!!!!. Use it at your own risk (like hacker's say : This 'nuclear bomb' was made for educational purposes.We dont have any reponsibility if it blows in your country) Do not do try it at home ,try it from your friends pc...;)

2_2002-2004 #114818
Integrate Regsvr32 with Shell (Click to register/unregister .dll or .ocx or .tlb

Now updated with the possiblity to register/unregister typelibs (*.tlb) it can now also handle long filenames, thanks Vlad :-) I got tired of using regsvr32 the old way, so I integrated it to the shell. Makes life easier to register/unregister an .dll or .ocx file with just an click. I can´t figure out why I have not thought about it before :-))) What you need to do is to create your own .reg file putting in below info using notepad and naming the file to regsvr32.reg Or you can download my already made .reg file

2_2002-2004 #114819
Access 97 database password recovery

this code is made for experimental purpose only. this program recovers the database password created in MS-ACCESS 97. THIS program is created for learning purpose only.

2_2002-2004 #114820
Put ANY app in systray (Updated)

Put Any app in the systray, bring up menu, and show them again. Ability to change Icon and Tooltip. Please give comments!

2_2002-2004 #114821
AutoCAD_VisualBasic_CodeLoad

A load of AutoCAD Functions in VB. Align Text, Blocks, send entity data to excel. Erase specific entites, all kinds of stuff for general drawing info and maintenance, good for beginners experimenting with AutoCAD VB and VBA, there's enough here to last a week or two.

2_2002-2004 #114822
A 3D Cube

A simple 3D test i made to help myself get of the ground in 3D, just has basic 3D algoritms. the page i learnt this from is: http://www.geocities.com/SiliconValley/2151/math3d.html You just move the scrollbars of drag on picView to rotate the cube

2_2002-2004 #114823
FYI: Multidimensional Array Sort

Another contribution to existing code. Very quickly sort a two-dimensional array containing any amount of members (ex: vArray(5,1000) by simply identifying the member of the array to sort on. This routine has links to the original authors' posts in the source. My only contribution was to tweak for use in more than a 1-dimensional & 2-dimensional/2-member arrays. Please no voting on this one; 99% of it is the work of other coders. PS. Revised by switching the array elements around properly,i.e, from vArray(1000,5) to vArray(5,1000). Revised once again (21 Nov) to offer fast search on sorted array & to properly handle non-zero based arrays.

Languages
Top Categories
Global Discovery