Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #103559
Secure Socket with RSA encryption

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.

Java_Volume1 #100211
A 5 Function Calculator

Just a simple calculator that will add, subtract, multiply, divide, and it will also do powers like 5^3 = 125.

Java_Volume1 #90501
Fractal Viewer

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.

Java_Volume1 #90502
Disable program after 100 times used

This code will disable your program after a certain number of runs of the program. more info: worm@thepentagon.com

Java_Volume1 #100212
Getting User Feedback and Using Edit Boxes

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).

Java_Volume1 #90503
Blinking Title Bar

Want Attention? Let the title bar of your program blink!

Java_Volume1 #90504
cReadEasyReg

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.

Java_Volume1 #102658
Dll Made Simple

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.

Java_Volume1 #103852
Associating file extension to Your Application in .NET

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.

Java_Volume1 #100213
MemBrowser

This program targets a specific application, and allows you to browse its memory. Writing is also possible. To target an application, place your mouse over its window and press Alt+T. To seek to a specific address, type the hex address in and press "Go." ^? and v? scan up or down, respectively, for values that are not zero. ^^ and vv scroll up and down a page. ^ and v scroll up and down a line. * refreshes the page. It needs work, but that's okay.. It's just an idea.

Java_Volume1 #103174
Image 2 HTML

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.

Java_Volume1 #103837
Visual Studio.NET Tips and Tricks - I

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.

Java_Volume1 #90505
RevInStr

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

Java_Volume1 #103847
All file and directory operations

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

Java_Volume1 #103456
Dns Query

Dns Query Class is the easiest way to get any Dns Record from Name Servers. (For those who know) It supports: MX Query, Host Query and NS Query. It is fully written in VB.NET without the use of windows API. I did this because I coudn't find any equivelant sort of code on net. It is an appropriate piece of code for those who like to write SMTP Client programs where Mail Exchanges are required. I really appritiate if you comment on this code.

Java_Volume1 #90773
3 HTML Formatting Functions

This code provides 3 convenient ways of formatting html strings.

Java_Volume1 #103566
Read Array&Draw As Dots&Change Array

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 :))

Java_Volume1 #100214
Laboratory Mouse Adventure Game

DOS, text-based adventure game. You play a mouse who has to escape from a mad scientist's lab.

Java_Volume1 #90774
GetWindowSnapShot

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.

Java_Volume1 #100215
MasterLibrary - Collection of my librarys 6,000 lines +

I have been planning on doing this for a while now, this is a collection of my librarys. I am going to be using it on some future projects I am making. This contains MasterString,MasterX SDK,AOLCPP4 etc. You can use certin preproccescor directives to choose which librarys you want to use. Those directives are documented in the header. Example: #define MASTERLIB #define MASTERX #include "masterlibrary.h"

Languages
Top Categories
Global Discovery