Advertisement

Results for "Category: Miscellaneous"

4_2005-2006 #159931
Easy, Safe Multithreading in Vb6 with Low Overhead - Part 2

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

4_2005-2006 #159932
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.

4_2005-2006 #159934
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!

4_2005-2006 #159944
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.

4_2005-2006 #159945
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.

4_2005-2006 #159951
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).

4_2005-2006 #159952
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

4_2005-2006 #159964
TAP Message Sender

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

4_2005-2006 #159966
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

4_2005-2006 #159990
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 :)

4_2005-2006 #159993
GetGuidID

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

4_2005-2006 #159994
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.

4_2005-2006 #160004
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

4_2005-2006 #160011
YsTech Calendar

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

4_2005-2006 #160057
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

4_2005-2006 #160063
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

4_2005-2006 #160065
XP Style Controls using Manifest

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

4_2005-2006 #160071
mind trick

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

4_2005-2006 #160115
BLEEDING TEXT

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

4_2005-2006 #160156
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