Results for "Volume: 7_2009-2012"
The idea is that when the client connects to a server, each of the nodes create a pair of keys, and each send their public keys to the other side. after that each node encrypts the data using the other node's public key and decrypts the data it recieves using its own private key. almost impossible for a sniffer to decrypt the data. Remember that this is a just a sample on how to do this and it does not have many features including events and async data tranfer.
Just a simple calculator that will add, subtract, multiply, divide, and it will also do powers like 5^3 = 125.
A simple fractal viewer.It plots the Mandelbrot Set at the desired size. All you need to do is open a blank form and paste the code in the editor.
This code will disable your program after a certain number of runs of the program. more info: worm@thepentagon.com
There are two different programs which come in this *.zip file. One of them is about User-Feedback. The other code is about using edit boxes. This also comes with a really great e-book on: “Writing your first dialog based application using Visual C++.” I strongly recommend you read this e-book if you are just starting to program in Visual C++ (Uses MFC).
Want Attention? Let the title bar of your program blink!
A easy way to read the Registry. Most of the times I work with the registry I only want to read it, not write to it. PLEASE NOTE: This is a class module and all the code should be paste into a CLASS Module.
This project teaches you how to make a dynamic link library (DLL) in Delphi. In contrast to others, this project contains useful routines to display graphical buttons and play a click sound from a resource file. If you study this project carefully, you will learn alot about DLL's. Please rate this application. See www.faris.memebot.com
Associating file types(file extension) to Your Application in .NET.This concept had been tedious or complex process in the past for programmers. But with .NET this has been made easy and flexible.You can associate a new file type (extension) or an existing file (like gif,jpg,bmp etc) to your application easily. you can refer http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vbtskaddingdeletingdocumenttypesassociatedfileextensions.asp for understanding.I have submitted an example of how to do this. This is photo viewer .If you install this project,you can open the existing GIF files with this program in your system.You can also associate JPG,BMP and other types also.
Send virtual keystrokes using the Windows API SendInput. (SendKey, SendKeys, Keyboard Output.) Allows you to send keys to the application in focus.
Converts an image to HTML table cells. Probably done many times before. This one also creates javascript to invert the image 1 pixel at a time.
This article presents you with some cool Tips 'n' Tricks which you can perform with VS.NET. These tips helps you to work faster than usual.
Visual Basic 6 has a new function called InStrRev, which searches a string from right to left. I found it very usefeul, so much so that a project of mine relies completely on it. When I tried to work on the project at another location on VB5 I found that the function did not exist. So, I wrote it. I left out the compare method, you can add it if you want
The Tutorial aims at acquainting beginners, of each and every file and directory operations. I have given my main emphasis to reduce complexity and length of code. I am sure you will find it useful. "Please Vote". ;-) Kart
This code provides 3 convenient ways of formatting html strings.
Ok guys , don't laugh at me please! :) This is my first on .net , this codes shown how to read from file , put to array , draw some things by values which returns of array , and change the array's values.. Hope you like it(note:sorry for my english if made any mistake :))
DOS, text-based adventure game. You play a mouse who has to escape from a mad scientist's lab.
This allows a VB program to capture either the screen or the program window. It has been tested under Win95 and NT4.0. It derives from a routine by Dan Appleman (VisualBasic 5.0 Programmer's Guide to the WIN32 API, page 303) which unfortunately does not work reliably under all conditions. Dan Appleman's exhaustive preliminary tutorial, though, is all it takes to understand the code.
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.