Q: How to override AFX_IDS_IDLEMESSAGE handle?
TING Ching-Hua -- COP95CHT@sheffield.ac.uk Friday, July 12, 1996 Envoronment: VC++1.52 Win.31 How do I override AFX_IDS_IDELMESSAGE service code? Thanks, Ching-Hua Ting ---------------------------------------------------------------------- Intelligent Systems Laboratory Department of Automatic Control & Systems Engineering The Centre for Research into Anaesthetic Mechanisms Department of Biomedical Science The University of Sheffield ---------------------------------------------------------------------- ACSE PO BOX 600 Mappin Street Sheffield S1 3JD United Kingdom ---------------------------------------------------------------------- Email: COP95CHT@sheffield.ac.uk Tel: +44 (0114) 2825128 Fax: +44 (0114) 2731729
Philip T. Carey -- ptcarey@netcom.com Monday, July 15, 1996 TING Ching-Hua wrote: > > Envoronment: VC++1.52 Win.31 > > How do I override AFX_IDS_IDELMESSAGE service code? > > Thanks, > > Ching-Hua Ting > > ---------------------------------------------------------------------- > Intelligent Systems Laboratory > Department of Automatic Control & Systems Engineering > > The Centre for Research into Anaesthetic Mechanisms > Department of Biomedical Science > > The University of Sheffield > ---------------------------------------------------------------------- > > ACSE > PO BOX 600 Mappin Street > Sheffield S1 3JD > United Kingdom > > ---------------------------------------------------------------------- > Email: COP95CHT@sheffield.ac.uk > Tel: +44 (0114) 2825128 > Fax: +44 (0114) 2731729 To change this string statically: 1 Open the String Table resource for your application. 2 Locate the AFX_IDS_IDLEMESSAGE string. (For an application without help, AppWizard defines the default status-bar prompt to be “Ready”. This is the string displayed in the status bar when no other command prompt is being displayed. This string resource is identified as AFX_IDS_IDLEMESSAGE.) 3 Select AFX_IDS_IDLEMESSAGE in your string table, and choose Properties from the Edit menu to open the String Properties window. 4 Edit the Caption so that it matches the value that you desire (For Help, press F1)
| Вернуться в корень Архива |