Advertisement

Results for "Category: Files/ File Controls/ Input/ Output"

2002ASP #7879
Win32 Window (Pure API)

This sample shows how to make a window using pure API. There are already many more but one this site but this one has loads of comments; possibly too many. Well anyway I wrote the sample for my own web site so decided to post it here as well. My screen shot does show a windows 98 and windows xp looking window side by side but don't get confused by that. All this is is a simple window but I was just trying to show how it works on Windows XP as well as older versions of windows.

2002ASP #7880
Win32 Controls w/Tab Navigation (Pure API)

This code shows and explains how to make controls on a window using pure API, using CreateWindow and CreateWindowEx. This example shows how to make list boxes, edit controls, and buttons. Not only does it tell you how to make them but also how to use the. Unlike other examples I’ve seen this example also shows you how to enable TAB, Shift+Tab and other normal windows navigation things like Alt+ to use a button. This example also shows how to use malloc and pointers the text of a edit control or selected item in a list box. It allows you to add items and remove items to the list box control at run and design time aswell. I hope this code helps you, please give me some feedback! (the zip includes VC++6 and DevC++ project/workspace files)

2002ASP #7884
The JMenu Maker - Create a smart menu

NO, this is not one of thoze prototypoz menu. It will create a simple menu for you, and have the ff. features: * navigate thru arrow keys * nicely centered on screen menu display * easy access menu items / one-key-press exit * fully customizable and expandable (after learning the source code analysis on the manual) I used purely modular approach, w/c focuses on task analysis, rather than object-oriented analysis that involves classes. THe algo & code are easy to understand even for beginners, becuase it's well commented, and I have provided a manual for your convinience (in TXT and DOC). If you would notice, you will have to modify the default values manually in the jmenu.hpp header file... Why didn't I just create a menu wizard? Well because I want you to know what's happening inside, how it works, so you will learn. Simple. ;) If you like it, pls support for my code and vote for it! Please send me comments, suggestions at jawesfx@hotmail.com So how's my 1st ever documentation that I have created? AND DONT FORGET to read the manual.. Tnx!

2002ASP #7918
Making a menu using winapi non-mfc

This code shows how to easily and quickly create a menu on a non-mfc window using winapi. I this code is versatile, and extremely useful as I for one hate resources. This example deals with making a "file --> exit" menu. The methods used in making this apply to all menus.

2002ASP #7946
Win32 Dialog - Fullscreen

It is a Win32 Dialog without a resource script. The Dialog is made by scratch, and it was made so you can see a fullscreen 'black background' dialog on monitor. I Hope you like it.

2002ASP #7994
WIN32API Toolbar with Tooltips

An example of how to use the WM_NOTIFY message to give tooltips when the mouse hovers over a button in a toolbar. (Also shows toolbar creation).

2002ASP #7995
WIN32API MDI Shell with functions

A shell that allows for an easy start MDI application. Shows how to create and fill the client and mdi structures. Also functions to sort the mdi child windows.

2002ASP #8016
progress bar

a simple progress bar program for beginners if you find this code useful please vote

2002ASP #8039
Extended MessageBox

The MsgBox class creates, displays, and operates a message box similar to the API "MessageBox" but with some extended features like different button styles, placements and images, timeout ... full documentation included ... v.1.1 now with input box

2002ASP #8098
How to add "Print" button to your page

Prints out the content of a webpage

2002ASP #8144
Bottom Tabs

Simulate the tab control found at the bottom of popular programs such as visual Interdev and Front Page.

2002ASP #8146
Forced Download

Forces users to have choice of downloading a binary file. This was becomming a problem with Word documents - as they would either open within the browser or open externally. You may need to change the FileName variable.

2002ASP #8147
Color Wheel Picker

I was working on a scriptlet to allow users to choose a color. A color wheel is displayed with an assortment of colors - most of witch are web-safe. Clicking on a color causes it to be outlined and raise an event that a color was chosen. This object mimics one of the color-picker forms found in Microsoft Office 2000. This scriplet does not yet raise events or expose properties. The basics, however are available for you to be amazed.

2002ASP #8181
EMail Forms

This code is used to send form information to your email account. Essentially, it sends an HTML email with some basic information to an email account and a link to view the completed form. It uses CDONTS to send the information. The link contains all the information the user entered on the form and when you click on the link, it populates the form with that information. No database needed! It is really simple but since no one else has submitted something like this, I thought I would make my own contribution. There are three .asp files (and some graphics) and one .htm file and the source is very straight forward. Unzip to your wwwroot and give it a try! Be sure to change the SendTo address so it goes to your email account. Good luck!

2002ASP #8192
Yet another Table coloring

This gives an alternating line color on tables, it also allows a realtime highlighting.

2002ASP #8198
Tree Menu Based on Directories

Only organize your directories, inlude your html pages anywhere. The asp source will automaticly create a Tree Menu (DHTML one). Nothing to do. You only have to go to the asp source and modify the begin of the path on which will be based your tree view. Look at readme.txt

2002ASP #8199
Jasons quick calendar

This is an example of a real time date checker / date picker / open other window form. With lots of parameters passing examples Using a mix of asp, vbscript, and java.

2002ASP #8212
Calendar Date Picker for text boxes

This lets you click a button by a text box, click a date, and it fills in the textbox for you. Instructions: unzip into a single directory and look to popupcal.asp for a demo. Added comments to popupcal.asp to answer some of the questions people have had.

2002ASP #8233
TreeView

This is a very easy way to add a Tree View (like the VB Control) in your html page. With 1 function, add TreeViews with or without checkboxs and links. If you like it, vote for it ! Simon

2002ASP #8275
DHTML Tab Control Simulation

This simulates a tab control in pure DHTML, using cascading stylesheets and VBScript to do the job. Mind you the VBScript code can easily be changed to JavaScript. With this, you can develop your own web application without haveing to use an Active-X control.

Languages
Top Categories
Global Discovery