Click here to Skip to main content
15,884,739 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Migration from MFC to STL Pin
Alain Rist26-Jun-11 21:18
Alain Rist26-Jun-11 21:18 
AnswerRe: Migration from MFC to STL Pin
Albert Holguin23-Jun-11 8:44
professionalAlbert Holguin23-Jun-11 8:44 
GeneralRe: Migration from MFC to STL Pin
hrishi32126-Jun-11 18:30
hrishi32126-Jun-11 18:30 
AnswerRe: Migration from MFC to STL Pin
Bram van Kampen19-Aug-11 15:00
Bram van Kampen19-Aug-11 15:00 
QuestionQuestion about inserting into dbf file Pin
monsieur_jj21-Jun-11 16:08
monsieur_jj21-Jun-11 16:08 
QuestionToolTip text in WTL Pin
SelvaKr20-Jun-11 21:03
SelvaKr20-Jun-11 21:03 
AnswerRe: ToolTip text in WTL Pin
Cool_Dev21-Jun-11 0:31
Cool_Dev21-Jun-11 0:31 
AnswerRe: ToolTip text in WTL Pin
Alain Rist21-Jun-11 4:29
Alain Rist21-Jun-11 4:29 
Hi Selva,
SelvaKr wrote:
Tool tips are specified in the resource as direct strings in the prompt field of
the properties.

The VC resource editor intends to help you to create toolbar tooltips, they are actually in the resource stringtable.
For instance in your .rc file you have:
STRINGTABLE 
BEGIN
    ID_FILE_NEW             "Create a new document\nNew"
A toolbar button's tooltip is the part of the string resource with same ID following '\n'.
As the part preceding '\n' is the status bar text when a menu entry with same ID is hovered you can localize the strings matching your menus and toolbars in one step.
cheers,
AR
When the wise (person) points at the moon the fool looks at the finger (Chinese proverb)

QuestionCompiler Warning C4407: How bad is it? Pin
Kyudos19-Jun-11 18:03
Kyudos19-Jun-11 18:03 
AnswerRe: Compiler Warning C4407: How bad is it? Pin
Richard MacCutchan19-Jun-11 22:20
mveRichard MacCutchan19-Jun-11 22:20 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Kyudos20-Jun-11 0:40
Kyudos20-Jun-11 0:40 
AnswerRe: Compiler Warning C4407: How bad is it? Pin
Albert Holguin20-Jun-11 13:44
professionalAlbert Holguin20-Jun-11 13:44 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Kyudos20-Jun-11 13:58
Kyudos20-Jun-11 13:58 
AnswerRe: Compiler Warning C4407: How bad is it? [modified] Pin
Albert Holguin20-Jun-11 17:10
professionalAlbert Holguin20-Jun-11 17:10 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Kyudos20-Jun-11 17:18
Kyudos20-Jun-11 17:18 
QuestionRe: Compiler Warning C4407: How bad is it? Pin
Albert Holguin20-Jun-11 17:22
professionalAlbert Holguin20-Jun-11 17:22 
AnswerRe: Compiler Warning C4407: How bad is it? Pin
Kyudos20-Jun-11 17:29
Kyudos20-Jun-11 17:29 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Albert Holguin20-Jun-11 17:53
professionalAlbert Holguin20-Jun-11 17:53 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Kyudos20-Jun-11 18:19
Kyudos20-Jun-11 18:19 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Albert Holguin20-Jun-11 18:21
professionalAlbert Holguin20-Jun-11 18:21 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Albert Holguin20-Jun-11 18:21
professionalAlbert Holguin20-Jun-11 18:21 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Kyudos20-Jun-11 18:27
Kyudos20-Jun-11 18:27 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Albert Holguin21-Jun-11 3:12
professionalAlbert Holguin21-Jun-11 3:12 
JokeRe: Compiler Warning C4407: How bad is it? Pin
ElectronicShocker20-Jun-11 18:02
ElectronicShocker20-Jun-11 18:02 
GeneralRe: Compiler Warning C4407: How bad is it? Pin
Albert Holguin20-Jun-11 18:03
professionalAlbert Holguin20-Jun-11 18:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.