Advertisement

Results for "Category: Miscellaneous"

ASP_Volume3 #54634
Easy, Safe Multithreading in Vb6 with Low Overhead - Part 2

Use the ThreadingAPI type library to safely CreateProcess in vb6. by Matthew Curland

ASP_Volume3 #54635
Even Better Multithreading with Low Overhead

Theres a code on PSC that says the best stable multithreading in vb6 is done with activex. I say thats the worst advice I've ever heard. This is one of my solutions.

ASP_Volume3 #54637
Manifest Creator - Have your programs use Themes under Windows XP

You can make your programs look like true Windows XP programs by adding files called "manifest" files to them. This program provides an easy way to make those files for all of your applications. It includes usage notes on limitations that the manifest files have on them. If you like the code, vote for me please!

ASP_Volume3 #54647
Printer Object - A Primer

The focus of my article is to demystify the printer object and present it as a magnificient object, which can be used to churn out dashing printouts without the support of any third party reporting tool.

ASP_Volume3 #54648
Split String for Word Wrapping

Breaks up a string so that it can be effectively printed - word wrapped - using the Print statement. SplitLines is a function in Visual Basic to return an array of strings from a long string such that the each array element has its P.TextWidth(Lines(i)) < W. The function uses the current font settings of the object P which could be a Form, a PictureBox or the Printer object.

ASP_Volume3 #54654
Little WMI Demonstration

This code shows some of the possibilities of WMI: You connect over a network (with username and password) to another machine; you can view processes, services and shares and execute command-line commands. There is a DataGrid used with DataBinding. It works under Win2k, WinXP and NOT under Win98 (I didn't try WinNT).

ASP_Volume3 #54655
aspEdit v1.3.0 - Online Editor for WebSites

aspEdit is a program which allows you to edit your website online. You can upload, create, edit and delete files and create and delete folders in a very easy way. This new version comes with a User-Manager to control the users who are allowed to edit your WebSite. aspEdit is a ready to use program, just upload it and start... This is the latest version here on Planet Source-Code, for later versions look on http://saxsucks.go.cc

ASP_Volume3 #54667
TAP Message Sender

This code is designed to send messages to any alphanumeric pager where the paging service supports TAP v1.8

ASP_Volume3 #54669
Key press 1.1

Detect what key you pressed, shows its keycode detects if Numlock,Scroll Lock, Caps Lock and Insert are active or inactive. I did that using API. I also putted buttons so you can open or close your CD

ASP_Volume3 #54693
Detects if user has Flash

This code will detect is the user has the flash plug in. And then redirect to a page with flash or one without. NICE!! please vote :)

ASP_Volume3 #54696
GetGuidID

This code creates a Genuinely Unique Identification Number, {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}

ASP_Volume3 #54697
GUID (Global Unique Identification Number) using API

The code bellow creates a Global Unique Identification Number (GUID), using the CoCreateGuid API found in OLE32.DLL on Windows 95, Windows 98, Windows Me, Windows NT and Windows 2000. The created GUID has five parts that represent the individual parts separated by dashes that you would see when viewing a CLSID or GUID in the system registry.

ASP_Volume3 #54707
Transparncy UserControl yo put in your app

This is a usercontrol i made so that i can add transparncy to my apps. its really nice and has some good options. it only works in 2k and xp. but still please leave comment and/or vote

ASP_Volume3 #54714
YsTech Calendar

This is a simple calendar,showing one month at a time.You can use arrow keys to change year and month.

ASP_Volume3 #54760
Creating Dynamic ODBC DSN

ODBCDSN Project main Idea is Adding a ODBCDSN Dynamically Inside a Program using the Registry. It is Written in Generic and nothing is Hard coded. It is Generic and it has ODBCDSN.ini Configuration File. User needs to change the Name of the Odbc What every they want to create

ASP_Volume3 #54766
ADD A MENU TO ANY PROGRAM IN ONLY 6 LINES OF CODING!!!!

This actually Adds a menu to any program! AOL, AIM, Notepad, you name it! This code also enables you to add sub menu's to the menu you want to create!!! DOWNLOAD THIS NOW, please vote! E-Mail: [email protected] Screen name: itbemunky

ASP_Volume3 #54768
XP Style Controls using Manifest

Give your .NET applications an XP style look using a manifest file.

ASP_Volume3 #54774
mind trick

your mind is nuts! take a look ... lines or squares... hum.

ASP_Volume3 #54818
BLEEDING TEXT

This makes your page stand out. Brightens the page. You can place it where ever you need the text.

ASP_Volume3 #54859
Create and validate license keys

The code demonstrates how you can add license key functionality to your source code similar to that used by Microsoft. Three different methods are shown, one of which ties a licence key to a particular user name.

Languages
Top Categories
Global Discovery