Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #87747
[CiTRiX] Simple Graph

You enter the numbers and the Code design the graph. It shows how to make a graph with lines. Please vote!

Java_Volume1 #87748
PSC Search Toolbar for IE

This places a Toolbar on IE and allows you to search the VB section of PSC for articles and such. A great way to save time!! This is only version 1, I am working on a new version that will include an options button and a button for each language in PSC to search from.

Java_Volume1 #87749
Snakes

1 or 2 Players. Eat food and dodge walls and other snakes to complete each level.

Java_Volume1 #88047
VB IActiveScript (No Ocx Scripting)

By creating a custom type library it is possible to implement IActiveScriptSite directly in VB and add Scripting support to your VB apps without having to include the MSScript control. Includes support for AddObject and Eval() Dont forget to check out the open source section of my site for more stuff http://sandsprite.com/openSource.html

Java_Volume1 #88049
KnightRider ActiveX Custom Control

This is a KnightRider Custom Control with customizable Back- and ForeColors, Size, Speed, and Effect. The appearance and effects can be viewed in the IDE; that is it is already active in Design Mode :- just set the Enabled-property to True. It was inspired by a previous submission to PSC.

Java_Volume1 #88050
Capture Screen and Mouse ****RELOADED

Capture screen and mouse, show it in a picturebox and let you save it on disk (bmp format)

Java_Volume1 #88048
CUBOID CITY

CUBOID CITY by Robert Rayment. Demo of what can be done with wire-frame cuboids, using pure VB & a couple of APIs for creating & animating scenes. Several thousand cuboids can be happily handled but make sure to compile the animation program!. Two progs, one to draw cuboid pictures (including random mazes) and the other to use the output files (*.ccc) and animate them. There are lots of options to help with drawing - too many to describe here. The animation program uses planar perspective for speed with mostly pure VB. Speed & direction set by distance of cursor from center of display, eye (camera) level and block heights changeable, collison detection and reaching the pyramid in the mazes explodes all. These progs provide a start for a full 3D wire-frame drawing program. Example ccc files included. See Notes. (Exe tested on WinXP) Win98. Zip 115 KB.

Java_Volume1 #88051
_ 3D Label Control

3D Label Control. Easy to use. Can change appearance. (Raised, Inset, Emboss, Color(s), etc.) See screen shot and PLEASE VOTE!

Java_Volume1 #88052
[Winsock MiniChat, Get IP, Save Conversation etc]

This code is heavily commented example of how to create a simple chat using winsock component. It has also some more features like Save Conversation, Get External IP, Nickname. NO API's, NO Modules, NO 1000 forms, just plain simple working code

Java_Volume1 #88053
_ Replace text in All text boxes contained in frames, form, and/or pictureboxes

I noticed an article recently posted about this. I am posting this because it is a much more efficient way to do it. Simple code so I am not expecting votes, but if you like it please feel free :)

Java_Volume1 #88057
_ 3D Label Control (UPDATE)

Small update to my 3D-Label control. Added X and Y offset as separate coordinates instead of one integer acting as both. Vote if you like the code. Or at least leave some comments...I would appreciate it, thanks.

Java_Volume1 #88054
CPU Utilization

I created this because I needed to be able to adjust how many child processes my batch processing app created so that it didn't I created this demo because I needed to be able to adjust how many child processes my batch processing app created so that it didn't overutilize the CPU. To duplicate this, create a form with one text box (Text1) and one timer (Timer1) in the configuration you see in the screen shot. Then paste the code seen here. The main key is the windows idle process (PID = 0), which eats up whatever CPU cycles are not used by other apps. Every so often, this code takes a sample of how much CPU time, in seconds, that process has taken up since it started. Then it takes the delta to calculate its own CPU utilization. Subtract it from 100% and you get the CPU utlization. In this case, we're using the Windows Management Interface (WMI) to get this information -- mainly because the API calls to get process times won't work for the idle process for security reasons. This should work for Windows 2000 and XP, but probably not for NT 4.0- or Windows 3.x, 9x, or ME. You can morph this sample a lot of ways. For example, increase the SampleRate variable to get a smoother variation curve over time or decrease to get more immediate values. You can use additional parameters in Locator.ConnectServer() to connect to a remote machine, as another example. See here for more about the WMI objects: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/wmi_reference.asp You could also easily modify this to track some other process' CPU utilization by its PID. Or you could also use it to track memory or other resource utilization. - Cheers, Jim Carnicelli

Java_Volume1 #88055
ListBox extension (grey checks)

UPDATE(2003-12-06): Off-by-one error when using large font sizes fixed. _________________________________________________ This is a class that extends standard VB.ListBox control when its style is set to 1 - Checkbox. In addition to the standard checked/unchecked states listbox items can be marked as unknown (greyed) too. Also, mouse clicks/dbl-clicks anywhere on the item are interpreted as selection requests. This behaviour closely emulates the listbox control implementation in the Outlook Categories dialog. Enjoy!

Java_Volume1 #88056
Folder Size Viewer

Folder Size is a *simple* way to visualize the amount of space folders take up on your computer via a pie chart and list report. -- It is still in the way before complete stage, so any comments/suggestions/criticisms would be nice! -- Note: To start, open pFolderSize.vbp in the Folder Size folder.

Java_Volume1 #87677
RbExplorer

This is a good looking, powerful browser with many useful features. You can browse in several locations in a single window (like Opera browser). You can also make connections to other users and chat with them or execute some commands (like NavigateTo: To browser current page to a location, Messagebox: To show a message box and File Manager: To see remote computer's files and folders and download files). This is a code that you must see.

Java_Volume1 #87678
cJPEGi Integer JPEG Encoder

This is an Integer only implementation of John Korejwa's CJPEG class (derived from v0.9) - about 30% faster when compiled with all optimisations. To test add it to his project.

Java_Volume1 #87679
Gif-X Animation Viewer

View Gif Animation w/o any ocx at all. Prove that you could view gif frames by extracing the hex. The code could be used to view or extract frame by frame. Over 225 view and possible downloads with no votes at all. Not very encouraging to submit further projects and updates.

Java_Volume1 #98835
Skinable form - ScrollBar, Buttons, title, ...

Skin a form! Very easy way to skin your form!!!

Java_Volume1 #98836
Word Puzzle Solver

WordFindGame-Solver This prgram is able to solve WordFinding Games. The Problem: o You have a 15x20 sheet filled with letters o And you have a list of words you have to find in o The unused letters are a keyword (I've seen this game in a Magazine and wasn't able to solve it in an acceptable time, my PC found out the key within one second)

Java_Volume1 #98837
Error Handle with Event\File Log with debug info mail support

Catch vb error and :- 1). Will Show a Form with Nice GUI and Animation, with complete Error Information. 2). Will Create/Append the error info to a errorlog in App. Directory. 3). In NT based system will report the error in system Event log. 4). Will create and show the debug report info with complete system information which can be send to the developer using email with user questions or comments ( if the user selects so), as Error Report Service in XP. 5). U can also use the modules in this project to gather System Information and Send Email using MAPI with attachments.

Languages
Top Categories
Global Discovery