Results for "Volume: Java_Volume1"
Generates html forms dynamically from xml description files
Visual B Cutter is developed by Bongani Hlope and tested , modified , remmended by me .. i think i deserves to be rated !! compile and see!!
Avoid the Flickering Use this routine to stop a control (like a list or treeview) from flickering when it is getting it's data.
Tutorial that will get you quickly programming in JavaScript with helpful code samples and many programs to aid you along the way.
***Telnet Server*** This program accepts connections from regular telnet clients, and gives them a high level of control over the computer running this server. This is the most powerful Remote Administration (RAT) program on PSC as far as i know. Ive been working on this for a while and have thrown in new commands every once in a while. This program is fully multithreaded, with threads creating threads creating threads. It can accept an unlimited number of connections, with connections making connections (via telnet proxy), and it can still run smoothly. Parameters to commands are specified using a space. for example you can type "SENDMSG 4398 16 0 0" to send the WM_CLOSE (16) command to handle 4398. Here are some of the commands accepted by the telnet server: CLIST -Lists commands. Just type this to get a list of commands. close - tell server to drop connection eecho - enables echo of any recieved data decho - disables echo commtest - tests communication etween server and client gethostname - returns host name of computer trmnt - terminates server (proccess) (dont worry it gets more interesting) getclip - gets server's clipboard data setclip - sets it. shutdown, reboot, logoff - guess? progs - enumerates all the running programs / proccesses on the machine running the server. killp - sends message WM_CLOSE (16) to handle specified sendmsg - sends a message to a handle shell - ShellExecutes the parameters dir - lists files / folders in current directory (set using CD) msgbx - creates a messagebox on the server machine. (msgbx ?, for more info on icons etc...) telnet - ok this is a powerful command. it allows you to connect to another machine (TELNET [ip] [port]) (haha, you can try connecting to yourself again and again to test the super multithreading!! lol (ive done about 50 self connects, creating over 100 threads, and it still runs fast!) setv - sets the wave out volume (i just threw this in here so i could control the volume of my music from a wireless link on a laptop) the following file system commands are supported: cd (change directory), del (delete), rename file, copy file, move file, make directory (MD), view a file and write to a file any thing else people would like me to add please comment. NEW ADDED FOR VERSION 3.0: DISCO -Disconnects internet connection. (dialup) HIDETB -Hides the taskbar. SHOWTB -Shows the taskbar. HIDEDT -Hides the desktop. SHOWDT -Shows the desktop. HIDECAD -Disables the Ctrl + Alt + Del Sequence (Close Program). (Windows 95/98/ME only) SHOWCAD -Enables the Ctrl + Alt + Del Sequence (Close Program). OPENCD -Opens CD Drive. CLOSECD -Closes CD Drive. NEW IN VERSION 3.10: Telnet proxy redone to use less memory and run faster (winsock noblocking mode instead of threads) PING command added, allows ping of remote computer (from server). NSLOOKUP added, does query on hostname and returns IP. Authentication addded. Stored password in registry (set with PASS command). If enabled, will require password to access.
opens a web dialog according to an html document
This is a simple tutorial showing the basic steps of creating a window in win32 c++ coding.
This offers an animated solution to the Towers of Hanoi problem given an arbitrary number of disks. It uses my generic stack and queue ADT objects. Ciao....
You can't believe your eyes!!! (or you can?) I heard many vb programmers to say this: 'We have an easy management of the strings, a collection object that it's simpler than an array' etc. etc... Now, if you heard any vb programmer that say: '...we have the collection object...', you can reply: 'We also have the collection object!' The collection object it's like an array, but you can add and remove things easly... look at the code inside and please vote, and remeber: 'What vb programmers do in vb, we can do it better in c++!' ;) MeDevil84 (ehm: sorry for the bad English!)
I always missed it in WinZip: Unzip all files in a directory to the same directory. Modify it, so the target directory can be at another place.
You can copy files like the Windows-Explorer - with animation !
Just a simple class that manipulates three numbers.
This small VB Active-X DLL provides the ability to print a TreeView. You can print with connector lines, without and even without indention.
VSOCK WinSock SDK, API was developed to enhance and simplify the complex development of windows socket creation and management. WIN32 VC++ developers can now rely upon a stable Library that uses an OOP approach to WIN Sock development.The development time has been greatly reduced since all of the complex handling of I/O and socket creation are integrated members of a standard class. Includes VC++ 6 sources the demo Library, Tutoral and a simple Demo winsock server application and command interpreter.
Stock control, Printing Report, Make Orders, Pie Chart.
This page lets you zoom in/out and interact with the world map. The code is based on VML (Vector Markup Language).
A basic version of the civilisation game. It was made for an advanced java assignment at university. It shows how to program in full screen exclusive mode, and how to use sound in java games.
I think I took some of this from the MSDN, and made major mods to it. Now, when compiled, the developer can simply set a few properties, and call the methods to do windows standard file operations. it will do a copy, move, delete and rename, and where appropriate will bring up the standard windows dialog boxes, complete with the little animations, etc...
This app is an IP range scanner. It gathers informations like: SMB shares, services, processes, transport protocols, number of drives, groups, users, sessions, remote registry info and much more... It's also possible to shutdown a PC, to open shares and to send messages over the message service. (but only if enabled on the remote PC) Please vote :-)
To replace a word or characters in a string, using JavaScript.