Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPropertySheet - Tab position on bottom Pin
David L Morris13-Feb-01 11:10
David L Morris13-Feb-01 11:10 
GeneralRe: PropertySheet - Tab position on bottom Pin
ov13-Feb-01 21:31
ov13-Feb-01 21:31 
QuestionHow to update a Dialog box Pin
Richard Cheng13-Feb-01 8:24
Richard Cheng13-Feb-01 8:24 
AnswerRe: How to update a Dialog box Pin
Christian Graus13-Feb-01 10:57
protectorChristian Graus13-Feb-01 10:57 
AnswerRe: How to update a Dialog box Pin
13-Feb-01 10:58
suss13-Feb-01 10:58 
GeneralPassing PCWSTR to a function Pin
Vickie13-Feb-01 8:23
Vickie13-Feb-01 8:23 
GeneralRe: Passing PCWSTR to a function Pin
Matt.W.13-Feb-01 23:10
Matt.W.13-Feb-01 23:10 
GeneralRe: Passing PCWSTR to a function Pin
l a u r e n14-Feb-01 6:51
l a u r e n14-Feb-01 6:51 
ummm
is the app a unicode (or wide char) app? if so all your strings will be wide char so passing a string ptr is as easy as Speak(szString) or Speak ((LPCTSTR)csString)

if the app isnt unicode then u have to use the conversion macros

USES_CONVERSION;
W2A(blah blah blah)
A2W(blee blee blee)

Wink | ;)

mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them
GeneralList Box Pin
Hadi Rezaee13-Feb-01 6:55
Hadi Rezaee13-Feb-01 6:55 
GeneralRe: List Box Pin
astibich13-Feb-01 7:02
astibich13-Feb-01 7:02 
GeneralWTL compile problem Pin
13-Feb-01 3:20
suss13-Feb-01 3:20 
GeneralMMC snap-in Pin
13-Feb-01 1:47
suss13-Feb-01 1:47 
GeneralFeel free to contact me(+) Pin
15-Feb-01 1:03
suss15-Feb-01 1:03 
GeneralRe: MMC snap-in Pin
5-Jun-01 16:54
suss5-Jun-01 16:54 
QuestionHow to disble the context menu in the file name list in the open file common dialog ? Pin
winyu13-Feb-01 1:08
winyu13-Feb-01 1:08 
AnswerRe: How to disble the context menu in the file name list in the open file common dialog ? Pin
l a u r e n13-Feb-01 20:34
l a u r e n13-Feb-01 20:34 
GeneralTemplates and forward declarations Pin
Jonas Petterssn12-Feb-01 21:06
Jonas Petterssn12-Feb-01 21:06 
GeneralTemplates and forward declarations - the correct message Pin
Jonas Petterssn12-Feb-01 21:12
Jonas Petterssn12-Feb-01 21:12 
GeneralRe: Templates and forward declarations - the correct message Pin
Walter Gildersleeve12-Feb-01 22:58
Walter Gildersleeve12-Feb-01 22:58 
GeneralEditables Tables in MFC Pin
12-Feb-01 19:48
suss12-Feb-01 19:48 
GeneralRe: Editables Tables in MFC Pin
Christian Graus12-Feb-01 20:21
protectorChristian Graus12-Feb-01 20:21 
GeneralRe: Editables Tables in MFC Pin
l a u r e n13-Feb-01 20:32
l a u r e n13-Feb-01 20:32 
GeneralClipping/MultiLine Pin
12-Feb-01 10:16
suss12-Feb-01 10:16 
GeneralRe: Clipping/MultiLine Pin
l a u r e n13-Feb-01 20:40
l a u r e n13-Feb-01 20:40 
GeneralCSplitterWnd, split views and views and so on.. Pin
Peter Marino12-Feb-01 7:41
Peter Marino12-Feb-01 7:41 

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.