This commit is contained in:
varada%netscape.com 1999-05-19 21:53:48 +00:00
Родитель 06c8d25b56
Коммит f227695f86
4 изменённых файлов: 159 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,51 @@
; Mode: INI; tab-width: 8; indent-tabs-mode: nil -*-
;
; The contents of this file are subject to the Netscape Public License
; Version 1.0 (the "NPL"); you may not use this file except in
; compliance with the NPL. You may obtain a copy of the NPL at
; http://www.mozilla.org/NPL/
;
; Software distributed under the NPL is distributed on an "AS IS" basis,
; WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
; for the specific language governing rights and limitations under the
; NPL.
;
; The Initial Developer of this code under the NPL is Netscape
; Communications Corporation. Portions created by Netscape are
; Copyright (C) 1998 Netscape Communications Corporation. All Rights
; Reserved.
;
[Local Variables]
Name=CheckListHelp
Number=3
Text= text here
[Wid1]
ButtonID=100
Value=New Configuration
Start_x=10
Start_y=225
Width=77
Height=17
Target=help1.txt
[Wid2]
ButtonID=200
Value=Button here
Start_x=98
Start_y=225
Width=185
Height=99
Target=help2.txt
[Wid3]
ButtonID=300
Value=Create a copy...
Start_x=297
Start_y=225
Width=77
Height=17
Target=help3.txt

Просмотреть файл

@ -0,0 +1,36 @@
Help | Feedback
>> Community:
>> Forum: microsoft.public.vc.mfc
>> Thread: how to handle event at run time ?
>> Message 4 of 16
Subject:
Re: how to handle event at run time ?
Date:
1999/05/11
Author:
Phaedrus <phaedrus@halcyon.com>
Posting History
In article <uSlazi8m#GA.52@cppssbbsa02.microsoft.com>,
Mostafa <hamos@caramail.com> wrote:
>David Wilkinson <davewilk@worldnet.att.net> wrote in message
>news:3738457A.D8986E10@worldnet.att.net...
>> Mostafa wrote:
>> > I'm adding a button at run time, and I want ot handle the onclick event?
>> > it is possible to do it ?
>> Just do exactly what ClassWizard does when you add a handler for a
button
>> on the template, but place the code outside the ClassWizard delimited
area.
>At the begenning I have no reference to my button .
>

Просмотреть файл

@ -0,0 +1,36 @@
Help | Feedback
>> Community:
>> Forum: microsoft.public.vc.mfc
>> Thread: how to handle event at run time ?
>> Message 4 of 16
Subject:
Re: how to handle event at run time ?
Date:
1999/05/11
Author:
Phaedrus <phaedrus@halcyon.com>
Posting History
In article <uSlazi8m#GA.52@cppssbbsa02.microsoft.com>,
Mostafa <hamos@caramail.com> wrote:
>David Wilkinson <davewilk@worldnet.att.net> wrote in message
>news:3738457A.D8986E10@worldnet.att.net...
>> Mostafa wrote:
>> > I'm adding a button at run time, and I want ot handle the onclick event?
>> > it is possible to do it ?
>> Just do exactly what ClassWizard does when you add a handler for a
button
>> on the template, but place the code outside the ClassWizard delimited
area.
>At the begenning I have no reference to my button .
>

Просмотреть файл

@ -0,0 +1,36 @@
Help | Feedback
>> Community:
>> Forum: microsoft.public.vc.mfc
>> Thread: how to handle event at run time ?
>> Message 4 of 16
Subject:
Re: how to handle event at run time ?
Date:
1999/05/11
Author:
Phaedrus <phaedrus@halcyon.com>
Posting History
In article <uSlazi8m#GA.52@cppssbbsa02.microsoft.com>,
Mostafa <hamos@caramail.com> wrote:
>David Wilkinson <davewilk@worldnet.att.net> wrote in message
>news:3738457A.D8986E10@worldnet.att.net...
>> Mostafa wrote:
>> > I'm adding a button at run time, and I want ot handle the onclick event?
>> > it is possible to do it ?
>> Just do exactly what ClassWizard does when you add a handler for a
button
>> on the template, but place the code outside the ClassWizard delimited
area.
>At the begenning I have no reference to my button .
>