Results for "Category: Miscellaneous"
Use the ThreadingAPI type library to safely CreateProcess in vb6. by Matthew Curland
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.
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!
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.
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.
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).
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
This code is designed to send messages to any alphanumeric pager where the paging service supports TAP v1.8
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
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 :)
This code creates a Genuinely Unique Identification Number, {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
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.
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
This is a simple calendar,showing one month at a time.You can use arrow keys to change year and month.
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
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
Give your .NET applications an XP style look using a manifest file.
your mind is nuts! take a look ... lines or squares... hum.
This makes your page stand out. Brightens the page. You can place it where ever you need the text.
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.