Mohan S N wrote:
> --- harsha1485 <[EMAIL PROTECTED]> wrote:
> 
>> Hi...
>>     I am tryin to make program which stores students records, 
>> the records will be displayed as a list, and when one wants to delete
>>
>> a record s/he has to click on particular record and press delete...I 
>> want to know how to capture the clicked record and compare it with
>> the 
>> stored record and delete it subsequently...I am using turob-c 
>> compiler...any ideas?, please help.....Thanks... 
> 
> You need to decide on a widget set/GUI toolkit to work on.
> I mean, you need to select what to use to show those buttons,boxes,etc.
> 
> Since you are using Turbo-C, I assume you are using Windows.
> 
> AFAIK your options are:
> 
> Qt,wxWidgets (cross-platform)
> MFC/SDK (windows only)
> 
> Are there more light-weight alternatives?
> 
> Regards,
> Mohan S N

Well, for Windows, WTL is the lightest I've seen that provides useful 
functionality.  The downside is that WTL depends on ATL...but it really 
doesn't need to (and there has been talk to remove the dependency in the 
future).

-- 
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197

*NEW* MyTaskFocus 1.1
Get on task.  Stay on task.

http://www.CubicleSoft.com/MyTaskFocus/

Reply via email to