From f227695f86d92547e2585d5ba4b5e0ac48cd1122 Mon Sep 17 00:00:00 2001 From: "varada%netscape.com" Date: Wed, 19 May 1999 21:53:48 +0000 Subject: [PATCH] help files --- cck/cckwiz/iniFiles/CheckListHelp.ini | 51 +++++++++++++++++++++++++++ cck/cckwiz/iniFiles/help1.txt | 36 +++++++++++++++++++ cck/cckwiz/iniFiles/help2.txt | 36 +++++++++++++++++++ cck/cckwiz/iniFiles/help3.txt | 36 +++++++++++++++++++ 4 files changed, 159 insertions(+) create mode 100644 cck/cckwiz/iniFiles/CheckListHelp.ini create mode 100644 cck/cckwiz/iniFiles/help1.txt create mode 100644 cck/cckwiz/iniFiles/help2.txt create mode 100644 cck/cckwiz/iniFiles/help3.txt diff --git a/cck/cckwiz/iniFiles/CheckListHelp.ini b/cck/cckwiz/iniFiles/CheckListHelp.ini new file mode 100644 index 00000000000..6cf25186322 --- /dev/null +++ b/cck/cckwiz/iniFiles/CheckListHelp.ini @@ -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 diff --git a/cck/cckwiz/iniFiles/help1.txt b/cck/cckwiz/iniFiles/help1.txt new file mode 100644 index 00000000000..6b14755404d --- /dev/null +++ b/cck/cckwiz/iniFiles/help1.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 + Posting History + + + + In article , + Mostafa wrote: + >David Wilkinson 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 . + > \ No newline at end of file diff --git a/cck/cckwiz/iniFiles/help2.txt b/cck/cckwiz/iniFiles/help2.txt new file mode 100644 index 00000000000..6b14755404d --- /dev/null +++ b/cck/cckwiz/iniFiles/help2.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 + Posting History + + + + In article , + Mostafa wrote: + >David Wilkinson 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 . + > \ No newline at end of file diff --git a/cck/cckwiz/iniFiles/help3.txt b/cck/cckwiz/iniFiles/help3.txt new file mode 100644 index 00000000000..6b14755404d --- /dev/null +++ b/cck/cckwiz/iniFiles/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 + Posting History + + + + In article , + Mostafa wrote: + >David Wilkinson 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 . + > \ No newline at end of file