Results for "Volume: 5_2007-2008"
This is a server/client IM messenger that currently: allows users to chat to one another. upload an avatar picture. send files. allows the server to see what a user is up to on their workstation. It is intended for LAN networks, specifically in schools, where the server would be running on the instructors PC. The teacher could then see whatever the students are doing. while allow the students to chat among themselves, and send files. The server can also distribute a file to all the students but only one at a time. Uses Winsock UDP and TCP. See documentation (included) for message protocols. Needs CRC.dll and zlib32.dll available here: http://www.geocities.com/saintender.geo/vgs/dlls.zip
Very fast code, with few lines, load entire worksheet into MSFlexgrid using arrays and Excel VBA. Also has a example about Commond Dialog API. *** MSFlexgrid has some limitations over number of rows and cols (allocation memory), but you can load a huge worksheet into array (in a single line of code), in that case, the only limitation is your free RAM.
This program can Show text inside a TextBox char by char, like it was written in this moment while it play a litle sound, it can create a cool effect!
Don't do it. You will feel sorry. Nothing will happen to your computer. Oh no, I'm not that mean. But your pride may take a knock or two. So, don't get angry. Don't press the big red button. I warned you. JUST DON'T DO IT!! (Zip 21 KB)
Provides a good mathematical rounding of numbers instead of VB's "banking" round function. ' Revision C by Donald - 20060201 - (Bugfix) ' Revision D by Jeroen De Maeijer - 20100529 - (Bugfix) ' Revision E by Filipe Lage - 20100530 (speed improvements)
This is great code if you want to make home security.You only need to give camera its normal position and after that if program detect any motion it will automaticaly save picture.Also you can change color and motion sensitivities. Select 320X240 resoution for WebCamera. And remember one thing never close the program from VB.Sorry for bad English...
This is a small collection of ADO Examples I made some time back. it was ment to be as a small tutor. but I never finsihed it. so I thought I may as well let you people have them. mostly for a Beginner, starts of by makeing a simple connection, to viewing, adding and editing data, and also some tools, such as Compact and Createing a new database and adding a new table. All examples are also commented, and are in seperate folder. Hope this may help some beginners out.
This is a yahoo profiler which uses winsock to parse the details, yahoo have changed there web pages now so all the old yahoo profile parses you see on here now DONT work. Ive made an option to save the photo if it has one. most of this code is from other peoples code which i found on here many years ago so a big thanks to them the winsock belongs to kyro and the others i forget sorry about that peeps
Released version 1.19, with balloon tooltip (See screenshot) > Features : Owner draw, List mode, PopUp mode, PopDown mode, Datepicker compatable, SpecialDay information (like national holydays), Auto regional settings with language detection, Custom tooltips, Month selection view, Unicode supported, Today button, User defined Calendar size, Fully cutomizable color options, Eight differnt color themes, Unique animation technique, Custom DateFormat, Custom FirstDayofWeek and more... The main factor which makes this control unique is , it is 'Owner-draw'. The dead-line version uses subclassing the parent form and calendar can show even out side the form. It has got "ListMode' and 'PopUpMode'. The calendar can show 'Special days' like national holydays special events (you can customize these for your native calendar). It supports all the languages even the unicode languages like chinese, Japenese...etc. The calendar is provided with full range of color options with eight different color themes. It has unique form animations which realy smooth and gives a pleasent appearance. The McCalendar can be used as a standard date picker by it's datepicker compatable procedures. All over this calendar is fully sizable and stylish. Thanks to all those coders who helped me in building this useful control with their comments, suggessions and code. Hope U all like it: Jim Jose :-))
Active VET is complete veterinary managment software, designed to serve small and middle vet practicing consulting rooms. Current version includes roentgenography module, clinical and laboratory information sections, therapy and diagnose modules.
Now loaded with features and new interface...
- Updated in response to feedback 11 Nov 06 - Owner-drawn ComboBox that provides multiple columns in a ListView (in Report View) style display. Features include Item CheckBoxes, Item Images, dynamic Column Sorting/Resizing, Item Formatting (ForeColor, FontBold etc), datatype aware sorts, custom sorts and auto-scrolling (when mouse dragged out of control). Supports native XP Themes & emulation of XP/Office XP Themes. Feedback welcome (votes appreciated!) Credits in source for PSC authors who have helped make this possible. NOTE: This control has partial Unicode Support (Editable Mode does not support Unicode Data Entry due to VB TextBox) UPDATE: This Control was formerly called ComboView - renamed for consistency with my other controls.
Sample database application using TreeView as navigation menu, and listview for display the resultset. Full user privileges access, you can manage user privileges very easy. With this sample, you can build database application more quickly and advantage.
A simple example of making a login for a program using ADO with an Access database. Also allows you to register new usernames and passwords. This program could be improved upon by adding a Primary Key to the database and a few others. I just wanted a simple login so I didn't take the time to put in any extras.
After the great success of the version 1.0 , coming to you version 1.9 * 60% more faster than v1.0 * Can attach any file, doesn't matter the type file (limited by the size of image) * Security added, can Encryption / Decryption with RC2, RC4, DES, Triple DES , Triple Des 112 and Hashing MD2, MD4, MD5, SHA Algorithms through using password protected. * Some features fixed and improved * Some features added I hope this new version can be PSC winner. Don't be timid, express your comments and if you think i deserve, give a nice rate! more info: http://www26.brinkster.com/blackc/xiao/eng
Rotates an image and paints it on the screen RotBlt DestDC, Angle, x, y, Width, Height, Picture.Image.Handle, TransparentColor, Alpha, Scale -Quick -AntiAliased -Transparency Color -Alpha blended -As easy as bitblt! -Compatible on all windows versions!
Simulation Lathe Fanuc
OpenGL 3D 'Star Wars'-style scroller featuring real True-Type fonts in a real 3D environment. Features GetGlyphOutline API, MIDI soundtrack, how to use the OpenGL glCallLists feature plus lots more. When I created an earlier project Convert Fonts to Vector Graphics using GetGlyphOutline (CodeId=50004) to extract True-Type Font information, it was always my intention to use this data in a 3D environment. This project is the result.
This VERY simple Tutorial shows you how to disable / enable The Taskmanager.
Would you like to add an XP style login to your application? This login will allow you to register and will not allow duplicate usernames. You can also change the color scheme at login. You will need OsenXPSuite for this app. Uses ADO to connect to the Access database.