Category : C++ Source Code
Archive   : LVSWIN31.ZIP
Filename : LVSPICK.HPP
Output of file : LVSPICK.HPP contained in archive : LVSWIN31.ZIP
* LVS Windows
* The Window Class System
*
* Copyright 1991 (c), Lake View Software
* 4321 Harborough Rd.
* Columbus, OH 43220
* All rights reserved.
*/
// Window Pick list class
#ifndef LVSPICK_HPP
#define LVSPICK_HPP
#include "LVSwin.HPP"
class WinPick:public WinObj
{
protected:
char **pick_list;
int count;
int bar_attr;
int pointer,cursor;
void up ();
void down ();
void mouse_routine (int y, int x);
unsigned char bor_char (int y, int x, unsigned char &);
public:
WinPick ();
~WinPick ();
void prompt (char **list,int num=-1);
int read (int start = 0);
int set_barattr (int attr); // returns old value
};
#endif
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/