Results for "Category: Miscellaneous"
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: itzmunky@hotmail.com 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.
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
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....
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...