Results for "Volume: C_Volume2"
Easiest way you will ever find to check if someone is online in Yahoo. Just enter the ID and it checks it.
Example of how to apply a complex looking skin to any form. Please vote.
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.
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!
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
Example of how to apply a skin to both the MDI Parent & Child Forms. Please Vote!!!
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!
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
Playing with ordered dither.
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.
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.
Rotating solid knot wireframed in small window. Example of using StencilBuffer function in OpenGL.
Flight through tunnel. Example of TextureMapping in OpenGL.
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.
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...;)
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
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.
Put Any app in the systray, bring up menu, and show them again. Ability to change Icon and Tooltip. Please give comments!
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.
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