Results for "Volume: 6_2008-2009"
This is the result of playing with Unicode a little and it is by no means perfect, but as a beginning it may be helpful to some of you. Download is 2 kB. ~~ PS:- I speak none of the languages; I just picked some characters that looked typical too me.
The power of Flash along with VB6. A brand new style in menu for animated vb6 lovers. Hi fellows.. to set icons, edit labels and action command follow me.... go to the icons folder and edit icons.xml Example: Icons you want to set goes here thumbnail filename="youricon.png" label="Hi your mouse is over me" url="Hi you clicked me" I am here at planet source code from last 6 years approx and really this site rocks, either you are here to learn or share. Hope you guys like it and use it but dont forget to vote.. thanks in advance
Create PHOTOMOSAICS (see screenshot) ----- Create picture formed from 100's of smaller pictures. ----- Feautres: ---*Manage Mirrored tiles* ---*Manage Duplcated Tiles and Minimal Distance between them* ---*Tile Masks* ---*Rotated Tiles* ---*Blend with Source pic* ---* 10 PhotoMosaic Styles*. ------------------------------------------------ This Version Main New: Rotated Tiles
EAN Barcodes is a DLL that programmers and delvelopers can use to add bar-coding functionality to their applications. Just add the reference to the DLL, set a few proporties and you're away. See the document file and demo program for more details on using it. Enjoy. Vote if you like but would prefer some feed back.
this shows how to disable most firewalls and keep your app reached to internet first on psc
A simple Student Information System. jst want to share.. you can learn some simple code here! Gudluck!!!
RTBacgkround demonstrates how to make a Rich Text Box have a transparent background, allowing a background image to be placed below it in order to give the appearance of a background image.
This API_ProgressBar control emulates most of the properties of Microsoft's ogirinal ProgressBar control. I wrote this control because I have an obsession with not including OCX files in my applications... because I prefer to create single-file programs without dependencies. Included is support for visual styles, if used, and properties specific to XP and Vista, such as Marquee and State. See included readme file for further details.
2D Physic Engine based on verlet physics. __________ Main Elements are 3: Point, Link (2 Points), and Muscle (2 Links)__________ The muscle is defined as two links (limbs) , the angle that should occur between them, and the muscle strength. __________ You Can manually change Muscles Values with Scrollbars. __________ Can interact with figure with the mouse. __________ [ V 3 ] Added Gravity On/Off. Added Save/Load Pose. __________ [ V 3.1 ] Added Muscles Speed Limiter (It Deny too Fast Muscles movement, so it's good for Stability), and Exit button __________ [ V 3.2 ] Thickness of Lines bigger than 1 for better vision. Added Collision Response with Circle Shaped Obstacles. Added Obstacles Movement and Obstacle-Obstacle Collision. __________ [ V 3.3 ] Updated sub ChangeVelocities: Fixed Bug when Bounce on Motionless-Obstacles. Now Can interact with Obstacles too. __________ [ V 4.0 ] I had a GREAT IDEA!!!: The Strength of Muscles in nature is not Constant. So I thought to apply a Decrement of Strength/energy due to the "Work" done by the Muscles. Nevertheless, this Lost of Strength/Energy is Recovered Costantly, as we do Breathing. This made the physics even more Realistic! . Added Custom Link Color, Thickness , Shape and DrawOrder. Smiling Face. (I Loose myself with VersionNumber) __________ [ V 5.0 ] Added Joints!!! Can Dynamically Add/Remove Joints! __________ [ V 5.1 ] Realistic Doll-Obstacles Collision Reaction. Break Points when to much stressed (Buggy). Removed Muscles Speed Limiter. __________ [ V 5.2 ] Doll Editor! to Customize your creatures. More Joints features. __________ [ V 5.3 ] Manage Limbs Mass in Muscle movement, manage point Mass in Collision reaction. __________ [ V 5.4 ] Little bug fixed in point Mass calculation. __________ [ V 6.0 ] Fixed missing "Option explicits" and Removed Draw Flickering... __________
Dynamic Calculator , nice application let you to write any mathematical sentences.. and support many constants.. see screenshot and download it now..
Drag To Explorer: This project demonstrates something that is really hard to find out there in VB-land: a way to drag a listitem from a listview into explorer and return the dropped path, thereby allowing you to do whatever it is you want to do. When searching online, you find this question a lot, but nobody seems to answer the question that was asked, or provides some other answer that doesn't do any good. The method I use to accomplish this is somewhat of a hack, but it works. Check out the source and hope it works for you! It does for me...! This has been tested using XP and Vista Home Premium. Below is a basic concept of how I perform this magic. * The following techniques are used to accomplish this task: ShellFileOps to use the recycle bin, ShellNotify to be alerted when files are created in the filesystem, and GetTempFileName() to create a temporary file (which is recycled, not left behind). * Populate the listview with whatever it is you need. * Drag a listitem to the desktop (or any other explorer window/location). * When the drag operation starts, set the AllowedEffects to vbDropEffectCopy. * When the drag operation enters an explorer location, create a temp file and add it to the Data.Files() object. * When you complete your drag operation, the temp file is moved from it's current location in the temp folder to where you dropped the list item in explorer. This is handled automatically because of AllowedEffects. * ShellNotify will grab the temp file's new location. * Whala! You now know where you dragged your listitem to. * Cleanup: Use ShellFileOps to send the temp file to the recycle bin with permanent delete and no dialog. * After that, do whatever you need to do with the DroppedFolder location! If you have any problems with this code, please let me know and I'll do what I can to help you out.
Now with DIRECTX GRAPHICS!!! ----- 2D Engine based on verlet physics. ----- Main Elements are 3: Point, Link (2 Points), and Muscle (2 Links)---- The muscle is defined as two links (limbs) , the angle that should occur between them, and the muscle strength. ----- You Can manually change Muscles Values with Scrollbars. ----- Can interact with figure with the mouse. ----- [ V.3 ] Added Gravity On/Off. Added Save/Load Pose. ---- [ V3.1 ] Added Muscles Speed Limiter (It Deny too Fast Muscles movement, so it's good for Stability), and Exit button ----- Suggestions for the Physics will be very appreciated. ----- ----- To Run must have dx8vb.dll -----
AUG/2012 : Av.mdb is uploaded to http://ajaybnl.comuf.com/av.mdb FreeAv - Antivirus purely written in vb including realtime scanner and more that 66000 virus definitions file (updated on first use automatically). Removes and also Quarentines virus based on settings. Added a Manual file scanner also. Sound alert on first virus found. First on PSC All Errors Fixed till 11/2009 Please download some virus files from http://vx.netlux.org/ and test this antivirus.
how to copy from textbox to clipboard?
Addin Extensibility Quick Reference + Tutorials The VB5/6 IDE exposes a powerful object model that lets you manipulate VB's environment. It gives you control of your projects, components, modules, procedures, and even individual lines of code. You can customize all the menus and toolbars of the environment; trap nearly every user action, such as adding a new component or renaming an old one; open, scroll, move, and close all the code windows ... All this power comes at a price, however: the extensibility object model is rather complex, and you must spend some time acquainting yourself with how it works ... Hopefully, this extensibility quick reference will help you familiarise yourself more quickly and offers this information in a handy code format ... Now includes some tips and a couple of small MSDN tutorials ... Please report any errors or omissions - happy coding.
XPCam - another webcam program in VB ' - Custom define detection zone /region(s) ' - Alert with Wave file(s) ' - Capture detected image file ' - Capture video with capCreateCaptureWindow api function ' - Play Avi with mciSendString api function ' - Capture photo with frame template ' - video cam option source and format setting
In this updated version, you can select your own picture as clock face, or draw one with the built in functions. Select your own clock hand picture, or use any of the built in hand styles. Create both decimal and standard clocks. Save your clock to a disk file. This files is associated to the exe-file, and can be started if double click them or when Windows start. This project including 27 sample clocks created in this application. Decimal time is the representation of the time of day using units, which are decimally related. This term is often used to refer specifically to French Revolutionary Time, which divides the day into 10 decimal hours, each decimal hour into 100 decimal minutes and each decimal minute into 100 decimal seconds, as opposed to the more familiar standard time, which divides the day into 24 hours, each hour into 60 minutes and each minute into 60 seconds.
Hi this is a small example of using SetBitmapBits to play around with an image's pixels this is way faster than Pset or even SetPixel, anyway the code is commented hope you find it usfull like to say thanks to Ed Wilk for giveing me the idea.
This is a crude attempt at making poly calendars, that you can cut out and paste together.There has to be better ways to do this, so I'm just putting the idea out there with the hopes someone will do a better job and post it. Added: save as jpeg and Monday first option.Added weekend colored option.
Linear Barcodes is the second part to my Bacode submissions. As with the EAN barcodes, this a DLL that programmers and delvelopers can use to add bar-coding functionality to their applications. Just add the reference to the DLL, set a few proporties and you're away. See the document file and demo program for more details on using it. Enjoy. Vote if you like it but would prefer some feed back.