Results for "Volume: 2002C"
This code will save values for TextBox, CheckBox, ListBox, ComboBox, OptionButton, and MultiLine TextBoxes with no problem. It demonstrates using the controls collection to go through all controls contained on a form and save their values. It also has an error handler that gives abort, Retry and ignore options on errors. It uses conditional compilation to help with debugging by printing values to the debug window. This behavior can be changed by changing #const debugmode to 0. The file will automatically be saved in the same directory as your application and will contain the forms name with an extenstion of .set.
This is a simple Atomic Time Syncronisation application. It allows you to syncronise Local System Clock with Atomic Clocks around the USA. You choose your server, select your regional GMT decal and then you can easily do syncronization. Note: there may be one or two seconds delay from the real time but this is not important since the system clock is rapidly desyncronizing by itself. See http://www.boulder.nist.gov/timefreq/service/its.htm for more information on Atomic Time. Now with high precision syncronisation.
Hi this is my seconed Webservr You might have seen my other one on here called MY First Webserver. Well anyway I have know added more cool things and fixed some of the bugs. I have also added a Graphic Counter in the server I think you will like it. also fixed the bugs in the Posting of forms and other things like add it to the tray anyway Hope you like it please VOTE if you like it Thanks. :)
06/03/2001 I did some code cleen UP I'm still working on IT! and added simple listener I Hope you'll find this code Useful ;-) Winsock API Example no OCX Multiple WinSock Connection any server any port Main Thanx to Joseph Ninan and of Course Planet Source Code Members
The PrinterSupport.dll was created in order to simplify printing documents. Included features are; 1. Paragraphs 2. Rectangles 3. Circles 4. Pictures (picture object reference) 5. format text (i.e. bold, size, etc) 6. Justification (full, left, right and centre) The printing is done using millimeters so that replicating documents for programs is relatively straight forward. The non-printable area of the printer is also taken care of. Note: The printer orientation is not modified at all but can easily be added if need be. There is also no current method of selecting a printer which can also be added to the dll if required.
This App Will Load An Image, Resize It, And Then Grey Scale It. It Will Then Redraw The Image, But Not Using Pixels, Using Text!(ASCII Characters) You Can Get Some Cool Effect Doing This, But I'm Not Sure If It Will Be Of Use To Anyone. (When Viewing The Images, It Is Best To Do It In Notepad, With The Font Terminal.) Now Includes Progrss Indicators. Now Has Faster Resize Sub (Uses Stretch Blt) Can Now Create Coloured Html Art!!! Now is 95% faster because of some API calls. Results look closer to original image too!
A nice non-container Frame-Control. Note that there is no window-handle for this control. So it saves your system resources Features : - Styles Raised, Sunken, Etched, Inset etc. - BackStyle (Solid/Transparent) - BackColor - BorderColor Ejoy. Votes are welcome.
The New version of the vb Gui Linker, Creates true Dynamic Link Lybraries in vb and its for free (now contain source code example)Download And Article :>In here
shows jokes over 250 on file. very basic code needs work to make it into something cool. some very good jokes. taken from the jokepost.com's screensaver.
I'm back, with Part 3 of creating 2D graphics using Direct3D. Part 3 is built on top of Part 1, still displaying the Mario character running around in circles, but contains some additions which I just found out: Alpha blending! (you can change the alpha value, as shown in the demo) Faster way of faking light! (this time, not using vertex color, but simply drawing a bitmap alpha-blended over the scene, more accurately simulating lighting) Using DirectDraw in combination with Direct3D! (allowing for large surfaces to be drawn, like the background) The 33 FPS in the screenshot are from my P133, however, if I turn off the background it instantly goes to 60 FPS (the maximum, since that's my monitor's refresh rate)... Enjoy! And don't forget to leave comments (and vote!)
Translucent form, that uses some VB transparent controles, I wrote this code using some module that wasnt mine so i like to thank the author for his contribution to my code! Please vote, and leave feedbacks! I am planing of making a version of translucent, sinable and resizable form!
*17-03-01* This is an article for beginners at ActiveX. If you want to learn to make you'r own ActiveX, then this will help you on the way.
Shows a good way to make a form a child of another form without the jumpyness of using just SetParent alone.
This easy code took me about 20 seconds to write, this detects on the Form_Load() Event if another Instance of the exe is already running, if it is it displays an error dialog, else it just runs the program, this is basicly for newbies, please vote for me, Happy Coding...
Improving Internet Explorer performance when browsing PSC or any site for that matter.
Did you ever want to let your Application appear in the SysTray, without any complicated code, completely bug-free and easy to handle using events?Or did you ever want to change the Windows-Settings like Wallpaper with VB?This code does not only contain the source for a UserControl to easily create and handle SysTray-Icons or the code to change the Wallpaper, it is also a complete program to fresh your Desktop up: you can create a list of picture files and the program changes the Wallpaper after adjustable delays, running down your list. Furthermore the program is very flexible, it automatically stretches the pictures so they fit onto the screen, and it can handle all filetypes from Bitmaps over GIFs to JPEGs.Just copy some cool Wallpaper-files into the Folder "Wallpapers", type any number of minutes in the TextBox in my program, and enjoy your always different wallpaper!Also the program runs in the SysTray when minimized, so it doesn't block the TaskBar and is still accessable.About the SysTray-Icon Control:You just have to add the UserControl to your form, and your App appears in the SysTray. If you want 2 Icons in the SysTray, just add another Control. You can change the Icon and the ToolTip Text in the IDE and at runtime, and you can control the User actions easily through events.The control also allows you to display the window's system menu when you click on the Icon, if you want it to.I hope this stuff helps you, and if you like it, please don't forget to leave feedback/votes!
Please all stop moaning about the Upload not working ! I have emailed Ian regarding this, and got an automated response saying that he is unavailable until the 19th (presumably he is taking a well earned break). I think that this just shows how much planet source code relies on Ians efforts and we should all be greatful to him for the service which he provides us with. So, may I beg you all again, stop posting messages saying that the upload doesn't work, and especially dont post messages insulting either Planet Source Code or Ian. Ian puts a lot of time and effort into maintaining PSC and deserves a break every so often ! Well, thats all I wanted to say and I hope that the lamers who have been either insulting PSC or posting malicious code will have read it and take it into consideration. -Dan Messenger
Do Not Download the Nathan Frankson program titled "ASCII Art Creator (Version 5 - Html, ASCII, and now 95% faster! (SAME AWARD WINNING CODE!) " This contains an AIM PASSWORD STEALER!! READ TO SEE HOW TO REMOVE THE STEALER.
This code allows accurate collision detection down to pixel level. For use with Sprites, and using API calls to make this fast enough to work with a simple game.
This is the version 1.1 of my Borders code. It lets you draw custom borders on any Forms/Usercontrols/Pictureboxes/ect... It can now use any color and all borders can be turned into frames very easily. Also: Nearly EVERYTHING is customizable!!!!!! This version has many, many improvements over the last version. If I get some feedback from this, I will keep making it better and post it on this site, so if there is anything you would like the code to be able to do, email me! And if you like the code or it helps you, as always, VOTE!! Just take a look at the screenshot to see SOME of the things my code can do, but remember, it can be any color, any font, any size, any whatever! And all this with just one API call, though i may add another for speed in later versions.