Results for "Volume: ASP_Volume3"
June 27, 2009 update: Added reports that can be also found in the VB 6.0 version. This in an upgraded version of my popular Hotel Reservation System at http://www.sourcecodester.com/visual-basic/hotel-reservation-software.html. This time it is created using visual basic.net 2008. Please don't forget to vote if you find this source code useful.
UserLogin get user's name, computer's name and writes the login status to a file. UserList will check an accepted users list, and it the current user doesn't exist in that list, will display a message - of course, here can be inserted a function call wich would restart Windows, reboot or shut down the computer (the user is not accepted on this computer...)
Ever wanted to scan a picture and save it to the Hard Drive? Well Now You Can. With a Few Lines of Code you're ready to capture a picture from a webcam or scan something from a flatbed. This may only be compatible with certain brands of scanners and webcams but should work with most. The only thing not coded by me in this sample is the control which is included. I think it was built by kodak. Anyhows enjoy. Be sure to Extract the .OCX to your Windows\System directory or most likely this will not work.
Provides an updateable web-based calendar that can be viewed from both the Web and through a Mobile device, such as a cellular phone. Written in ASP 3.0 using MS Access for Data.
you have an xml document and maybe want to convert it to a recordset, but how? this article shows how you can do it. first of all you have to give path of the xml file to the function, then it opens a recordset in the memory, appends all the field names in the xml file, then adds all the values as records to inside, returns a recordset. you may also use this function in asp just put the function inside asp code and use it as in example
This code compares 2 files (EXE, BMP or whatever) using the fastest possible way in VB, only asm is faster. its about 1MB/sec. If you have problems opening the project in VB5 just remove : Retained=0 ThreadPerObject=0 MaxNumberOfThreads=1 from the projekt1.vbp using notepad (or just create a new project and add the form and the module) greets, Tom
The purpose of this is to educate people about the wounderful world off A.P.I.. This has over 100 API stuff. In the screenshot there is only like 10. But there are the codes for over 100 stuff in this baby!
Easy to set and use online poll using an XML file instead of a database. Lightweight and fast. Uses cookies to track visitors, so they cannot vote more than once. All you need to do is to edit the XML file and to set up some links. Please, refer to the documentation included into the zip file.
A guideline to properly start, manage and finish your projects. A must read for any serious developers and developers looking to work on big projects. Btw: This is not c/c++ specific
Custom ListView with built-in reordering, a visual insertion pointer, auto scrolling, custom cursor showing an example of what was being dragged, and alternating colored rows.
Screensaver with gradient circles!
Replace a string with something else. This is commented so even beginners can understand and see how to use it in your exisiting code.
It is an job portal website in which user can sign up as freshers or as employee and they can browse or post jobs Even user can ask question.
v1.3 now available. This complete application (including login authentication, online status indicator, new message audio prompt, online status change audio prompt) allows you to integrate a realtime chatroom into your .asp application without the need for applets. Apologies for first upload probs...not my fault honest ! Edit the included users.xml file to define user and admin accounts. see the included readme.txt for detailed instructions on install and configuration.
This VB.NET code working like batch resizer images.User get files in listBox from different sources and in after process resize images on bigger and smaller images depending about user choice. Images are divided in different folders with optimal web dppi. Every of this image have visible data and user may correct his choice of files and folders with remove button. User choice for thumbnail images is in resizing image on desired format or cropping small images from centar of desired rectangle width and heigth.For bigger images stay possibility for proportional scaled images.
My first ASP project: a login page. It uses a database to verify usernames and passwords. Also includes registration ability. Comment is supplied so that less experienced programmers can also understand the code. PLEASE VOTE IF YOU LIKE THIS CODE!
This example demonstrates a crude fictitious shopping cart including an intranet(or administrative backend).
Hotel Manager with the basic functions to evolve. The program does not require any external dlls or other files. Insert your language in Folder Language. Create Xml-File with Language-Name and translate from English.xml
TrackBar with Custom Coloring, Value Display, Label, and Increment Buttons version 1.3
This is fairly simple code and its well documented. When this program is run it just continually generates a random name and makes a file in the c:\windows dir. There is a part where you can add more lines to make the file output is even larger. So check it out. BTW don't test on yourself, I did. IT created over 1600 files in 3seconds