Advertisement

Results for "Category: Miscellaneous"

7_2009-2012 #227498
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.

7_2009-2012 #227499
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.

7_2009-2012 #227505
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).

7_2009-2012 #227506
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

7_2009-2012 #227518
TAP Message Sender

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

7_2009-2012 #227520
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

7_2009-2012 #227544
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 :)

7_2009-2012 #227547
GetGuidID

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

7_2009-2012 #227548
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.

7_2009-2012 #227558
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

7_2009-2012 #227565
YsTech Calendar

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

7_2009-2012 #227611
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

7_2009-2012 #227617
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: itzmunky@hotmail.com Screen name: itbemunky

7_2009-2012 #227619
XP Style Controls using Manifest

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

7_2009-2012 #227625
mind trick

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

7_2009-2012 #227669
BLEEDING TEXT

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

7_2009-2012 #227710
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.

7_2009-2012 #227754
Array Item by ID

This code allows you to get data and store data to a dynamic array using a ID. To get the data you just call GetArrItem("ID OF THE ITEM HERE") to put an item into the array all you do is: AddArrItem("ID", data) .. to remove one just call RemoveArrItem("ID") .. This makes it easy to handle data in arrays at runtime. ID can be anything you want it to be, so can the data! .. even arrays. The example shows you how to store strings and arrays inside of the dynamic array and also get thier information by using the ID. Vote for me with what ever rating you please, but vote even if you dont like it. please give me some feedback as well. -Kyle LaDuke

7_2009-2012 #227786
WYSIWYG NEWS EDITOR

Provide your asp applications with a full WYSIWYG News editor. Check out the screenshot!... it provides you with a control panel for Multiple users login system, Edit/create/delete news, Edit/create/delete users, Upload Documents and Images, Insert images to news, Insert tables, Multiple language support!!!! [just replace include file="inc_lang_EN.asp" where applicable!!], custome CSS, And much more.... It is also a good example on how to implement javascript with asp... I would like to make it open source so to find out people that are willing to improve it. If you are one of them... let me know! I hope this code gives me at least a good position within the contest this month!!! Comments and votes will be highly appreciated....

7_2009-2012 #227787
ASP Chat Box

Do you wish to implement a small chat box so visitors could chat among other visitors whilst surfing your site? Then, checkout the smallest asp chat program in planetsourcecode... Asp Chat Box!. You can learn a lot with this simple application so to create your own asp chat program. Comments and votes are the most welcome...

Languages
Top Categories
Global Discovery