Results for "Volume: 2002ASP"
Pads a string with any character you like. I usually use it to pad numbers with leading zeros. But you can use it for other things.
this is a program that lets you load/save skins for programs, and then compile it into a bitmap for display in your vb progs. i believe this is original to this site (if its not plz tell me). and if people like it i will continue with it. please vote and comment!
It shows how to do 3D graphics with direct3d. It's render a piramid. This version have: - Choose BackColor - Choose axis for rotation or no rotation - You can move the camera If you like this code please vote for it. Feel free to make any comment. Sorry about my english, I'm from Argentina.
Create DOS like Shadows to your form with just one line code
This program forces Windows XP to skin your application with the Windows XP skin. Just select your project and click 'Update project'. Can't be easier! Tip: Copy the .manifest file into your Visual Basic 6 directory and rename it to 'vb6.exe.manifest'. Now Visual Basic is also skinned!
MAKE UR FORMS BLINK,BOUNCE,SHAKE,SLIDE AND ZOOM. VERY EASY CODE (without any API mambo-jambo)
Well, I just now finished my Winsock Client/Server example. I wrote this with the intention of people learning from it. That's why I commented every single line in the whole program. It shows you how to do the following: 1) Setup a multi-user server 2) Write your own winsock client 3) Login with a username and password 4) Send data to all connected sockets 5) Write your own commands that the user types 6) Save and load files 7) Work with common dialogs It has more options than I have listed here. You'll have to download and check it out for yourself, you will not be disappointed. For directions on how to use this program. See the client example. Everything you need to know is in there. If you download this, please give me some feed back. I spent about 3 hours writing this, it's the least you could do.
Batch UI 4 VB, for maximum speed and safety to batch modify forms' UI! wanna Save your time when changing the appearance of your forms? Batch UI 4 VB is intended to batch change the appearance of forms, such as fonts, borders, etc with high speed! Batch UI 4 VB strictly follows the coding standards with a nice UI. Please vote & commend for Batch UI 4 VB for a better speed and safety with custom borders, styles, texts, captions, tooltips, menus and more!!!!!!
This program is for keeping a store of useful code in an easily manageable way. It creates a Tree View of all the code (or any RTF/Text document) in the app's path (incl. sub DIRs). I wrote this quite a while ago, so there are bad ways of doing things, and bugs, but on the whole it does what it's supposed to. I think there are about 25 code samples in different languages, and you may add your own including custom categories - just create sub directories with a large and small bmp in them and they will be added to the tree. Anyway, if you like it or want to leave any comments/vote please do. If you need some help then just e-mail me or leave a comment here.
Don't laugh -- it's only my second VB program ever! Creates three-level gradients. Uses a custom-made color control. The gradient has a vertical resolution of 500 so it will still look fine as a streched background.
The kewlest gradient ever shown in an easy way, it allows u to draw a gradient filled picture box at any angle simply click and drag the picture box and up to 15 colors can be added through the blend aswell!!! (can be modified for more) hope u like, please vote!!!
(anyone who downloaded it via the last post a week ago should get the new code, zip file fixed, directories stored correctly) CryptIM is a fully encrypted chat system. It is the most complete IM and multi-user chat (irc like) chat system on planet source code. It has many features, to many to list here. Currently 2 public t1 (dedicated) servers are up. More on the way. I have tried to upload the code twice now, it just times out on me, so here is the link to the home page: http://vb.sc.am
I saw a question in the forum(but scince i cant re-find the question) and figured I would answer it. The question was "I made a program that wouldn't fit on the entire form. Do you know how i could scroll down a form, so there i alot more space. Here is the answer!!!!!
With vbpointers32.dll, you can now use 32 bit pointers in vb. A pointer is a reference to a variable, like those in C. VB doesn 't let you do this, but you can get around this. You can do it the VarPtr() ways combined with Copymemory (the hard way) or you can do it the easy way with this dll. vbpointers32.dll lets you reference a variable thats less than or equal to 32 bits, like a byte, integer, long, single and booleans (no objects or strings yet), and put it into a long variable! You can also do arrays, multi-dim arrays and types! This is my first submission to PSC. By the way, check out my profile. PLEASE VOTE AND LEAVE COMMENTS! Side Effects: If you misuse the dll you might crash vb or vb will skip the line.
RevEx - creates a random alphanumeric string based on a pattern. Think of it as regular expression pattern matching in reverse. Useful if you need to create a random combination of values in a certain format. Letters (lower/upper case) and decimal numbers or any combination or part thereof: boolean, hex, octal values; dates, times, vowels, consonants, phone numbers, zip codes, GUIDs; IP, social security, credit card numbers ... PLEASE VOTE OR COMMENT, THANKS!
This will take a screenshot of the screen from inside VB. It is not mainly for taking screenshots of apps (Alt + PrintScreen or just PrintScreen). This is mainly for stuff like spying, etc. So this will have the same effect as the PrintScreen key. You will be responsible for protecting the clipboard info. Please erase the clipboard before you run this function as then it will take the previous data in the clipboard first, and then work the second time. I tried putting Clipboard.Clear into the sub but then it will not work at all.
Somewhat fast anti-aliased circles and other shapes using SetPixelV and my home-brew backbuff() array. I am close to understanding some of the other GDI functions so stay tuned
This will put your forms on top. Works good. It uses API calls to do this. Hope it helps you. Also Please visut my site, i got some video tutorials there about visual basic. http://www14.brinkster.com/computerteck/?p254
This is a very realistic Matrix falling code style screensaver but without the need of using DirectX...