Results for "Volume: 2002C"
ActiveX ProgressBar, Meter control, No OCX, No registered controls just simple addin progressbar.
This artical will give the user a insight as to how data transactions should occur. it will cover how to send different types of data and then getting the recipent program to understand it and do something with that data and its type, such as setting nicknames and sending messages (in a chat program) also included is a simple chat program that uses the code in the artical and shows you the code in action. the code is very well commented and it aimed at begenner level to intermediate level coders. also included is a nice way to counter act teh effect of "Data Merging" that can occur over slow connections using TCP/IP with out using the slow "Send Complete" event in winsock.
A complete window manager. It captures any open window/application and returns the windows caption and handle (hWnd). The app let´s you hide, show, restore, minimize, maximize and close any open window or app. It also let´s you change the window or applications Titlebar to any text you like. It also makes it possible to change caption of controls belonging to any open application. Newly added: You can make any window "Stay on top" or Enable/Disable it to make it reject any input by the user or other apps. There´s also a function wich shows if the selected window is responding or not. It´s also capable of hiding or disabling the Taskbar, Taskbar Task List, System Tray, System Clock, Quicklaunch and the Start button.
This started out as being a simple routine for my current project. All I needed was a routine to preview images to select from. It is now becomming a complete stand alone project. Features a small image as the preview, and by double clicking on the image you get a full sized view. The routine doesn't use any scroll bars to view the images. The displayed image doesn't look funny by stretching it to fit the imagebox as it has a routine that scales the image to fit into the imagebox. You can also make the currently displayed image to be set as your wallpaper, if the selected image if a Gif or Jpg it will automatically be converted to a Bmp. The program handles file types of Bmp, Gif, Jpg and has Filters option to selectively display images. The progress bar functions based on the image size. Since it was orginally designed to be a routine for another project, the form traps the mouse so that the user must make a selection, this way it won't hide behind any other forms or programs that are displayed or running. Most all the routines were found on PSC and adapted accordingly. This is my first submission to PSC so comments are welcome, so be gentle and if you like it please be sure to vote! Thanx Rick
This example shows you how to add from VB a custom property to Excel file ( you can do the same with most MS Office application ). With this code I can write the custom property to the file but after that I got an Error , so if you can help me with that it will be great.
Automatically update files using the internet. A very easy-to-use program that takes only a few commandline parameters. This can save you a lot of time if you're creating a multi-user application where many people use your program, no more running around the entire building.
This is the next part in psyco softwarez leathal series. This is more than an average dialer. This has a dialer, a meeting escaper,a superb address book that dosent use a database and has quick e-mail and dial buttons,an alarmclock with sounds, A personalized Web Browser and a fast hide button that puts into the desktop systemtray. All this and much more will be released in the new version, this will include yahoo and hotmail e-mail checkers, SMS capababilities, Mp3 and wave player and a picture and text veiwer and automatic updater! But only if I get enough votes so please vote as it takes less than 10 secs, just scrool down click excellent and then go. While my work is downloading! If you wish to use my source code in your project please just e-mail me and ask at skitzomonk2000@aol.com ( i will most likely say yes ) you must do this as my source is copyrighted
This code is meant for exposing the users to the registry. This code will do more than you think. This software can be used for security in the windows 9x/Me systems by disabling most of the features if the user has not logged in correctly. By using this program you can hide the background, screen saver, settings pages in the display control panel, disable registry editing etc. This program contains nearly 80 options of this kind and it is clearly shown in the screen shot. Only a small part of the code is displayed in the screen shot. As this is meant for security, you can password protect this application. Using this program you can even reveal the passwords hidden under the astericks in the password text boxes by just dragging an icon over it. This even has more restrictions for the IE also. NOTE: At first run the passowrd to the program is "PleaseLogin" without the quotes. I am sure, that this program will amaze you. So please vote for it.
This submission was totally messed up; I'm terribly sorry. I'm awful at handling ZIP files; and am really sorry for not having submitted this release earlier, as I had no Internet access for about a week. Anyway, This project is written afresh, with no external OCX files. This will scan hosts for open ports, and you have the option of scanning only common ports or those that you define. You can carry out WhoIs queries about domain names; Send ping echoes and even specify the datasize and timeout interval. There is DNS support that allows you to resolve hostnames to IP addresses and vice versa. You can log all activities with extended support options like automatic saving. Every action, every port scanned, every host pinged, is recorded in the activity log. New features: 1. Cleared all factors previously requiring OCXs, 2. Much improved activity logging system code, 3. Now even WhoIs responses are logged to file, 4. Better bug-fixes, no crashes while switching tabs. Please see my website at http://sushantshome.tripod.com/vb/index.html for more information.
Create a animation on your system tray. Please, Vote for my source code...
AxtiveX VU Meter.
NOFI Colors is an easiest-to-use small utility that helps you to save the color of your choice. You can Copy the RGB function or QBColor function or the Hexadecimal code of any color to the Clipboard which can be used while coding your application in Microsoft Visual Basic. You can also Copy the HTML code of any color to the Clipboard which can be used while designing your Web Page. Your comments will help me to improve.
This program will show API Calls to Zoom your form to/from the screen to the Icon Tray. Also, it will show you how to interrupt the user from exiting the program with the control box. If you have any thing to add or if you want to change it into a control, feel free. Most code is adapted from snippits I have found throughout the years.
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 rither 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
Take a winsock control that is an array and use this function to find an availible sock/create a new one. Just thought I would submit something of mine to the site.
This handy VB addin allows you to set the tabindex of the controls of a form. Imangine having to set the order in a +100 control form, this makes it easy. It also omits labels and other controls wich cannot get the focus.
Take control over time, howto get a better frequency than 1 millisecond.
Simplified NT Like Progress bars. No OCX overhead! Any colors you like can be used. I also wrote support for each bar in the Dual meter. I put them in my templates directory. Thanks to Jerrame Hertz for bits of code and concept!
This is really helpful if you're making a program that asks the user a yes/no question with a message box. That's only one of many great examples. Please Rate.
This game is really cool, and great for someone who's looking for how to make a fighting game with BitBlt, LoadDC, GenerateDC and other API calls. The Sprites are kinda bad, and there isn't any sound. But it can all be changed and added easily. Enjoy! Please Rate.