Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #199738
window shaping example

Example on how to shape your form to fit a the shape of an image.

6_2008-2009 #194775
Detect if there is a Dial up network connection

Here is how I detect if there is a DUN (ISP) connection. You want to take a look at the Remote Access Services (RAS) APIs. They are fully documented at the Microsoft site. "J Gerard Olszowiec" entity@ns.sympatico.ca

6_2008-2009 #194776
How to dynamically invoke DCOM objects

Ever wished you could say set c = createobject(server,myobj.myclass) and have DCOM invoke the object on the specified server dynamically?. This avoids having to configure which server a DCOM object should run on each time you want to invoke the object (with the DCOMCNFG utility). Plus you can run the same object on different servers without running DCOMCNFG each time. andrew@geac.co.nz (Andrew Mayo)

6_2008-2009 #200355
Get Easy Registry Access

Provides an easy way to access and manipulate the Windows Registry database from your C++ applications.

6_2008-2009 #194777
Send a preformated file to any printer

Q. How can I send a preformated file to a printer "as is". If I use Printer.Print then things like ESC get converted to a box or whatever chr$(27) is in the current font. A.I'm using following code to send AutoCAD .plt-files to my printer, and it works ok for me. "Soren Staun Jorgensen"

6_2008-2009 #209458
RSS/XML News Feed Parser

This code parses an XML/RSS news feed document that resembles something like this feed: http://www.webfroot.co.nz/b2/b2rss.php. It makes each title a link to the actual article. Please see the image and/or http://members.lycos.co.uk/ctsirius/parse.php !

6_2008-2009 #210396
Nasa Paging

To display records by paging using php and mySQL. I hope it could help. Do not hesitate to email me if you need to do so.

6_2008-2009 #198657
Long integer Julian Day Number computation

These routines convert Gregorian and Julian calendar dates to and from Julian Day Numbers. Julian Day Numbers (JDN) are used by astronomers as a date/time measure independent of calendars and convenient for computing the elapsed time between dates. The JDN for any date/time is the number of days (including fractional days) elapsed since noon, 1 Jan 4713 BC. Julian Day Numbers were originated by Joseph Scaliger in 1582 and named after his father Julius, not after Julius Caesar. They are not related to the Julian calendar. Based on formulae originally posted by Tom Van Flandern / Washington, DC / metares@well.sf.ca.us in the UseNet newsgroup sci.astro. Reposted 14 May 1991 in FidoNet C Echo conference by Paul Schlyter (Stockholm) Minor corrections, added JDN to julian, and recast into C by Raymond Gardner Englewood, Colorado.

6_2008-2009 #208325
Password generator

Very simple script which generates an 8 digit password consisting of letters and numbers and capital letters.

6_2008-2009 #208326
Password Generator..,

This function return Password consists of 0-9, a-z, A-Z

6_2008-2009 #209349
NetServerEnum

Enumerate all servers in the domain, or specific server types, like SQL Servers, Workstations etc with API. Using netapi32.dll

6_2008-2009 #203943
Client Server File Reader

How To Read Text From Somebody Else Computer

6_2008-2009 #205904
EZ Query string

I'm used to ASP so whaen i want to knwo the value of a variabl ein the querystring, i can just type in x = request.querystring("Name"). Well, now i made a function similar to this, it makes finding variables in the querystring Easy!

6_2008-2009 #205792
Filter Textbox Input

Filter key entry on text box

6_2008-2009 #200385
A 3D Plugin for winamp

It's a 3d Bar winamp Plugin

6_2008-2009 #201865
_ Beginners Listview LVW tutorial: Various difernt views, add items WITH ICONS, spreadsheet style! _

BEGINNER TREEVIEW TUTORIAL how to use the treeview and add items with icons to the treeview. + Spreadsheet view etc. First release, update with properties, events etc coming soon. Source code examples included

6_2008-2009 #209350
WNetEnumResource

This API function can enumerate all network resources, including servers, workstations, printers, shares, remote directories etc. Unlike NetServerEnum function, this will enumerate DOS, Win3.1, Windows 95 and above, as well as NT 3.51 and higher, Win2k amd XP workstations. The function is recursive, it works from top down. You can use this code in any way you like, hust keep the credit. Tested on XP and NT 4.

6_2008-2009 #206268
activeWallpaper Changer ver 1.0

this code designed to change windows' wallpaper automatically and can be set randomly

6_2008-2009 #205791
Working with Multiple Forms

This simulate VB 6 on how to work with Multiple Forms. Try this to solve your problem about "Object reference not set to an instance of an object" when you access the property of form within another form.

6_2008-2009 #199009
_Whois v1.0

I wrote this application because I always wanted my Windows machine to be able to run a Whois query very easily, like a Linux machine can. With this app, you can place it in your Windows directory, and at any time, type 'Whois example.com' on the command line, and receive a Whois report, with no hassle. Uses a CSocket derived class for data connection. Demonstrates how to use Archives with Sockets to perform data communication between 2 remote machines. Please do not hesitate to give feedback! I always love to read it :)* Update August 30: I have changed the way the app stores cached Queries. Instead of limiting saved queries to a certain number, when the limit is reached, it pushes the last one in the list out, and replaces it with the new Query*

Languages
Top Categories
Global Discovery