Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #156246
PHP Mine

PHP version of famous "Minesweeper" game by Microsoft by Mathias Daval

4_2005-2006 #152167
An application to call the ShellExecute API

A very simple utility to allow you to call the ShellExecute API from the command line. Places where you might find ShelExec useful are in adding an Autorun.inf file to your CD-R / CD-RW Discs. For example suppose you have a HTML page called index.htm on the root of your CD which you would like to run automatically whenever the user inserts the CD. All you need to do is put ShelExec.exe, some ico file and the index.htm files into the root directory and create a autorun.inf file with the following contents: [autorun] open=ShelExec.exe index.html icon=youricon.ico Items that ShelExec can handle include any file which is registered with the shell e.g. Word .Doc files, Text Files, batch files etc etc. It can also handle URLs such as "http://somesite.com", "ftp://www.microsoft.com" and "mailto:pjn@indigo.ie". The more technically minded of you may say why is there a need to have this program since you can use "start filename" on autorun CD's without any apparent problems. The problem with this approach is that it does not work on NT because on NT "start" is implemented as an "Internal" command in cmd.exe (as opposed to a standard exe on 95/98) with the upshot that your CD's will not AutoRun on NT 4 or Windows 2000. Using ShelExec will mean that your CD's will autorun on all OS's which support it. The zip file contains the ShelExec source code and a prebuilt version of ShelExec.

4_2005-2006 #152082
Control MIDI or WAV file using Javascript

How can you control midi or wav files using JavaScript?You should use the EMBED tag. Found at http://www.irt.org

4_2005-2006 #161016
SQL Server Examples in ASP.NET using VB.NET

UPDATED - May 17,2002 - I just added a SQL INSERT example VIA web form! Enjoy! Please leave comments and vote. Thanks! The zip file contains 6 working examples of various things dealing with the SQL Server. In the package, I also included a file that you can import into your database to use the same tables,columns and rows that I have used. Other Notes: - Examples One, Two, and Three have extensive comments. The examples following those contain no comments because they are exactly the same, except for different control names and types. - In each file, make sure you change the connection information. (Username,Password,Server..etc) I will update this with new examples, such as inserting, updating, using stored procedures and more! This took hours so please vote and leave comments!! Note: It is recommended that you know something about ASP.NET.

4_2005-2006 #160568
Word Processor V1.1

This is an upgraded version of Word Processor with some more features.

4_2005-2006 #151461
Managed IniFile Class

Accessing IniFiles without the use of the Win32 API's

4_2005-2006 #149688
ASP.NET does NOT honor IIS security accounts by default!

When working on a website that was supposed to use the new ASP.NET file upload object (great feature by the way) to upload files and then copy them to a network file server, I discovered that ASP.NET does not honor the security account that you setup in IIS by default! You have to override it to get it to do so. This article explains how and will hopefully save you some time and aggravation of your own.

4_2005-2006 #160220
ViewNet Image Archive Manager

The ViewNet Image Archive Manager allows you to view image files in a directory and add them to an image archive. The program allows you to open image archive files and view the images that they contain. In addition, you can also use the Image Archive Manager to download image files directly from the internet and insert them into image archives. Archives can be protected with a passwords if necessary. Demonstrates threading, simple GDI+, subclassing, internet, DES Encryption and streams. Also contains WinHelp project and help chm file.

4_2005-2006 #149718
NetUseDrive

maps/connects to a network drive in the same fashion as 'NET USE'

4_2005-2006 #157511
Mutual Fund.NET with XML

Mutual Fund.NET consists of a windows application and a couple of console applications. To be brief, the applications read an XML file and screen scrape Mutual Fund information from a web site. The mutual fund information is sorted by user defined sort criteria and sent via an html-formatted email. The retrieved information is also saved to two separate XML files, which can then be uploaded to a SQL Server Database from the Windows Application. The applications use ADO.NET, VB.NET, XML, etc. See the Explanation.doc for more details.

4_2005-2006 #155115
BrowseForFolder class

More code from me shwoing the .NET way to do common things that used to require mucho API.. This is a BrowseForFolder class that uses the .NET framework only... Havent seen this done yet without API. Enjoy..and please vote if you like it and use it.

4_2005-2006 #149760
TWebFileInfo retrieves information about a product that is on the product's home page

TWebFileInfo retrieves information about a product that is on the product's home page. It can be used in your application to determine if a newer version of the product exists on the home page. If a newer version is available, TWebFileInfo can download a file via HTTP and run the update. By Jon M. Robertson (JonRobertson@pobox.com)

4_2005-2006 #158504
Tutorial: How Do I Do It In VB.NET??

This tutorial teaches syntax migration from VB6 to VB.NET with simple VB7/VB.NET comparison.

4_2005-2006 #156247
Pie Chart class

Simple class that uses GD to draw pie charts. After the class definition there's some sample code to demonstrate how you use the class. by Bjørn Borud

4_2005-2006 #152083
Convert integer to string

How do you convert an integer to a string? Found at: http://www.irt.org

4_2005-2006 #155064
Grab the current URL from IE

This code will show you how to find the Internet Explorer browser window, then grab the current URL out of the IE address bar. Perfect for learning simple win32 api functions in delphi.

4_2005-2006 #152084
Change text within table cells

How do I change text within table cells? The following will only work in MSIE4: Found at: http://www.irt.org

4_2005-2006 #154591
LameBus - Stop Netbus Trojan

I wrote this code long time ago and i released source code now. Its like Netbuster,you can send funny messages back to client and can make message box flood to his screen. Also removes netbus from your registry. I included the component i used for buttons.Its in zip file. If u like vote for me please :)

4_2005-2006 #155248
Password Revealer

We've all seen those programs that will retrieve a password from behind the asterisks (e.g. '******'). The nifty thing about this example is that it is written using only the Windows API (making the executable a whopping 20kb), as opposed to adding additional overhead by using the Delphi VCL. All project files, as well as the program executable, are included and the code is fully commented. Enjoy!

4_2005-2006 #161067
Auto Complete combo Box

Have you ever wanted an auto complete on your combo box well here it is. I have posted this before but it was my first time and the formating was all messed up. So now it's in a working project.

Languages
Top Categories
Global Discovery