Results for "Volume: 3_2004-2005"
It sends an instant message to any computer on the network, without the computer source name.. but its either on the user to put his/her Identity. It Includes also on how to use the Win API of the systray & to shutdown the network using the Administrator account...Please send to my email for any comments suggestion & even bugs for my work...
Just a few fixes added to this one. I made it easier to select the colors. Now you just change the "Color" property to any of the enums that popup. It does the rest for you. The Demo will illustrate that as well as the screen shot. Don't worry, I'm working on scaling. :-) PLEASE vote!!
Greatly simplifies mousepointer control, while at the same time avoiding unnecessary changes (less flicker), and uses DoEvents to assure that the displayed mousepointer changes in a timely manner. -- At the top of any Sub/Function in which you want to control the mousepointer: Dim oMp As CMousePointer -- and -- Set oMp = New CMousepointer -- This will remember the current mousepointer and set the mousepointer to vbHourglass. -- If you actually want to force to vbDefault, as in an error handling Sub/Function, or in cases where you want to set to vbHourglass conditionaly, add: oMp.Houglass = False -- or -- oMp.Value = vbDefault -- You can use the Hourglass or Value properties to change the mousepointer anywhere else in your Function. -- In the exit routine: Set oMp = Nothing -- This will reset the mousepointer to whatever it was on entering the Sub/Function
IF you like this code please vote or leave a comment,:D:D:D:D . please , chris ;). I Have been looking for a simple yet usfull plugin framework on psc for about a week. I Couldnt find one so i decided to make my own. Features: Automatic plugin Deletectiom. Adds them to a dynamic menu.Registers Plugin When U Run it and un/registers when you have finished with it. Plugin template Included. in version 2. 1) Name on plugin menu wont be the plugin dll name . It will be the plug description. 2) Choose What Sub To open in the dll 3) Option not to register the dll 4) Plugin Description 5) Scan HD for plugins. Plugins That are to do with this app will begin with "[Plugin FrameWork]" in the product descripton 6) abilty to open plugin with file open dialog ------------------------------------------------ If you have any ideas post them here :), Chris ------------------------------------------------
Manipulate scanner and images using Wang Image control
Pardon for my poor english... With this new complete program of weather report, you will have by the fact a control of gif animation and a xpStyle button. Already very popular, the AnimGif ocx worth several good votes... For the weather map which is maybe not from your zone,just copy the address of your sector and afterward modify the program in consequence. Thank you in advance for your numerous votes and do not hesitate to contact me for infos or constructive criticisms...
This is just a little module I threw together... must've been over three years ago. I've used it in nearly all my applications since. It basically takes the application's Command$ string, and turns it into a C/C++ style array of arguments. This is invaluable when writing apps that need to take arguments from the command line. It also has an added method IsSwitch() to find switches in your arguments (like /l, /swap or even complex ones that use pattern matching!) D/L it and give it a try. -- Update 1.6b --: Well, I should've updated this earlier, but oh well. Fixes a problem with IsSwitch(), and re-introduces GetArgs()! GetArgs() is the original method, and allows you to specify not only a custom command-line, but also which arrays you want it to be processed into. -- Update 1.8 --: Ok, this is a pretty big update. It changes the naming scheme of the methods, adds a few, and removes one or two that weren't related. See the top comment for more info. Enjoy, and Merry Christmas!
This example provides a good way of how to securly authenticate your client programs when connecting to your server. This prevents the use of 3rd party clients and unauthorized connections (such as telnet connections and 'reverse engeneering'). How it works: Once a client connects, the server transmits an encrypted string of 100 random characters (You may change this) and the client must respond with the decrypted version. The advantage here is, the server will send a DIFFERENT encryption string for each new connection! So if a 'hacker' finds out what code the client sent back, it will be of no use to him as when a new connection is made, a different 'key' is required to be sent back! This program also supports the authentication of more than one connection at a time. I would appreciate votes and comments, and would love to know if you use this method in any program you make. Thanks! :D
All the move make on the chess board (By Drag&Drop) was report on the tree view, and a clic on a node set the chess board on this position. usefull to pratice chess opening book See the screen shot (Sorry for my english I m french)
A simple timer application with a progress bar written in embedded visual basic for the PocketPC.
Allows you to use your e-mail client (e.g. Outlook Express)in your LAN network with no direct internet connection. Supported also sending mails via servers that require authentification. Also well commented. Try and vote for me. Thanx
over 20 nice and fast effects with vb. best for slides. fast and full customizable. please download and please feedback...
This code paints a bitmap from picturebox to another and gives it a cool wave effect, horizonal and vertical are available.
This is an educational Boulder Dash clone. The purpose of the game is to make a word by moving letter blocks. You can also eat diamonds. There are stones to make your mission harder.
Basicaly its an image browser (most known formats). Also provides scanning (the scanned image is transfered in an imagedit box in the form.I also decided to include some extra features usually usefull with image editing. You can execute windows notepad while running this program and windows dialer(you may want call a friend to say about a photo you're currently browsing.Your pc must connected with modem to the phone line.)Save_sub fixed FULLY FUNCTIONAL.
If you want to do real time alpha blending in pure VB without API's, DirectX, OpenGL, etc, then this is for you. It uses a few Look Up Tables (LUT's) that pre calculates all the math done and gets the RGB values per pixel from both pictures. The computer will then already know every single combination. That way no math is done at all!!! It's so fast that its as fast as the SetPixel API. LUT's are extremly useful to prevent slowdown. So if you are interested in speed for your applications and/or alpha blending, then this is for you. I have the slow method done first, and when you click the Use Look Up Tables button, it will then be warp speed!
This project demonstrates how to remove the repeated characters in a string. A progress bar is included so you can know the progress of the operation. Great for beginners. VOTE IT IF YOU LIKE IT! THANKS!
Shows notes and chords. Good for beginners who wish to learn guitar.
This is my first upload to Planet-Source-Code, I wanted to help with any thing and because it is one of my favourite projects, I place it; I hope it would by helpful for you, it is not well explained but it is very easy to understand. This is a control that put images (bmp, jpg, gif...) or icons (ico, cur...) in a menu or in a sub menu, it was proved in Windows ME / 9X and in Windows XP / NT (See the ScreenShot), it have an user control, an OCX, two projects (The menu control and the test), and a group, that is the one that you have to open, this works with any windows ImageList or similar controls, and in any form with any number of menus, when you place the control in the form, you have to set its property of visible in false, because I could not use to InvisibleAtRunTime property in the user control because it crashes. IMPORTANT: To place the images into a menu or sub menu, you have to: first place a picture or icon in the ImageList, then in the key of the ImageList picture, you have to put the caption of the menu and with that, the control will place that image to that menu or sub menu, and the order does not matter in any thing. All this is done in the test project. Thanks, PLASE VOTE FOR IT, that is very important.
I had to write some sorting algorithms in Java for an algorithms assignment I had. I got a good mark for the assignment (95%) and didn't want to just trash the algorithms, so I re-wrote in VB encapsulated in easy to use class modules. Included is insertsort, quicksort, mergesort, heapsort and radixsort