home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power GUI Programming with VisualAge C++
/
powergui.iso
/
powergui
/
advframe
/
drawextn
/
drawextn.cpp
next >
Wrap
C/C++ Source or Header
|
1996-10-29
|
477b
|
18 lines
//************************************************************
// Advanced Frame - Frame Extension Drawing Example
//
// Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
// Copyright (c) 1997 John Wiley & Sons, Inc.
// All Rights Reserved.
//************************************************************
#include "myframe.hpp"
void main()
{
MyFrame
frame;
frame.setFocus();
frame.update().show().refresh();
IApplication::current().run();
}