Results for "Volume: 2002C"
starts an exe from within your application
Always wanted to hide your program in Ctrl-Alt-Delete Dialog box, So people dont close it from there when you dont want them to....Well use this code and your problems will be solved...They cannot close your program unless you let them through yours...MUST HAVE!!!!
Only one line of code, and it works!
This programs asks the user if his/her video card supports 800x600x16 resolution, and if they choose yes, sets the video mode to 800x600x16 and displays a bitmap fullscreen.
This is a tabstrip project. By using an array, you can decide which tab container should be shown. Whatever you want to show when that tab is clicked goes into a container. I searched for months trying to learn about tabstrips and I hope this code helps someone else out.
Get the logged on username from Windows 95/98 and NT
This is just a quick demonstation on how you can use the windows API to print colored text in your basic console application.
Finds the default client (default program which Internet Explorer uses) for mail, news, contacts, calender, internet call.
This is a beginner's tutorial to learn how to use loops in C++. Every line is EXTENSIVELY commented why it is there and what it does. Please vote for me!
My Next step in learning OpenGL from my book. Author says to play around with it, and manipulate the triangle, so I have written a example doing this. Use the up and down arrow keys to change the shape of the triangle.
Learn to have fun with caption, eg: make it glow..... please visit my homepage 4 more app at http://www.cyberway.com.sg/~dyrws
A VB control that, when placed on a form, causes it to act like the Taskbar (minus the Start Menu).
For ADO database application: To show (1) How to use ADO schema to obtain a list of tables of a database. (2) How to provide a re-usable single form for any MDB file name, and with another form to display as many tables as there are in that database at the same time. Otherwise, you will have to repeatedly create/refer to an instance of connection and you may need 10 forms if there are 10 tables in a database (see "3"). (3) The possible techniques to enable opening several tables on the screen in the same session, yet without conflict (otherwise if you create 10 instances of the same form, some common event handlers will mix up Table B as Table A, e.g. when calling yet another form. But with appropriate techniques, this conflict is avoided). (4) How to display various properties/attributes/status in descriptive text(pneumonic), rather than the VB's original numeric codes. Note: MS TreeView itself limits the node count to 32767 only. (For a comparative study of DAO, refer my DBofDAO)
LED and SWITCH user control for technical applications. Just add led.ctl to your project as user control. Read readme.txt for properties.
This is a basic SMTP mailer that uses a dialog box with edit boxes for input and can send emails with ease. You can download the compiled version at www.geocities.com/thefuturetoday/simpsend.zip Enjoy!! (Please rate this code.)
RPG using only ascii drawings, uses text files, its very basic, but works
Enables the user to create adhoc queries and reports from user-chosen access databases. User needs to have Word97 to run the reports and references to word 8, ado 2 recordset and dao 3.51 object libraries. Dragndrop fields/tables to choose selection fields and double-click field name for selection criteria.
The code is still here, however I am working on an updated version. It will include a new chat, and several other things. If anyone is interested in joining me in creating this program email me at steve81@mediaone.net. Basicly what I am looking to do is get people who may know some cool control functions to add to it, and how to do them. I welcome all to join. It is only on request though, there is no money involved, however you will get your name in the credits, and if you have a website that too.
This code combines the excellent submissions of PrintCode by Ken Chia and the printing from a rich text control by VBPro to display the Windows printing common dialog and then send the rich text box contents to the selected printer with formatting and margins.
Let the user select a directory (as workingdirectory, or for save/load data to/from, etc.), which is also known as a "Browse for Folder" function. This is the most easy way to provide this feature, just using the standard Common Dialog control.