Results for "Volume: 2_2002-2004"
Automatic Err handling tool: New features: 1. Show module interface - show smart description of all your app modules without the code - just the description and comments very usefull for designing && debuging 2. Ignore functions starting with - you choose wich functions will be ignored when error handling code is inserted by typing thier first letters for example "cmd,chk" - all the functions wich starts with those letters will not have error handling code. 3. Printing - now printing your code && your interface is allowed thats it - wait for new updates This is the ultimate tool for adding error handling code in your apps with absolutly no effort at all and with great flexibility. simply brows for the vb project file (vbp), select for wich file and functions you want to add the error handling code ( the default is for all the files and functions ) and let the utility do the rest. use the following steps: 1. BROWS - select a vb project ( you can add more than one project ) 2. Press the DEFINE button ( now the utility recognize all the functions in the project ) 3. optional - select wich files to add error handling and wich functions in every file 4. Press COMMIT to generate the new files ( with error handling in every function ) 5. optional - Press VIEW to compare the original files to the new one ( with the added code ) 6. optional - Press TRANSFER to replace the original files with the new ones NOTE: there are lots more options in the utility - check it out I use this application with all my projects and it realy saves lots of time and generates very smart error handling code. Take it, use it, enjoy it and tell me if you like it or any other comment. have a nice work.
This code is the primary module of Calculation Solver, a compiler-based string evaluation program. This module can be called in one simple line which evaluates and returns the result. Feel free to use it in your programs (just remember to give credit where credit is due). Full syntax description and sample program is included as well.
FileReal, CloseAllFiles, CopyFile, DeleteFile, GetAttrib, GetFileDate, GetFileExtension, GetFileSize, MakeDIR, RemoveDIR, SetHidden, SetReadOnly, SetSystem, SetNormal, Overwrite
A UserControl color picker. Everything drawn using memory DCs. The floating rainbow background is pretty as is the text color that changes with the background.
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.
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!
This code lets you put custom borders/ect. on forms/usercontrols/pictureboxes/ect... I made this because I was making a custom Button, and so I decided to post it, see if it helps anybody. It has Windows style, Etched, Dotted, Solid, ect. and all can also be used as frames, just by inserting text into the function call. Also: Everything can be given a custom color in the function call, too... Okay, I've now had 345 people look at this code, not a single vote, not a single comment. Why? If you like it vote for me, or at least leave a comment behind. By the way, also I'm working on a new version, already it has lots of new features, but I have to wait until Ian gets back so the uploads will work again. Soon after that it will be up, under Borders for Controls v1.1. Examples will be included in the newer version.