Results for "Volume: ASP_Volume3"
A Picture creater in 640*480 Graphics Mode This paint use almost every graphic function which is in graphics.h. This program is helpfull for all types of programers who want to learn graphics in c/c++ language. This code is also helpfull for those wants to learn how to use mouse Functions in c/c++ language you can use to draw lines,circles,rects,fill rects etc
Insert the employee information in the database and Insert update and delete the working hours, lates and absence then it calculate the staff salary and produce a daily summerry
You will see, this is actually two apps using Winsock. The one is the file server and the other is the client. With the client you can specify a file to download from the server. It then downloads the file with a speed between 250 - 360 kb/s depending on your network (I could only test it on a LAN)Other cool thing: Multithreading for multiple connections and when you minimize the server dialog, it jumps to the system tray. The system tray code is not mine though - all credit for that have to go to: Damjan Miholjevich NB:Remember to link to ws2_32.lib.
This program will convert ASCII to decimal, hexadecimal, and octal.
i showed here how to connect to MySQL db, iserting data to listview and combobox,helpfull SQL querries, tricks and etc. hope u rate this code... for full blown application, e-mail me at [email protected]
Used for calculating mortgage payments, loans, etc...
Have you ever wanted data to be returned a page at a time? For example the data you requested returns 200 rows and you want to return them to the user 1 page at a time? Well now you can! PS!! Do not forget to rate this software. This results in more code!! Thanks.
Simple calls to open up the default web browser to a given URL or to create an email message in the default email client.
My Image Processor did the basic uimage processing techniques like blur,grayscale,zoom in,brightness increasing and decreasing for a digital image
It creates a real DOS-Console-Window with input and output over the API!!!!!
this program will demonstrate data manipulation in the database. You can add, edit and delete records. Simply restore the dump file provided in this file. you must install mysql to run this program. please vote and rate this program if you think this is helpful. tnx.
Image Factory v1.0 - Digital Image Processing Software System. Convert, Import, View, Resize, Rotate, Flip, Enhance, Share, Organise & Print your Images. Very first version, used pure .NET code. I have tried hard to make it a usefull software. If you find any bug please mail me. And please vote if you find it usefull in any way.
Corrects for reserved SQL characters in SQL queries. This will correct your SQL statement if an apostrophe or 'pipe' character is in the SQL query. It is a better fix than the SQL functions which replace ' with '' because those will actually still fail in certain situations (such as in FindFirst commands).
Ever need to see if a credit card number is valid? Well, here is your chance. I did NOT write this code, I found it on the web!! Also, this may tell you if a number is valid, not if it works
This amazing piece of code actually shows you the real password in those password boxes instead of the ***** you always see! This code uses the mouse as a "revealing glass"(Sorry, I couldn't find any icons of a magnifying glass to use for the cursor), so that when you move the mouse over a textbox, the password changes to REAL TEXT, and when you move it away, the password is shown as ***** again! This effect is easily edited out of the code, if desired. This program is not meant for stealing passwords, please do not use it for that purpose. I hold no responsibility for passwords stolen using this program. This program won't work with IE, but it will work with Netscape, because of the way it handles windows.
Make your Form(s) fullscreen without any Active X or even any Code! Very Useful, especially when making VB Games. Takes about 30 sec!
This code works with ICQ, not yet a stand alone, but it's a great code to use if you want to learn how to usa the ICQapi. It's rewritten from the C ICQapi so don't expect full capabilities, but most of the stuff are in it. Since I lost my old project of this source I made a new one this mornin, so all stuff wont be in it like send message etc, but you might figure it out sooner or later. I think the Send_File option is included in there somewhere. List_Online_User and Notify_On_List_Change etc has been injected. I can't actually write all the stuff down here, would become a huge list. There are some extras like Send_WWW_Message, Online_Offline_UIN and more. I'll publish a more comlplete file soon with all the nice interfaces and ICQapi uses, but I just didn't have time this mornin. Information about the C ICQapi can be found at ICQ's home www.ICQ.com Due to the lack of time I had some files etc might be missing, if so, tell me.
Easily lets you add a link from you VB application or open default email program.
This ASP.Net application lets you see who is logged it to your web server using Terminal Services. Make sure that to uncheck anonymous access for the page and set impersonate="true" in Web.config.
Dial-up Networking demo. Soon it will be updated with RasGetEntryProperties and RasSetEntryProperties API's. Some parts are not written by me...