Results for "Volume: 2002C"
Shows how to bounce an image around on a form. The image can move in all directions.
This is an Updated version of my ASP Message Board version 2.0. I apologize for the HTTP header request bug, which has been fix now. Also adjust two things in the board, which is no biggie, but makes it looks nicer. I think this board is pretty much bug free and IF there is any bug, e-mail me, or post the bug problem on my Demo Version 2.0 Message Board at http://www20.brinkster.com/domah This is a MessageBoard done in the most simplest ASP code so beginner ASP programmer can see how forum are develop without scratching their head. Please Vote for my code. Thank you.
This is a complete, self-contained BBS application. I confess that I've taken good ideas from other BBS products and duplicated them here. The BBS supports multiple forums, file uploads, and threaded discussions. Email notifications can also be generated using the "ABC-BOT" that is also available on my web-site. To install, extract the ZIP to an appropriate directory on your IIS server, set the permissions and you are good to go. The underlying data is stored in an MS-Access database (included).
Here is v3.01 *added settings page *added server informations on settings page *added counter and unique counter on settings page *added logout and close button on settings page *changed settings window to popup *added auto refresh main page after any changes on settings page *change session timeout to 30 min. for admin (it can't work if you use Brinkster) *added auto appear delete link below messages if user is admin *added auto close popup if user select logout on settings page *added message counter on settings page *added auto show full IP if user is admin (in other way users see half of ip) *added tag shield *added page system on index page, *added auto change images on sign page (www and icq image) *fixed status bar words *added a lite Flash Animation on admin login page *added icq pager function *added outside navigation function *fixed email confirmation (it is more clever now) *fixed if no message on index page *added close button on sign page *added delete confirmation with a msgbox *added auto refresh after signing guestbook *fixed tabindex on sign page *added password verify on settings page *added go up link on index page below every message *fixed information control on sign page (it is more clever too) *added line break function you can see an examples at Guestbook Previews #mirror 1# http://www27.brinkster.com/guestb/(brinkster is very slow, and has a session problem) #mirror 2# http://freehost07.websamba.com/guestb/(websamba is as slow as brinkster and sometimes crashes)
You must see this software in action. If you were dissappointed by previous submissions, you must get this one! Will log and emulate every event of the mouse anywhere, in any software. Double clicks, right clicks, Drag and Drop, Move windows. Thanks to a bug fix by []D[][]V[][]D, the code is now faster than ever. You can click and drag as normal and never have to worry about missing a trick. Try it in a text editor copy a bunch of selected text, paste it somewhere, then delete it. Replay the movements and watch every move made as it is replicated in exact form. All data is saved to file, so it can be replayed again later. Feedback encouraged, votes appreciated!!
Simple example to show an edit an WebSite Structure. I't supports the edition of all the kind of txt files (asp, css, inc, ...) . If you have a permission dennied, set the write permission to your site and test it. I made this as a part of a bigger project, and now i put this here. So be free to use it. If you have a permission dennied Error when you save one file, set the write permission to your site and test it. or mail me and i'll explain the steps you must follow to allow the 'Writing' I'm from Argentina, so sorry 4 my poor English, and if you give me your vote I'll be pleassed !!! Bye, good Luck.
Replace ugly browse button with any image in form element inpu type="file". This is good in form which purpose is uploading pictures.
For those who have been living in a cave, Microsoft's eagerly anticipated update to ASP, called ASP.net has been relesed to production. The best part of it is that it's free!
Create a download page for your files, and log who downloads them (by capturing their IP address/DNS Host name), and count the downloads by day, week, etc
this lets you edit the system menu on your form. you can make it perform functions also. the only downside to this is that the form is not movable by titlebar. i've seen other codes posted on this but the one i was looking at didn't show how to perform commands on click. anyways hope this helps you out.
This is a simple ASP counter, it takes very little to set up, just include code on page and you are ready to go. The summary page uses a MS Access database to store total hits per page. You can control counter style. It has a main page where you can keep track of number of visits by page. You can sort your statistics by URL or number of visits. All information is store on a MS Access database for you to use on any report...
This code is a windows system information. You can retrive your system information in an *.INI file. The informations you can retrieve are: OS version(Win version, licence number, licence owner, licence company, time zone) - Sys Report(bios, processor) - Video (bios, chip, size,..) - the SET variables - NetWork (hostname, ip, mask, dns, dhcp,domain,...) - Keybord Type - IE version - Disk(type, filesystem, space, freespace, ...) - Services started, ... - Services Stoped, ... - Input host file - Input LmHost file.
This is the redirection component, for Paul Woodlands previous submission of MSMS Core Component.
This module demonstrates how to generate a Window using the API. Why use the Visual Basic FormDesigner when you can use the API? Okay it's much easier to use the Designer, but a good VB-Developer has to see and understand a module like this ;-). I have translated the C++ - Code (MSDN\SDK) to VB.
Record and Play Back your own Voice Messages using the MCI Control, Moving Borderless Forms, Read and Write to INI Files, Custom Colors Screen, Custom Web Browser, Custom Forms, Treeview Control with Images, Keeping forms always on top, Accessing Access 2000 databases with a password in code and more. Make a sub-directory called C:\CODE\CONTACTOR and then unzip to that location. Load the program up in VB and go from there. The Login name is "Guest" and the Password is also "Guest". If you have any questions, email me at DEATREE@YAHOO.COM and I will try to answer them.
The code checks if the User is online or not. If he's online it will prompt a MsgBox "You are connected to the net.") or it will Show: "You are NOT connected to the net.". You can also insert your code. This code is useful when your application uses the internet. So if the user is not connected the net, the program will simply unload.
Create a 3 of 9 bar code without using a TTF, DLL or OCX.
ASP comes with a control named MSWC.BrowserType that can be used to detect the user's browser. In another article I posted, it detailed how to use it. However, if you have a heavy use web site, you need to read this warning.
This is an ASP poker script. What it does is it gives you five cards. From those five cards, you need to select which cards you want to keep. You can do that by checking the checkbox of the card. After pressing the OK button, you will get 5 new cards. Below those, you will see the result of the previous hand. The non-held cards will be replaced, and score will be setteled. Anything starting from a pair of jacks give you points (the better the hand, the better the score), anything else will result in losing 10 points. When the game is over (after 20 hands), you will be able to submit your score. This is saved to an access database. The highscore page will then show the 10 highest scores. The highscore page also has a protection that it will only accept submissions from the poker.asp so this prevents cheating a bit. The poker.asp will check to see that you don't get the same card twice in the same hand (althoug the GetHandValue function is prepared for this) This submission could be usefull for: a) someone who likes a (cool?) game on his/her asp site b) someone interested in how to validate a poker hand c) someone who's just after all the card images i've included d) someone who needs a highscore script for his/her own asp game If you want to see a live example, I've put it up at http://developer.domaindlx.com/cakkie/scripts/aspoker/poker.asp . If you get popups, i advice you to minimize them rather than closing them (they keep coming back), but it's a free asp provider, so i can't complain, can I?
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...)