Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #100087
Function is left value

For anyone who thought that function can only be right value - See this code.

Java_Volume1 #90129
FloatingForm

Creates a floating form on top of a previously existing form. Its useful for floating toolbars e.tc.

Java_Volume1 #103804
Clip edges of forms to give that rounded feel

This code will round the edges of your form to give that clipped/rounded look.

Java_Volume1 #103057
phpSimpleEMail

A 'simple' and complete script to send HTML in e-mails. I developed this for people who are looking for the basics of sending mail with PHP. You should be able to use this very easily no matter what your level of programming knowledge is. Enjoy!

Java_Volume1 #102738
Auto Loading

This article will show you how to make your application to be able automatically load when Windows is on starts up.

Java_Volume1 #90130
TimeDelay

TimeDelay fuction is good for when you want to time out a loop, in milliseconds. Does'nt use a timer control, Uses simple api declare.

Java_Volume1 #90131
Center a form - Short, Simple, and Sweet

This code allows you to quickly center a form within the screen without eating up alot of cpu time.

Java_Volume1 #100088
Shell (v2) for Borland C++ 5.5

If you don't like compiling from DOS when you use borland C++ 5.5.. well this is the solution for you. UPDATED!!! It now compiles windows programs as well as DOS, and can edit CPP source files too!

Java_Volume1 #100089
Quick & Easy encryption

Learn how to write a simple DLL in C++ and then call it in Visual Basic. I scoured the web trying to look for beginning tutorials on how to write DLL's in C++ but came up with NULL examples. All the examples were to complicated for a beginner. Some of them were out-dated i.e. "Learn how to write a DLL to communicate with an ISA card". I soon gathered enough information to write a very simple one. Check it out.

Java_Volume1 #100090
Link list (queue)

produces a link list as a queue. it is part of my billing project and so uses order placing. nothing complicated.

Java_Volume1 #102661
A_Load_Of_Basic_programs

This upload is related to the tutorial "Baiscs of delphi" It is about 10 mini appz demostrating the componets. These Appz are really for complete beginners. I have reziped this, I originally used winrar and now i have used the zip in XP.

Java_Volume1 #100091
Telnet Client By Ibrar Ahmad

Introduction This is a telnet console application that implements the Telnet client protocol (rfc854.) I have run it on VC6, NT4.0 SP3 Telnet The purpose of the TELNET Protocol is to provide a fairly general, bi-directional, eight-bit byte oriented communications facility. Its primary goal is to allow a standard method of interfacing terminal devices and terminal-oriented processes to each other. It is envisioned that the protocol may also be used for terminal-terminal communication ("linking") and process-process communication (distributed computation). General Considerations A TELNET connection is a Transmission Control Protocol (TCP) connection used to transmit data with interspersed TELNET control information. The TELNET Protocol is built upon three main ideas: first, the concept of a "Network Virtual Terminal"; second, the principle of negotiated options; and third, a symmetric view of terminals and processes. When a TELNET connection is first established, each end is assumed to originate and terminate at a "Network Virtual Terminal", or NVT. An NVT is an imaginary device, which provides a standard, network-wide, intermediate representation of a canonical terminal. This eliminates the need for "server" and "user" hosts to keep information about the characteristics of each other's terminals and terminal handling conventions. All hosts, both user and server, map their local device characteristics and conventions so as to appear to be dealing with an NVT over the network, and each can assume a similar mapping by the other party. The NVT is intended to strike a balance between being overly restricted (not providing hosts a rich enough vocabulary for mapping into their local character sets), and being overly inclusive (penalizing users with modest terminals). This Project has five Main Classes CSocketDx CSocketDx Class is used to establish TCP connection. It has 3 functions CSocketDx(char *,int); ~CSocketDx(); int Create(); int Connect(); SOCKET TelnetConnect(); CSocketRx CSocketRx Class is used to Receive data. It has only one thread. CSocketRx(); CSocketRx(SOCKET,HANDLE&); virtual ~CSocketRx(); static DWORD RdTh(CSocketRx *); CSocketTx CSocketTx Class is used to Send data. It has only one thread. CSocketTx(SOCKET,HANDLE&); virtual ~CSocketTx(); static DWORD SendTh(CSocketTx*); CProtocolRx CProtocolRx Class is used Implement Telnet protocol. inline void yesreply(SOCKET server, _verb verb,_option option); inline void noreply(SOCKET server, _verb verb,_option option); inline void askfor(SOCKET server, _verb verb,_option option); void TelentProtcol(SOCKET server,unsigned char code); Platforms I have run it on VC6, NT4.0 SP3; I did not test it on 95 and VC5 Limitations Cannot handle arrow keys

Java_Volume1 #90132
Expiredate

Expiredate, it's very usefull for makers of shareware. It can worked for 30 days long or 60 days long. you can make new demo for. After expiredate your programma will not worked until customer pay to you.

Java_Volume1 #100092
File I/O class.

a class to make using fstream easier. NOTE: after a call to openfile() it is HIGHLY recomended to call closefile()

Java_Volume1 #100093
Creating a DLL in C++

this shows an example of how to create a DLL in C++, and use it in visual basic... hope you like it :)

Java_Volume1 #100094
Creating and using DLLs in both formats

Creates a DLL, and shows how to link dynamically at run-time or compile-time.

Java_Volume1 #103060
Easy News Script

This is a very aesy news script that does not use mysql to be aviable on as much hosts as possible

Java_Volume1 #90133
Rotating Cube Demo

The HELLO WORLD of 3D programming :) A rotating cube demo. You can adjust the rotation (clockwise or anticlockwise) and the speed by moving the mouse cursor towards the right and left edges of the form.

Java_Volume1 #102660
Threads_Example

This example shows how to use threads and gives a breif explaination why to use them. threads stops you program hanging/ freezing up

Java_Volume1 #103050
PHP FOR DUMMIES

PHP FOR DUMMIES This article is for people who are not aware what PHP is , who have not heard of PHP ,This article will refresh you about what PHP is with some of the important highlights . PHP!!! PHP!!!! PHP!!!! WHAT IS IT???? Don’t worry; I am here to tell you, what it is?

Languages
Top Categories
Global Discovery