Results for "Volume: C_Volume2"
This article talks about programming mastery. The procceses involved and what I believe to be the most important aspect of mind to obtain this goal.
This article will quickly and to the point show you how to supress the beep when the user presses the enter key in a single line text box.
101 VB.NET Samples - A comprehensive set of Microsoft provided vb.net sample applications.
Tool for organizing media files such as Mp3s, Divx, Movies, Pictures, etc.
Someone asked me how to load a DLL, and call a function, and then release it. Also asked for OCX and some other format, that I am not familar with. Since PSC still wont let me upload, I just made it a quick little dos program for you to examine how it works. If I have time ill look up on OCX.
Very short code! Newly updated and it WORKS! Display bitmaps instead of text on a drop menu, in a form. Use the VB Menu Editor to create a menu with sub menus, the code does the rest!! So easy you will slap yourself for using other people's lengthy drawn-out codes.
To demonstrate MDI environments
This package implements a Web interface to generate barcode images according to well-known barcode formating standards. Currently it supports the following barcode format standards: Codabar, Code11, Code39, Code93, Code128, EAN-8, EAN-13, ISBN, Interleaved 2 of 5, Standard 2 of 5, MSI Plessey, UPC-A, UPC-E, UPC Extension 2, UPC Extension 5 and PostNet. The output images generated according to most of the standards have been tested with a barcode reader device to confirm that they are correctly generated. The classes require at least PHP 5.0.3 due to a bug in PHP found in previous versions that affects mainly the Code128 generation class. The PHP GD 2 extension is also required.
This is a simple puzzle game. You can load your image to it and split your image to n x n parts and then Make it! It shows you how to Copyrect, Draw, Split Bitmaps, Drawing in a Draw grid and etc. Just compile it and please vote for me. Thanks!
This program is a very basic animation. It uses the conio.h header file. It goes to the center of the screen, sets the text color, pauses for a second, and then resets the text and background color and prints more text. This is a verrrrrrrry basic animation.
Send an SMS message through SMSC service provider. There are hundreds of SMSC service providers all over the world
If your scripts are running too slow, it may be that you have a function that's taking too long to run or that gets called too often. This function profiler watches the all of the function calls and records how much time is spent in each function. All of the documentation is included at the top of the source code.
Simple code shows how to display any playing card image using the VBCRADS.OCX.
Tic Tac Toe game with AI: This game demonstrates the use of variable levels of the A.I. to challenge an opponent at any level. The highest level is unbeatable, the lowest level is very easy. The sourcecode is documented. Can you beat the highest level????
In depth explanation, as well as ability to download. Source codes contain, Platform SDK using Win32 Interfaces, incorperating graphics into interfaces, using mouse moves, customized buttons, command line dos application (for the assembler which contains a awesome string algorithm to translate the mnemoics) a algorithm to process the binary (hex for shortand) that the assembler outputs and a standard notepad wanna be to execute the assembler (so you dont gotta use the commandline). and MORE!!! Features - 15 Instructions - Error Checking, tells you the line of the error and what error it is. - Translates to .8xe - Emulator runs .8xe - Emulator allows full execution and records what it changes. - Emulator allows step by step execution, as if you were debugging. - Emulator contains memory map - Emulator contains register map - Emulator allows process of single machine instruction - Comes with 7 Source codes with assembled .8xe files CIS41 Emulation of Simulation (my friend whos a software enginer says that this is a more propper name) This application is intended to help you learn assembly, binary , hex, and the most basic concepts of binary assembly language. This is something Im learning in school , it is just about a exact replica of the teachers simple fake machine language example. Update: Fixed bugs in code editor, and in the masasmx (for the inc instruction) , newer versions of the source now avialable. -Jared Bruni
Cool KeyGenerator for implement in your application.Make your application strong. KeyGenerator generates an unique serial number using the username. Just download it and see the rest. Sorry my bad english.. :P La aplicacion tiene los comentarios en español tambien. :P
So you're ready to make your site a community and want to have a username and password entry for users? Well, this tutorial will show you how to easily make a script for users to create a username and password. The second part of the tutorial will show you how to have them log in the next time they come. You can see all these files for what I created and tested at: signup.txt, make.txt, login.txt, getin.txt. Let's get started.
This is a simple 'Browse for Folder' style TreeView. Loads all Logical Drives. Does not load sub directories until the user expands the parent directory so it loads quickly. Supports showing of the files and their associated icon. **Update (8/2/03) ** Looks a little more like the "Browse for folder Treeview". The root is the users desktop folder. Improved properties. Only applicable properties are accessable. ** Update (8/3/03) ** Inclcudes an Example Application simulating a browse for folder dialog. Added method to Create a new Folder. Once the new folder is created it is selected. Added a FindNode method that returns a specific node based on the nodes fullpath. Added different icons depending on the drive type. Speed improved.
Easily create custom shaped forms without using any complicated code, it’s a simplest example how to do that. Coded using vs.net 2002. This zip file also includes a Gradient Sample. SO, Please Vote!
This is similar to the 15 minute web browser, but is MUCH easier and has many more options!!!