Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #85889
Ultrabox - A Listbox Replacement User Control

This is a user control to replace the standard listbox control. It has many more options then the default listbox control, plus more pleasently looking views. Can also have check boxes/options in the listbox. A progress bar may also be added. The items in the box can have custom colors and the messages may be multicolored by using the color codes. Check it out! I'd love to see your comments.

Java_Volume1 #85893
SpitFire MSN

This is a MSN bot im writing which im trying to inlcude all the options of all the other bots out there and more. Its not finished yet, but im still working on it. For now this is ok I guess. Please rate! -**=--Update--=**- I have made an official homepage, http://spitfiremsn.tk . but i need a better host! So if anyone can help me out with that, it would be great!

Java_Volume1 #85888
PortAddress

Detect address of serial and parallel port. Read physical memory (on Windows NT/2000/XP) starting at address 0x400.

Java_Volume1 #85890
Addin for Outlook in VB (SendLater)

Send Later V1.0 is an 'Addin' for Microsoft Outlook to enable users of outlook to send mails at differed delivery times. By default outlook sends the mail as soon as the 'send' button is clicked in a mail window. ---------------------------------------------------------------------------------------------------- Source code is attatched. ---------------------------------------------------------------------------------------------------- Creating the addin - is explained in a codeReadme.txt in the download(.zip file) ---------------------------------------------------------------------------------------------------- To just use the application on your outlook.., register the dll provided with the code(.zip file) on your machine.. and open outlook .... >> options >> other >> advanced >> comaddins >> add new 'addin', point to the dll. -------------------------------------------------- Then open a new mail window and try sending a mail, to see the dll in action. --------------------------------------------------

Java_Volume1 #85891
FerretX8 (Gaming Engine Using DirectX8)(FIXED!!!)

To all of those who tried to download this when it first came out: I am soooo sorry the link didn't work most of the time and because of that my submission was removed from PSC. =) So, on to the description which I'll make short and simple. FerretX8 is a gaming engine which I have been working on for several months now and is ready for it's Alpha release...don't be frightened by the term Alpha which means to so many programmers as "the buggy release." Well, this is not the case here, however, there is one part of the engine that does not work YET and that is the 3D rendering part of the engine...I can't seem to get it to work (Venom is currently taking a look into it). The engine incorporates 2D texture and video rendering, audio playback (wav, mp3, etc.), Direct Input, and the loading of resources from a custom File Package which I created. This engine was developed for Arctic Interactive which is my gaming company. This might be the only release to PSC as source code since it does not include a "working" 3D engine...soon to be fixed though. =) We'll see if there will be an update, but for now you guys will probably enjoy this project. I can't upload the file to PSC due to the file size...PSC seems to have a problem with accepting file larger than 2Mb. THE LINK IS LOCATED BELOW THE SCREEN SHOT... Have fun and enjoy!

Java_Volume1 #85892
bYTER v 1.2

Hi guys:D after long period of not posting codes iwas a little buzy of aother things, so here iam again and may be many of you see the bYTER on Astalavista or Anticrack.de well the first version and the second soley belong to me, so after many requests of emails i decide to put the source and dedicate it to all of my brothers and sisters here so that many of them will have a look:) What is bYTER: -------------- bYTER is an engine that will compare the original and the cracked file and generate a nice vb source code so that you can copy and paste it directly to your vb IDE the first version was bugged and rubbish for that reason i didnt post it, but this i have made many of new functions as well as fixed many bugs, so take a look and please read the help buit in with the program ... Who can use this: ------------------ I will say and say again the tool and the source code is for free to all, but may the reverse engineering interested people will use it more ... Note ----- I use a nice moduly from a friend in PSCODE greetz to him :D nice one WARN: ------ I am not responsible in any kind or any way for any patcher generated with this tool as well as i wont be bothered from any company or developer ... THE TOOLS IS FOR FREE TEST AND EDUCATION ONLY PLEASE ...

Java_Volume1 #85619
xpWellsTab Version 2

A Tab strip control emulating the look of Win XP Looks the same as version 1 but more features.

Java_Volume1 #85620
An Access Database EASY Tutorial

This tutorial is written so that even the beginner will have no problem. It is designed for the absolute beginner. It utilizes the AdoDC and the DataGrid controls. The tutorial is a step by step program to create a simple "Contacts" database with Name, Address, Email and Phone #. This is a VERY easy to follow tutorial with the sample project.

Java_Volume1 #85621
TabDock 3.1

08/05/2003 - Updated changed VSNET collapsed drawing style. Some Minor Bug Fixes 06/05/2003 - Updated. Implemented PanelSizing And PanelDockedForm Sizing Property. 30/04/2003 - Updated. Implemented New Captions Style VB.Net 28/04/03 - Updated. Procedure: DockChange - this allows docked forms to be moved from one panel to another through code. Property: SmartSizing - Reduces panel flicker when sizing and looks much better. Plus Many Bug Fixes. Check The Revisions.rtf. 25/04/03 - Further Bug Fix. Collapsed Panel Captions and Panel Visible property. Update: The Focus Problem When The TabDock App Pops To The Front When It Doesn't Have The Focus, Has Now Been Fixed. Thanks To Neal Rushforth For Sorting This Bug. Version Updated To 3.0.1 Here It Is. TabDock 3.0 Neal And My Self Didn't Give This To Ackbar Because Ackbar Has Not Uploaded The Last Update From Neal As Yet! So Neal And I Have Decided To Upload It Seperatley. Some Major Changes Have Been Made: -Updated Splitter Bar -New Properties : HasClose Button And HasMaxButton -Disabling Of Close Button When Floating -Max Button Disables When There’s Only One Form In The Panel -Bug Fixed – Caption Bar Styles -Flickering When You Activate A Panel Is Now Sorted -AutoExpand property added -AutoCollapseLeft, AutoCollapseRight, AutoCollapseTop, AutoCollapseBottom - AutoShowCaptionOnCollapse See The Revisions.rtf For Complete History! Hope You Like It! If You Like It Don't Forget To Vote. Comments Welcome! Credit Must Be Given To Ackbar For Version 2.4. Without It, This Version Would Not Be Available.

Java_Volume1 #85622
Bobo Bitmap Menus Simplified

There are quite a few submissions on PSC demonstrating the use of ownerdrawn menus. Most are very good, I voted for them ! However, for some folks they were a bit complex and hard to understand. I hope this helps clarify the process for less experienced coders. Most professional VB programmers have been doing this for years. This submission seeks to simplify, as much as possible, the process of converting VB menus to ownerdrawn menus. No side panels, crazy fonts/colors - just the default menu with a true color icon. This small module is a cut-down version of a template I wrote a long, long time ago. I hope I haven't introduced too many bugs in the process of simplifying it, but if I have they shouldn't be too major and the concepts involved are still well demonstrated. The tasks : 1. Locate all VBmenus on a form and determine thier actual handle according to Windows 2. Change the type of each menu to 'Ownerdrawn' 3. Subclass the form so we can respond to the messages 'WM_MEASUREITEM' and 'WM_DRAWITEM' 4. Use the API to print a caption and paint an icon, either Enabled/Disabled or Checked, in response to those messages.

Java_Volume1 #85623
AutoFileCopy

I made Auto File Copy to do a auto backup of a folder and subfolders twice a day to me USB drive, and only copy the new and modified files. All setting is stored in the registry. At 16:55 you can backup 5 GIG’s and only copy the files that have changes. Enjoy and please leave comments and a vote if you like it. Thanks to the two submissions that I borrowed code from (mentioned in code) The zip has been replaced with corrected code.

Java_Volume1 #85624
Real Assembler

This program illustrates the function of a assembler with limited error handling and debugging. It shows how different mnemonics are translated into computer codes. There is one instruction compiled for every assembly key word. This assembler is in initial stage and supports a few op codes. There are a few interesting examples included. The project is the result of hours of my work. So plz comment and vote even if it is 1 *. It will encourage me to prepare a full fledged compiler.

Java_Volume1 #85625
FastBasic Compiler

FastBasic is a programming language made in Visual Basic 6. It is NOT a scripting language: FastBasic compiles to a p-code that is executed by a runtime (or Virtual Machine, whatever you prefer). The language itself is very simple. It only handles if's, do's, and things like that, but it can be expanded easily. Keep in mind that you can't do anything very useful in FastBasic, it is just an educational tool. Take a look at the examples provided to see some of the things it is capable of doing.

Java_Volume1 #85626
[___Form XP ( Without XP )********UPDATE**********

***UPDATE : ___ You can make your application layout like Windows XP, although you run your application in others OS ( such as Win98 ).

Java_Volume1 #85627
Easy SLE4442

I think this is the first example on PSC of managing Smart Card reader and memory card handling. It's my first submission, a few line of code but with great contents. It's anx OCx to manage read/write of an SLE4442 memory card with a RS232 generic smart card reader. Code is full implemented with basic functions and is a great HOWTO for MSCOmm programmers. To see it works you must have a rs232 smart card reader(for my work I tried with ELV reader www.elv.de). Sorry, the code is well commented but in Italian. Vote for me and make me a winner!! Also I hope this can help developers community.

Java_Volume1 #85722
Full screen code window ! (by pressing ONE button) UPDATED on 18 apr 2003 !

With this code (Visual Basic Add-in actually) you can switch your code window to full screen! It becomes very usefull when our screen is filled with a lot of extra toolbars, commandbars ans properties-windows. By pressing ALT-C you switch to full screen, which means that all the extra toolbars and commandbars (exept the main toolbar) disappear. By pressing ALT-C again, all your toolbars are back in place. All you have to do is open the project, compile the DLL, register it and restart VB. An extra commandbar will be added then with one button: 'Switch to wide screen' Enjoy! - Any feedback appreciated UPDATE*UPDATE*UPDATE*UPDATE 18 apr 2003 UPDATE: The commandbar is no more floating but fixed and still available with ALT-C ! I also added comments .. and fixed a bug that came up when there were no windows or commandbars to hide!

Java_Volume1 #85723
Multiple Flexgrid ActiveX

Since many people asked me this, I made an ActiveX version of my Multiple FlexGrid project. I have added the possibility to choose the number of tables (up to 10 for now), a real time scroll and a dynamic creation of the tables. Update: it is now possible to control manually each flexgrid. In the example you can see how to connect to a database to show values in the multiple flexgrid.

Java_Volume1 #85726
Plugin, Plug-in

This plugin code is better than i've seen here (no i'm NOT trying to show off). It sends data using ARRAYS (so you could say send winsock using CALL PUSHINFO("pluginid", array("sck",winsock1) etc! Very simple to use... not a sample included but extremely versatile and can handle "events"... which is information PUSHED to the HOST FORM. Ok.. somebody thought i was s-t-u-p-i-d.. i'm not.... plugin.bas is atcually just a connector... lol! see http://www.3d-reality.com/misc/rgbplugin.zip">

Java_Volume1 #85724
Mysterious Overflow Problem

One day, I was performing calculation on numeric variables.I kept getting error message "Overflow" so I checked my variable declaration, it's declared as Long, but the operation of the two numeric values gave 2500. I was confused at first, finally I brought up MSDN help and discovered the solution.

Java_Volume1 #85725
WINSOCK SNIFFER

*UPDATED 4/25/2003* This Is A ActiveX Control (ocx) Drop-In Solution For Programmers Who Want To Make A Quick Packet Spy. Pure Winsock API And No Dll's !! Will Only Work On NT Based Systems (nt,xp, longhorn etc)...This was coded in Visual Basic 6, So You May Have To Change A Few Things To Work In VB5...

Languages
Top Categories
Global Discovery