Results for "Volume: 2_2002-2004"
Uses CallByName to set properties of objects. Could be used in a scripting engine.
This is a program that has various ways of unloading a form... some ways are: shrink 1, 2, 3 expand 1, 2, 3 diagonal UpperRight,UpperLeft,LowerRight,LowerLeft Bounce Up,Down,Left,Right Slide Up,Down,Left,Right and a few more.. My coding is clean and uses No Timer. Free for anyone to use.. easy to understand vote for me if you like this code I enjoy feed back Thank you for looking at my programm I hope this helps some people
This code is incomplete but demonstates the proper way to use the Event Log API's, mainly ReadEventLog(). I found no help anywhere on the Net so when I figured it out I thought others may find it useful as well.
In my endeavor the make a weather program for my computer that would scroll weather information, I came to make this code. I was looking for a place to scroll the information without bothering any other programs and without the form taking focus. I was looking for the perfect place. I found it but it was of course occupied by something else. That something else was the task tray (Those small little icons and the clock in the bottom right hand corner of most windows computers). Well I said to myself how shall I take that area. I thought I would simply shape my form to that of the trays window. Then make my form a child of that window and set it's position to the topmost. Well my idea was correct and it works perfectly. You can use this technique for any window, it is far less involved then many other attempts witch require sub-classing. The window will resize to the RECT of the tray when the Task bar is resize and or moved and call the form to repaint also. I hope all of you can get something useful out of this I know have. *NEW* YOU can now resize the tray by doing a call ResizeTray (Number to resize by, A 1 or a 2 for either making it larger or smaller) So call resizetray 11,1 would add eleven icons to the tray and call resizetray 11,2 would subtract eleven icons
Now Here is an Updated version of WINAPI Class. Now the code is completely remarked so that you know to use each and every function in this class without any difficulty. This also teaches you a lot of Creating and Using Classes. You get to know a little about Object Oriented Programming (OOP). This class is an indispensable tool for any programmer. This WinAPI class has a large no. of functions useful in everyday programming. For example, this Class has functions to Find Files in folders, all the operations with Registry, Disk Space and Volume information, Play Audio CD's, Extract Icons from EXE Files, Change the ToolBar Style, Enable Hotkeys for your Apps, Hide or show a Window, Make a window Transparent, Set the Desktop Wallpaper, Show or Set the Computer Name, Show Recycle Bin, Detect Sound Card, Set system Work Area, Show or Hide the Mouse, Change or Retrieve the Mouse Position, Enable Menu Bitmaps, Have your program's own Icon in tray which act as a quick access to your program, Open a website, Start the screensaver , Enable Autorun for a range of drives of your choice, Clear the Document List in Start menu or add an Item to it, Show or Hide the Windows TaskBar, Delay your program for a specified no. of seconds or minutes, Disable Ctrl-Alt-Delete, Shutdown, Restart or Log Off Windows and much, much more!!. I can guarantee that this class will be very useful to you whatever is your experience level. Enjoy VB Programming!!!. If you like the code please vote for me.
So, yet another Player from Greece with many feautures. It has everything (basic track and playlist handling,equalizer, VU meter, System tray mode and other stuff) except Id3 Tag handling (almost ready for my next submission) and skins. I've never added skins or stuff like that but it works pretty well (and this is the most important thing). Some of it's code was taken from various places on the internet so thank everybody for helping. Please rate me (it means a great deal to me) whether if it is a bad or a good rate number.
Sorry gyes......I couldn't add the GREATE screen shot because it won't let me upload it. But it should be added soon. Please read this and leave a comment and a vote. Thanks :-) Black Dream is a really good client application, which connects to a server which can be hidden on peoples computers. Theirs many features involved with this application, from changing someones wallpaper without them knowing to downloading and uploading files to thier computer. This program features options under....Keyboard, mouse, system, file/directory, fun, run, registry, control, server, modem, key logging, computer information and lot's more!!! I've added about 110 command codes which can be sent from the Black Dream client to the secret server but not added them in because ether their to hard to understand or it just wouldn't fit.......PLEASE TRY RUNNING THIS AND TESTING IT ON YOUR LOCAL IP 127.0.0.1. Run the server, you will not be able to see anything because it's a secret server... The run the Black Dream client and connect or scan the local IP address for the server. When it finds it connect and try out some of the super commands in their. CHECK OUT THE SCREEN SHOT!!!! AND LEAVE A VOTE AND COMMENT...Thanks :-) The only things this is missing is the start up code for when the user restarts the computer the servers meant to hide and run (Also I didn't add the hide in ctrl, alt, del for the server) But it's greate try it out.
This Tutorial will allow you to use Visual Basic Compiler Directives such as #IF..#Elseif..#Else..#End If and #Const to create more robust and maintanable code.
The Code will Login to Breathe.com, An SMS Based Web Site which allows it's users to send SMS Message to mobile phones throughout the UK. ( Please RATE this code )
This is a complete console with loads of features: 1. You can open and run any file in the directory 2. There is a set of commands for network operations, ping, whois, ip, hostname, port, etc. 3. There is an in-built image and text file viewer. It functions as a complete DOS console. There are functions for standard operations: cls, md, cd, name, del, list, etc. You can list all files in the current directory, there is a completely customizable interface. UPDATED Apr 23. Now you can delete, copy and move multiple files using windows' wildcards like *.* etc. COMPLETE FULLSCREEN MODE. There is support for reading text files and parsing their contents, like an MS-DOS batch file. One more update (same day evening): Added Pause and Echo functions, and complete DOCUMENTATION. *LATEST: NO FLICKERING!* Have a look at the screenshot and decide if its worth a vote!
This code will teach the beginner how to send anonymous and silent e-mails from within their VB apps. Great for silently mailing back a keylogging file! This is meant for the absolute beginner so don't bother pointng out that it is simple. If you use it there is no need to give me credit but please vote or say you like it!
This application can be used to read all documents. Just copy the text to be read into the clipboard and click the Icon in the system Tray. That's it. The Universal Document Reader will read it out to you. Note you should have the Text-to-Speech engine from Microsoft installed. ***This program also shows Tray Icon Animation!. Enjoy VB Programming!. If you like the code please vote.***
This program allows a person to see everything thier phone number can spell, so that they can easlily make mnemonic devices for each other.
This is the first (to my knowledge) 3D Starfield on PSC.VB. You can learn the equations for converting 3D coords to 2D coords, such as the ones used in this source code. My next project is a full blown 3D modeler... right after I learn raytracing.
NOFI Messages is an easiest-to-use small utility that helps you to save the Message Box of your choice. You can Copy the Syntex for the MsgBox function of any Message Box to the Clipboard which can be used while coding your application in Microsoft Visual Basic. Your comments will help me to improve. Please vote for my code if you find it usefull.
Chatty is a one-to-one private chat program for users to interact with one another through a Local Area Network or even the Internet. It features secure data transmission through data encryption.
Use MS's 32 bit cards.dll to make a solitaire game. This sample has all of the basics you will need to be well on your way to creating your own solitaire game. You will have to figure out the actual game logic of the various solitaire games you will make. This just has the basics that are common to most card games. This assumes you also have the 32 bit Cards.dll (renamed cards32.dll) available at http://www.geocities.com/vbshaddy or probably from MS, maybe the new OS's already have it in them (the dll IS a MS file, so please read MS's liscensing agreements before use/download)
Did you ever what to time something up to thousands of a second. This is not possible by using time() and timers at all. This little class (only uses 3 variables) can time up to a thousands of a second with your CPU clock frequency. There's a little example program also shows the difference between using: {if VarX "" then} AND {if Len(VarX) 0 then}. The last one will execute between 20-25% faster. The timer can show this in fractions of a second.
Magic square is a set of numbers arranged in a particular order whose column-wise, row-wise and diagonal-wise sums are all the same. This program explains the mathematics behind an odd magic square. Magic, Fun, Maths, Interesting, Easy even for beginners and excellent!!
Create custom shaped form. Triangle, circle, a form woth holes in it. If you can think of it, you can do it. You can even create a shape from a bitmap. Just look at the screenshot and you'l know what I mean. Feedback and rates appriciated.