Results for "Volume: Java_Volume1"
I got tired of editing VB6's recent project list in the registry, especially after downloading and running tons of code samples. So I wrote a quick little application to do it for me and decided to share it with everyone else. Hope you find it useful!
You can set the Text Alignment (Left, Right, Center) You can set the control Appearance (Flat, 3D) and Color in Normal and OnFocus states. You can set the type of entry allowed (Numbers, Numbers w/ simbols, Characters, (Y) or (N), Alphanumeric or Anything) You can set to play beep on bad entries. You can set Auto Upper Case. You can set Auto Select Text. Undo Text with Escape key pressing. Controls navigation with keys: Next TextBox: right arrow, down arrow and Enter. Previous TextBox: left arrow, up arrow. Support all the VB TextBox methods and properties
Get the System OS
Creates Office XP Style Toolbar using image controls and shape. very lite. just try it. comments to ramandy@rediffmai.com
Image Processing in VB. A complete rewrite of the 2001 version. Read all uncompressed BMPs, GIF, JPG and PNM files. Write BMP, GIF and PNM files. Also capture/return external Bitmaps and StdPics. Extended Color Depth/Palette options. Dithers enhanced. New Blue Noise Dither. More than 20 new operations - including alphablending and color combination, Sharpen, Blur, Edge, Equalization, and color correction. Particular support for very large BMPs >16M in size. The compiled .dll is many times quicker than in the IDE. Apps using previous (2001)version will require checking and recompilation.
This simple little program will count the number of characters in a TextBox. Please leave your comments and votes, thanks :)
GIF file size optimizer. This is a first release, so, code could be 'optimized' and some 'redundant lines' removed. I've been testing a lot of gifs, and by the moment, all seems to work fine. See 'fMain' for more information. Don't forget to compile first! :-)
Complete program like explorer. You can view text files, movies, mp3, wav, html and More.. Please Rate it. Enjoy.
Layers Demo by Robert Rayment. (Update5 fileops correction) This started as a layers demo but grew a bit to include some effects and drawing tools. Individual pictures can be resized, clipped, lassoed, rotated have effects and drawn on and a merged picture can also have all these apart from lassoing and rotating. The transparency can be varied for each picture apart from the background...etc. Too many things to describe them all here so please read the Help. The screenshot was made with this prog but PSPro used to convert to jpeg. Difficult to be sure all bugs removed so comments welcome. (exe tested on WinXP) Win98, Zip 182 KB including some test pictures.
Program demonstrating how to add menu item runtime.
FlexGrid Control demo
Demonstration program tells u how can use .chm (HTML) help file into your application program.
Explanatory usage of these controls.
This is a Little 3D game where you have to shoot your opponent (The Computer) 10 times, before he shoots you 10 times. The Enemy Runs around using Way Points, and will shoot you as soon as he sees you. This Program Is written around DirectX 8.1 and includes stuff like animations, lighting, Blending, collision detection, mesh loading and other strange stuff. The Current Settings are in 320x240 but you can change these by altering the SWidth and SHeight constants. (located in the DirectXEngine.bas). Many things were kinda copied from HL:CS (sounds, level design). There is currently a tiny problem with the Speed (It's ******* slow), but i hope this is no real problem :). Have fun, and i hope this helped in any way... --- www.SturmNacht.de.vu
This is my first submission, a multiplayer game. In fact it's not really a game, because there isn't any quest or weapons or whatever, you can only see the other player walk around. The game doesn't use any directX, it's just moving pictureboxes. I think it's great for people who want to learn how to use winsock to make multiplayer games. And... what do you think about the cool animal (knoerf). Please give me some feedback. It's my first submission and I would really like to hear if I'm doing anything wrong... Thanks
This tutorial is intended for student who are new to Class programming in Visual Basic. The Series Articles are still in development but here the 3 portion of this articles.
Updated to be even more cryptic! Encryption based on Xor bitwise comparison and pseudo-random seeds with password protection.
Uses SetPixel and AlphaBlend API to make a pretty show of fireworks.
Ok i know most properties in the property window doesnt work.Not that i couldnt.but i want to keep the code as much simple as i can.To begin just set a value at the textbox and click the button.But please less than 200 . It can handle unlimited MAX values but it doesnt work more than 200 because i havent add code for the smallest possible "THUMB".TO begin just click one arrow to make the thing visible.While moving the button over the thumb you can see the forms caption changing according the state. I know it is incomplete.BUT my aim was to give people the idea how to make a scrollbar.I downloaded two examples of scrollbars to see the code but they were too much complicated and i didnt even got a thing.So i made my own. NOTICE it is faster than the traditional one because MS scrollbar has a standrar 40-50 ms delay a valueable time for programmers who make custom controls like when you scroll ba picture box you dont want a delay (if the code takes 50 ms you would like it to take +40 because of the microsoft control.
the new version can be found here : http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=47678&lngWId=1 It simulates the fall of caracters in Matrix. It's my first program with DirectX 8 but I think it's a good beginning. See it by yourself and tell me what you think. a+