Results for "Volume: Java_Volume1"
Hello! (Sory for my english :( It is juste a windows calculator (not in MS-DOS) Good for beginers in c++ (like me :)) Please if you have a litle minute vote for me. Thank you in advance.... Kouznetsov Alexeï.............................
This code recieves RTF code as output by a Rich Text Box in VB or MS Word. It outputs the equivalent in HTML. It's in a somewhat BETA form in that it handles a number of but not all of the possible codes. If you encounter a code it doesn't properly convert just send it to me and I'll try to fix the function within 24 hours. I think it does a better job on uncomplicated text than MS Word's HTML conversion.
Draws a B-Spline over a PictureBox while the user inputs a series of points with the mouse. It also allows to drag the Control Points of the B-Spline to modify it
This shows how to Encrypt a string, and also how to then Decrypt that string, its a little incomplete as all characters(only symbols) arnt set, easy changable to any key you like!, rate what you think please! marty.
How to prevent a form/app from unloading , even if you use the taskmanager? Then try this code... (It works for me ;)
Use any Twain compliant scanner in VB .NET! No external 3rd party dll's or APIs. This is a conversion of NETMaster's original C# version. I performed a line-by-line conversion by hand, and now it works exactly as the original. This application provides raw access to the twain_32.dll, and all the core functions for proper calls. Remember: I did NOT create this, I converted it-this is also why you won't see comments. To see the original, go to http://www.codeproject.com/dotnet/twaindotnet.asp.
This is a GUI for UPX, it is very simple but efficient. I made it for my needs. If you like it vote.
This is one code which will explain the new programmers how to play with serial ports ... just have a look it is simple yet robust ... regards harpreet
Heres the example on how to use MasterJoyStick. It has a box, and lets you move it around with your joystick, and by pressing button 1 it makes it bigger, and button 2 will make it smaller. Cool example on using a joystick. I have it just taking the first joystick as the default. Using MasterJoyStick however you can retrive the amount of joysticks that exisit, and select which one to use.
This program is my attempt at encryption. It's fairly secure, I think. It's definitely not a professional job, but it'll do. I devised a funky key representation/generation scheme. Check it out! Read the documentation for much more detail on how to operate it. (Tomb.txt)
To run a program and run files with their associated program
This program shows how to read messages sent to your program, in particular WM_DROPFILES. The program allows you to drag bitmaps on to your form and the program displays the picture in a image box. Its real basic just showing the basic idea. Could easily be changed to open text documents and other types of images.
This VB.NET console application connects to a NNTP server and downloads all Headers and Bodys of a Newsgroup and saves them to the local hard drive. Easy example for understanding TcpClient (and NNTP commands, of course).
Encryption / Decryption of String
The MSFlexGrid doesn't provide a ColumnResize event. However it's needed in some apps, where this grid is used. The code below shows how emulate the ColumnResize event by analizing the sequences of other windows messages.
Create your own duck shoot style game, you can even kill your best buddy, just get a picture of him!!!
Dynamyc DLL Windows use: With this delphi component users can use Dynamic Link Librarys easily in his applications. With a few lines users can load multiples DLLs dynamicaly and execute functions, procedures, launch forms etc... In Demo that comes with the zip, users can see a basic DLL functions use.
Title: Appointments v1.0 Description: This is simply a calendar you can use, improve, and tailor to fit your particular uses. Its main feature is its ability to use xml as the data store. Store upcoming dates and appointments with it. Delete and view appointments. Some credit goes to Pedro Gonçalves and his article at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=37874&lngWId=1 I used some example code and a few others that were useful to me. Enjoy.
This class is used for easier database usage. It can connect, query and close from mysql. Very easy, and very simple!
Use this code to create a control that simulates a keypad. It wasn't very hard but I didn't see one on the site and thought I'd contribute something...... *NEW* a complete sample.....built in vs.net 2k3 I don't have access to 2k2...sorry. I'm