Advertisement

Results for "Category: Miscellaneous"

ASP_Volume2 #25930
A On Screen Display Example (OSD, shows text on screen like TV remote controls)

This code will show text on the screen like TV remote controls. You can set the font size, name, bold, italic, etc. It´s really simple to use, i have made a Class that encapsulates all the logic. Hope you like this piece of code.

ASP_Volume2 #25933
Professional Clipboard

This example shows you how to capture the 'WM_DRAWCLIPBOARD' message via Subclassing to determine when the status of the Clipboard has changed. It adds a more 'Professional' look to your application and shows you some of the reasons why Subclassing can help make your applications more professional. Credits goto Steve McMahon(you legend) for his excellent subclassing control, Gonchuki for reminding me to add this baby to HotHTML 3 (thanks) and anyone else i may have forgotten(?)

ASP_Volume2 #25936
DM Bitblt Clock Example

Hi This is just a simple little example of a Clock Yes a Clock you all seen them before anyway felt a little board so made this uses Bitblt to skin a clock on a form. I think this be good for beginners as thay learn how to use some basic API calling and how to use Bitblt and other things anyway hope someone find a use for it O also you can change the view to show the date and fold up the form please vote.

ASP_Volume2 #25952
avsbutton

avsbutton "The dream button" make your dream graphics on the form using this control. This is not completed,Please send ur opinion about this button and please vote for this code.A sample project is also included (avsmp3 player: an mp3 player).

ASP_Volume2 #25983
A - Hide and Show your application from Task Manager in Windows 98, Me, 2000, XP (CTRL+ALT+DELETE)

Hide your application from the Task Manager in Windows 98, Me, 2000 and XP. To hide your application in Windows 2000/XP you just need to set app.title = "" To hide your application in Windows 98/Me you need to use an API called RegisterServiceProcess. I encapsulated all the logic you need in 2 classes cAppHider.cls and cWinVersion.cls

ASP_Volume2 #25988
Easy Skin System saves to INI

You can pick colors, a title and a picture to add to a form and save the settings to an INI file. This also can be used for learning to; read and write INI files, use a mouse over event, transparent form, and borderless form moving.

ASP_Volume2 #25990
UTF-8 Encoder/Decoder

Encodes/Decodes text with a given codepage such as UTF-8/UTF-7 etc. Can be easily altered to be used in some notepad application.

ASP_Volume2 #26005
Beginners tools!

If your a BEGGINER and want some code for the basic tools, take this, it has, mouse over....progressbar.....listbox....... etc.... only recomended for begginers, please give feedback. thank you

ASP_Volume2 #26011
Beginners stuff V2

Rite!i had submitted a file and so far it got 4/4. this is a better version of that with lots of more useful things for beginners added! it has msgbox's, moving text, colors.....lots of things, it is only for beginners to learn from, so. please vote, AND give feedback, thank you....

ASP_Volume2 #26023
Convert a number to a string words like 19.50 to "Nineteen Dollars And Fifty Cents "

Hello to all PSC users. I have updated My submission now it can Convert a number to a string words up to 999 billion in American format And also up to 99 Crore in Indian Format. Thanks for sending Me your comments And Suggestions to Me. You can use it where ever you like. You have all the right for updating this or uploading it to any other server other than PSC. A mention of My name in the code which you use or update or upload will be greatly appreciated. This code is free for all. I don’t request you to vote for Me. Please don’t vote for any one without knowing about the code. If you Like this code then vote for Me. With Love And Prayer John Manavalan Web Site: www.Manavalan.com Email: [email protected] Call Me : +91 9447002517 ( Send Me TXT Msg )

ASP_Volume2 #26027
How to read XML and convert to SQL statement

To convert XML data format into MySQL SQL Statement. Simple demo, how to use MSXML, Reading and Creating XML Data.

ASP_Volume2 #26036
Mailster 1.0.2

Mailster 1.0.2 is a pop3/smtp server. This is a new release...You can allow incoming relay now, and work on R-Admin support is well underway. Uses Winsock and Sysinfo control

ASP_Volume2 #26063
A simple way to add contents from one RichTextBox to another without losing formatting

This shows how the richtext of one richtextbox control can be inserted into another without losing any of its formatting.

ASP_Volume2 #26067
w32.sobig.f@mm remover

This will remove the SOBIG virus. Nothing greatly fantastic, feel free to post creative comments or suggestions. Any 'flaming' will be removed, and reported.

ASP_Volume2 #26070
Print preview using xml

:::An easy way to implement Print Preview::: 1. On Form Load, the ADO data control will fetch records from the database and bind to datagrid to be displayed. 2. The data control then clone a copy of the recordset and set to a local variable 3. When user selects Print Preview, the cloned recordset will be saved as an xml file to the system temp folder, with a unique file name created using CoCreateGuid API. 4. Once the xml file is created, it will be launched in the hidden Web Browser control. When the download of the xml file is completed, it will fire a download complete event, after which the print preview screen will be launched. 5. User can change the page orientation, select print type etc. via the print preview screen without using sophisticated Active X controls. 6. For additional security, the footer of the preview screen is always set to empty. This is to prevent user from locating the xml file using the printed url. The xml file is deleted each time user closes the print preview screen.

ASP_Volume2 #26072
Telnet Client

This is very Dumb, I think its mode is TTY or VT100 or something like that. I created it because Win XP does not remember the last set of hosts you connected to.

ASP_Volume2 #26073
Highlight Textbox that has Focus

A simple function and small demo that changes the background color of the textbox that has the focus.

ASP_Volume2 #26081
Multiple Flexgrid XP Stile

This program is an example on how to handle flexgrid objects to show multiple tables. This saves a lot of space since you can expand the tables you want to see while keeping hidden the others. The interface looks very similar to Win XP.

ASP_Volume2 #26096
XP Controls without manifest file

Don’t do XP controls on WinXP the hard way, add these 2 files to your project, job done. No manifest file required. The traditional way is to create a manifest file and distribute this along with your program. The more advanced way is to create it dynamically at run time. Both ways are messy and I have seen lots of bad examples and ripped off code on PSC. After this submisson I hope I wont see any more! This code takes it a step further and gets rid of the manifest file completely and replaces it with a resource which compiles directly into your exe. No more .exe.manifest files! Please give feedback.

ASP_Volume2 #26104
_~~~Simple Hide App From Task Manager~~~_

This tut. shows how-to hide apps from the task manager!

Languages
Top Categories
Global Discovery