Results for "Volume: 7_2009-2012"
A fully function webserver with heaps of features such as: scripting with database and file access, directory security and user access administration, fully logged server requests, graphical directory listing(fully customizable), http authentication, server side includes, images(some don't, dunno why? :), frames(some don't :), and with the scripting, u could make ur own online game, if u wanted to :)
This Code shows how to make real transparent forms without needing Win98 or W2k; it does not flicker and it automatically updates while moving. Even the Buttons are translucent! This code is another good example how to use my FoxCBmp3.dll, too, furthermore it demonstrates an alternative way to create cool effects with Buttons (like graphics, transparency, mask...)
Last month i uploaded the wrong files for this project and everyone was telling me it looked nothing like the screenshot. lol... well i fixed it and uploaded the CORRECT source! With this project, you can send multiple files over a network with ease. I have not had the chance to test it over the internet yet, so please leave feedback if you have tried it! Enjoy and vote!
In response to requests for more samples here is Volume 2. This collection includes the use of scrollbars, listboxes and the treeview. Move listitems up or down in a listbox, remove duplicates etc. The treeview example demonstrates a fully functioning 'Favorites bar' for a Web browser application using Internet explorers favorites - add links, add new folders, rename, delete etc. Also included is a KeyCode giver, a picture resizer, and just for fun a random mousemover. Code for each function appear in a textbox ready to copy into your project. I hope this is of some help to people beginning VB. Good luck.
The code can be used as a 3-D engine without using any kind of external 3-D stuff and the whole game has been made using Bitblt API. An easy to understand code, making such a game is no joke. See it for yourself, and I bet you wont be dissapointed to see my own Doom. The game Cannon online again - which is actually an improvement over Simon Price's 3-D Amazing. This makes you feel it more like a game, with stuff like sound effects, enemies, new levels, more textures and movements. Perfect collision detecttion. Credits for Ray-tracing and rendering (algo) go to Mr. Simon Price.
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.