Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #150743
The Original Mouse Logger\Emulater

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!!

4_2005-2006 #152438
Brunos Site Edit

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.

4_2005-2006 #150261
Replace Browse Button in Form element Input type="file" with any image

Replace ugly browse button with any image in form element inpu type="file". This is good in form which purpose is uploading pictures.

4_2005-2006 #149681
Getting the URL the user came from before your web page!

This is a great tip that is NOT documented in the Interdev help..how to get the referring URL of the browser. You can use this to track what traffic you are getting and from where.

4_2005-2006 #149682
ASP .NET is finally here!

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!

4_2005-2006 #157655
ASP Download Page and Stats

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

4_2005-2006 #149679
Full list of ServerVariables

You can get all sorts of useful information on the browser, using Request.Servervariables. However, one of the problems with the Visual Interdev help is that it doesn't list ALL the information you can get. Here is the most complete list I know of...if you have any additions, please feel free to append them as a comment!

4_2005-2006 #149680
PipeBoost Internet Information Server (IIS) Content Compression Product

Pipebost is a content compression product that dynamically compresses content served out by your IIS server before it gets to the browser. This dramatically reduces the time it takes the document to load in the user's browser as well as cuts down on bandwidth usage. For example, PipeBoost has reduced the bandwidth usage on PlanetSourceCode.com by a whopping 27% --which is basically an entire T1! And the .asp pages load much quicker...about 50% faster than before. The slower your connection the more you notice PipeBoost.

4_2005-2006 #153132
Changing style, position, and SelF-Closing msgboxs

This Shows you How to Manipulate Message Boxes Using some Simple API. You can change the font size, add a strike-through, underline, bold or italic to the text of the Msgbox. You can Also Position MessageBoxs other than having them appear in the center. Also you can create self closing messageboxes that close after a period of time you specify in microseconds. Enjoy.

4_2005-2006 #160485
ASP Easy Hit Counter Multi styles and Stats

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...

4_2005-2006 #153141
WIS

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.

4_2005-2006 #161849
MSMS Go! Component

This is the redirection component, for Paul Woodlands previous submission of MSMS Core Component.

4_2005-2006 #151471
Create a Window without a Form !!!

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.

4_2005-2006 #153058
A++ Contactor 2000 (Without Speech-See ScreenShot)

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 [email protected] and I will try to answer them.

4_2005-2006 #153143
Check if user is Online

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.

4_2005-2006 #153144
Barcode 3 of 9 generator

Create a 3 of 9 bar code without using a TTF, DLL or OCX.

4_2005-2006 #149683
Scaling problem warning about the browser sniffer control

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.

4_2005-2006 #158485
ASPoker

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?

4_2005-2006 #169414
Update database from Datagridview

Update datagridview into database

4_2005-2006 #157533
The Recursive Frameset

Woke up one morning like I always do and started my computer. Went to the MSDN site, and I saw something that interested me. For some reason, I checked the frame properties to find that their frameset was done in one file. I Thought it was a great idea, so I made one that I thought I'd share. This file will load three web pages that are all stored within one file recursively. Have fun.

Languages
Top Categories
Global Discovery