Results for "Volume: 7_2009-2012"
This code allows you to embed a sub form unto a "main" form. Supports loading/unloading. Uses tabs to load and unload 3 simple sub forms. This allows you to have cleaner code by splitting UIs into different forms instead of having invisible frames on the same form
This utility serves two purposes. By setting property [Control_Mode] to (user_mode) this control basically serves as a web browser with lots of additionally functionality when it comes programming web pages. There numerous methods and events that allow you to access elements of the webpage such as its anchors and textboxes, returning each of them, seperately, as a collection. This control gives you the ability to easily, with 1 - 3 lines of code, get a handle on almost any element in the webpage based upon its .id, .name .classname, or innertext. So if you wanted to created a webbased application that automatically navigates to the yahoo email webpage fills in the username and password and clicks the submit button for you automatically this control gives you the ability to do that in a hassle free way. By setting property [Control_Mode] to (code_mode) you can easily and quickly get the code necessary to get the handle to each of the webpages elements so you can manipulate them i.e. the above example given with yahoo. The way you do that is this. Using the above example, after setting the [Control_Mode] to (code_mode) navigate to the yahoo login page, right click the username textbox and in this forms textboxes the code necessary to access and manipulate that element is immediately present via the username textboxes .id, .name, .classname, and .innertext properties. Click on the textbox that has the code you want and it automatically copies it to the clipboard for you. I not only welcome but strongly suggest ideas for improving this control. With all the webpage programming I do I finally got tired of all the same code I had to write over and over again to access and manipulate a webpages elements and the creation of this code/control is one of the best, most time saving utilites I have ever created and I hope you feel the same. There is very little documentation when it comes to programming and manipulating webpages and its underlying document so I feel this control would be very very helpful to lots of coders here. Your voting will tell me how it is and your suggestions and comments will help me make it even better!!"
Ever want to make Windows DLLs or Windows Control Panel Applets But stuck With VB Active X DLLs? Here is your answer: Now Includes: -.Def Maker Addin- Define Helper File Maker (Takes your exported functions and makes them defines for easier implementation) Def Maker (Allows you to choose routines to export) -Linker Helper- Lets you choose to make your DLL or CPL windows compatible Still allows the use of resource files Sample DLL and dll test app Info to make your DLL callable from any programming environment Updates: Fixed Decrement in Dll test app Fixed Sub Define Failure in define helper See orig. Article: http://www.windowsdevcenter.com/pub/a/windows/2005/04/26/create_dll.html?page=1
contain many features to help clean virus on the computer. For some codes, I have taken from the website (maybe here) and all credits will go to the original developers. I actually developed this project to be my personal tool to help me eliminate viruses, such enable registry, end some processes, delete all viruses which are the same, etc... To be better application, your advice are valuable. PS. Can anyone help me find some ideas about Real-time scanning? Any feedback is appreciated.
BugFix :Error 326. Thnx Robert Rayment and Paul Bahlawan for feedback. By the way Update clock hands color and setup defaults. Real time 3D clock cube screensaver. Supported bilinear filtering. Pure VB.(267 KB)(Rev:11.Feb.2011)
This program has it all when it comes to anything that has to do with passwords. Features: Password Storage with simple encryption, Password Generator, Password Strength Checker, and Password Recovery Tool. Most of all, it is packaged with my specialty, an elite iface that is sure to inspire any of your future work (check the screenshot)!. Password Fox is a complete application I decided to share on PSC due to all I have learned from this site. Comments are more appreciated then votes!
This Project is develop for the complete tution management whith the Attendence, Student Details, Fees Management with instrolment, Exam Details with storing all the data as the security option...
Just an update responding to previous user requests. Added fastcall support, call by pointer and every return type I could think of: Byte, Integer, Long, 64bit, Single, Double and none. March 10: two asm optimizations and some comments fixed. March 17: LaVolpe's requests added.
Updated:: Fixed mem leak save routine (oops); added minimal unicode support to sample form for playing & as promised, SaveAs Jpg/Png/Bmp capable. A project I wrote to learn more about GDI+ graphics paths. Think it can be useful for others who want to explore paths. I thought I was going to make this a full-blown WordArt-clone but have since lost interest. This project may be updated in the future, but it will remain low on my priorities. Graphic paths are fun to play with, but short of creating a Paint-like application or using paths to manipulated direction/speed of some animated object I can't find much use for them. Have fun playing with it. 26Mar08: Added ability to save a GDI+ path to JPG, Bitmap and/or PNG formats. 27Mar08: Found & fixed mem leak in save routine. In sample form, added some unicode support for playing.
ArtDraw is a vector drawing software with multiple functions (similar to CorelDraw). You can Draw Polyline, FreePolygon, Curve (with bezier), Polygon, FreeLine, Free Line Closed, Rectangle, Ellipse and Text. You can edit position, size, rotation, skew and mirror with 2 different mode and move points position. Fill object with 4 different mode with transparency. Insert and edit whatever symbol(fonts). You can also objects, lock/unlock, zoom-it, save to file, copy-paste, undo-redo, export to raster format (bmp,gif,tif,png,jpg) This program run only Win2000,XP,Vista ------------------------------------------------ BUG FIX (26/3/2008): FreePolygon,Polyline,Polygon,Ellipse in copy,paste and undo also with left mouse click the "Make Curve" ------------------------------------------------
The main goal of this project is to create peaceful 3d simulation/rendering engine, Which can use with various computer languages. I planning to cross platform too but may not be very soon. Current it still at very beta state. Some physics and rendering feature will be gradually added soon. This demo show how ease of use of PeaceEngine.
Just something I was playing around with. Also included an extra set of red digits in case you don't like blue. Have fun.
To prevent user access porn websites
To remove many virus and worm
This project can manage the employee payroll, truck Trips, payroll report,employee deductions, and many more.. just try it...
Transfer Excel Data To Access
This is a compelte Payroll and trip monitoring system of Trucking Company. Manage report, all trip data, Graphical design view and friendly user.....
isButton 3.7.2 - update (original v3.6.2 by Fred.cpp) Reported bugs fixed: Click event fires when button is disabled.
Who knows? Many people might have been in John's Situation. He was extremely happy when I help him with this Advanced data search sample. He suggested that I should post it on PSC for the rest to enjoy it. Please vote for me.
UPDATE: Fixed a few minor bugs, and added the ability to import any changes the user may have made to a file back into the vault. UPDATE: I have updated the code to implement AES encryption (John Korejwa), and Secure Document Shredder(Steppenwolfe). Fixed a major bug that I was unaware of until I did the update. All file types should be launchable now from within the program. This code demonstrates how to use alternate data streams (ADS) to store programs, files, etc, within another file. There are three projects included in the zip. One is used to View the VaultFiles, one is a blank VaultFile, and the other is used to cleanup tempfiles created when opening a file. Compile all three to the same directory. Launch either FileVaultViewer or VaultFile and the rest should be explained as you go. I have taken extra care to thoroughly comment the code so it should be understandable by coders of any experience level. (Just make sure you understand Alternate Data Streams first.) Feedback would be much appreciated. Much of the information used to create this was obtained from the site http://www.infosecwriters.com/texts.php?op=display&id=53 Also, I used Ion Alex Ionescu's project (located at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=47299&lngWId=1) for debugging purposes.