Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #87712
Desk Top Shooter

A desk top shooter game

Java_Volume1 #87713
Encryption with Winsock(Key)

This encryption technique is really amazing, coz in this i use winsock control as a password key. u can encrypt/decrypt a long text file very easy with this code.

Java_Volume1 #87714
Subclassing a right click event on the listview

Windows has it, but your application does not have it. Solve the ListView problem by Subclassing it! We all know that mouse right click on the header in a listview isnt a standard event on the control. So, by subclassing it you can achieve that function. It is very little code with commenting, so it will not be hard to learn. But if you do have any questions, dont hesitate and ask right away.

Java_Volume1 #87715
Unique Serial Number Protection **UPDATED AGAIN - Version 1.5**

This is an example of a method for developing a serial based registration/activation for your software. It develops a 25 digit using the hard disk serial number of the user, and a ProductID which you supply. The user is provided with a request code, which is sent to you, and you send back the serial based on the request code. I've found it to work pretty well. Though I would share it with everyone else. There is negligible commenting in the code, however use the note and help utility to see how the code works, and how each process takes place. Easy to manipulate to meet your need. Hope it's of some use to someone... **UPDATED - Version 1.2** Added new features such as digit swapping and label previews. Also changed certain routines. **UPDATED AGAIN - Version 1.5** Added sample registration form. Good example of how to allow users to paste the whole key into one textbox, and have the program split it to fill up all 5 appropriately...

Java_Volume1 #87716
Mac OS X Panther Window Control

With this user control, you can have the very sleek GUI of a window from Mac OS X Panther (www.apple.com/macosx). All you need to do is draw the control on a form, and use 3 lines of code in the Form_Load event, or you can change it at Design-Time to be able to put controls and such in it like a frame control. This is version 0.0.1, so if I decided to work on this project further, you'll probably see features such as several window styles to pick from (i.e. the lines). For right now this control only works on Windows XP, and maybe 2000, I'm not quite sure about that one. I really hope you enjoy this, and rate it well if you consider it to be a good control, because I have spent about 27 hours total on this thing. (Keywords: OSX, OS X, Mac, Panther, GUI).

Java_Volume1 #87717
Broadcast Video With SHOUTCAST!

To broadcast live video. Which IS AWSOME!! READ DOCUMENTATION FOR FURTHER INFORMATION! THIS IS NOT LIKE AVPHONE CUZ AVPHONE IS LAME! Version 2 will be here shortly. Version 2 will consists of streaming CAM and possibly AUDIO. And AVPHONE YOU CAN FORGET BOUT YER SELF BECAUSE LOOK PSC INDICATES NO PAYMENT FULL FUNCTIONAL CODES!!! LIKE MINE! :D __________________________________________________ You can download VERSION 2 at http://www.freewebtown.com/jerrymcelraftinc/SHOUTCast.zip VERSION 2 HAS IT ALL 100% YOU CAN STRAM WITHWEBCAM/AUDIO AND YOU CAN CODE AND RECODE MUSIC VIDS AND MOVIES AND ALL!!! AND BROADCAST THEM OVER YER VERRY OWN SHOUTCAST SERVER. You Need The Server Program To Begin To Download This Go To: http://www.shoutcast.com/downloads/sc1-9-4/shoutcast-1-9-4-windows.exe

Java_Volume1 #87718
PlayOids2(Update2)

PlayOids2 by Robert Rayment. (2nd update, move shape to mouse click point) (Quick update to rotate in plane). Just a bit of maths play for those who like that kind of thing. Demonstrates rotatable wireframe spheres, ellipsoids,cylinders etc with and without perspective. Aspect ratio, perspective distance and animation variable on the fly and save as bmp. Zip 9 KB.

Java_Volume1 #87719
iExplorerXP

Here is a clone of the Internet Explorer from Mac OS X (GUI-wise), it is missing the menu's and a few other things, because you probably know there is no menu bar on the top of the screen like Mac OS X. And if I put the menu's in the program, it wouldnt look as close in visual appearance as it does without them. Please rate it on whatever you think is fair, I personally would probably give it maybe 4 globes.

Java_Volume1 #87720
Mouse Button Swapper

swap the mouse buttons with this API.

Java_Volume1 #85994
Isometric 3d Renderer 2

This is the new version of my isometric 3d Renderer, it can now handle sloping landscapes and such and its possible to move around inside it as shown in the demo mode. It uses its own Rastering Code and only uses a few common API's and nothing special yet can achieve very nice effects, have a look and see.

Java_Volume1 #85995
Run-Time Files

I wanted to inform all VB programmers about run-time files in order not to "explode" distributable file with 1.3 MB instead of ±650Kb.

Java_Volume1 #85996
Tone Generator

This proj allows you to make audio tones and save them as a wave file. If you have looked at any Oscope type graphs of audio and wondered if you could create sound just by drawing, well, you can. It allows you to create Sine, Cosine, and a Combined signal at different frequencies. You can also draw your own wave clip in either the window or your favorite graphic editor. Use a 512w X 256h bitmap. Any color for the signal, as long as the background is black. To use this feature, Click the 'open bitmap' button and find your saved bitmap (you can also simply draw your own in the program) Then click 'Trace Bitmap' Now be sure to select the 'Use custom drawn' checkbox. Choose your wave properties, then click 'write wave' If you recieve an error when saving a custom sound, try removing any signal points that are very near the top or bottom of the bitmap. I have included a few of my own bitmaps for you to play with (Don't worry, the zip is only 14KB). I would like to thank Alex Murray and his "Bass Maker" for inspiration. Vote if you would like, or don't, but please leave feedback.

Java_Volume1 #85997
Self-subclassing Controls/Forms - NO dependencies. Updated 09/10

VB makes it easy to compile controls into an application if you have the source. It's much more convenient for users if the only file that needs to be added to the project is just the control’s ctl file. If the Control uses subclassing, then you're out of luck, or rather... you were. This submission includes the FIRST ever Control/Form that can subclass itself without ANY dependencies – modules, classes, type-libraries, references or components. The techniques used are based on my WinSubHook2 submission and thus incorporate IDE breakpoint and stop safety; it won’t crash the IDE. My main target audience here would be control authors, however, anyone who needs form subclassing may well find this to be an ideal solution. 06/02: Can now subclass multiple hWnd’s. 06/07: Byte array substituted in place of a string for the machine code buffer. 06/18: Hidden bug fixed, see comments. 06/19: Optimised to within an inch of its life. 06/20: Road to Damascus. 06/21 New sample added, see screenshot. 06/28 Final (I hope). 06/29 Oops fixed. 09/10 fixed bug in UserControl_Terminate, marked zSubclass_Proc hidden.

Java_Volume1 #85998
List Processes and Ports with Native API

It lists all the Processes with open Ports using the Native API, not documented, NtQuerySystemInformation(). To know the processes with open ports we will access at the TDI level (Transport Driver Interface) helping us of the native functions located in the system library NTDLL.DLL. This library is part of the system base of WINDOWS NT. Attention: the use of undocumented functions implies risk that Microsoft modifies or eliminate them in a future. At the moment it works perfectly in NT, W2K, XP and W2003. In the same way that the Process Explorer application of Systernals (www.systernals.com), we will be able to enumerate all handles of all processes on execution in the system. These handles (HANDLE) are not unique in the system, but yes in the process (PID). They don't have any relation with handles of window (HWND) that they are unique. There are a group of unique handles by process, and they can be of different types: files, pipes, mailslots, key's of the base of registry, ... My code is a port of sources C++ to VB known in Internet (search Google). Our programs use most times protected memory zones (User-Mode). (Do you remember memory page access violation?) The controllers and drivers use real access to memory and hardware (Kernel-Mode). We need to transfer information located in Kernel-Mode to our application (User-Mode). One of the uses methods is making a call IOCTL to the driver using a buffer created by our application (Win32 function DeviceIoControl()) To synchronize the driver and the application we will use CreateEvent(). The named event i automatically created in the Object Manager's BaseNamedObjects directory. Description of function: It´s good Known that we need at least administrators rights to get access to all running processes. Obtain execution privileges in the system by means of the function LoadPrivilege(), getting SeDebugPrivilege. Then list all the processes (PID's) using NtQuerySystemInformation(), function of NTDLL.DLL, allowing us the access to the memory shared in Kernel-Mode. Using NtQueryObject(), we will list all the hadles belonging to each process. To look for open ports we will filter the handles type "File" named "\device\tcp" and "\device\udp." Then we look for information of each handle using NtDeviceIoControlFile(), that returns us the port like a integer number as the sockets API uses it. We convert that number through Swap of their Bytes using the IpHelper API function ntohs() and we convert it to a Long type of VB. The rest is very easy: The function ProcessPathByPID lists the complete path of the requested PID. This code is very useful in firewalls, netstat's and similar applications. Other interesting use of the native API is to hide our program (process) in the TasksList by hook's. That is on I am working at the moment, and I would upload it to PSC on depending of your votes :) Excuse for my bad english. Greetings for all. Un saludo para todos. Luprix .

Java_Volume1 #85999
[ Notepad 2004 ]

Notepad 2004 Cut,Paste,New,Open,Save,SaveAs,Calculator,Change Backcolor,Windows-cascade,horizontal...... Real Program Useful, Notepad2004

Java_Volume1 #86000
[Mouse Meter]

This is my mouse meter that I made. I took a little bit of time, but it works great! plase give me comments and vote thx. -LCSBSSRHXXX

Java_Volume1 #86001
[A+ Key Board Mouse]

This is a key board controled mouse program, it used the arrow keys to move (you can go up, down, left, right, and all diagonal directions)to left click press space, to right click press alt, to middle click / mouse wheel click press ctrl. this works very well. I hope you enjoy it! please leave me feed back and vote, thx! -LCSBSSRHXXX

Java_Volume1 #86002
Key Finder (Key ASCII,Key Down,GetAsyncKeyState)

This is a very basic but handy program that tells you the key down, key ascii, and getasynckeystate values for a key you press. enjoi! -LCSBSSRHXXX

Java_Volume1 #86003
API Viewer

API Viewer , list all Declare Functions Consts and types and show you how to search text in list very fast. this is my first project that i upload to PSC please vote if you think is good.

Java_Volume1 #86004
Office 2003 Popup Message Box *Updated*

Popup Message box style like Office 2003 now in al XP themes (Blue, Silver, Olive. Look at screen shoot. Please vote for Code.

Languages
Top Categories
Global Discovery