Click here to Skip to main content
15,913,486 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Linker errors while integration, plz help Pin
Cedric Moonen19-Mar-08 21:52
Cedric Moonen19-Mar-08 21:52 
GeneralRe: Linker errors while integration, plz help Pin
Royaltvk19-Mar-08 22:51
Royaltvk19-Mar-08 22:51 
GeneralRe: Linker errors while integration, plz help Pin
Cedric Moonen19-Mar-08 22:57
Cedric Moonen19-Mar-08 22:57 
GeneralRe: Linker errors while integration, plz help Pin
Paresh Chitte20-Mar-08 2:34
Paresh Chitte20-Mar-08 2:34 
GeneralRe: Linker errors while integration, plz help Pin
David Crow20-Mar-08 3:18
David Crow20-Mar-08 3:18 
Questionplz tell me how fd_write code i needed Pin
priya_chauhan0919-Mar-08 19:43
priya_chauhan0919-Mar-08 19:43 
AnswerRe: plz tell me how fd_write code i needed Pin
Rajesh R Subramanian19-Mar-08 21:46
professionalRajesh R Subramanian19-Mar-08 21:46 
GeneralRe: plz tell me how fd_write code i needed Pin
mirtu19-Mar-08 23:17
mirtu19-Mar-08 23:17 
GeneralRe: plz tell me how fd_write code i needed Pin
mirtu19-Mar-08 23:20
mirtu19-Mar-08 23:20 
GeneralRe: plz tell me how fd_write code i needed Pin
Rajesh R Subramanian19-Mar-08 23:31
professionalRajesh R Subramanian19-Mar-08 23:31 
GeneralRe: plz tell me how fd_write code i needed Pin
Michael Dunn20-Mar-08 12:48
sitebuilderMichael Dunn20-Mar-08 12:48 
GeneralRe: plz tell me how fd_write code i needed Pin
mirtu19-Mar-08 22:08
mirtu19-Mar-08 22:08 
AnswerRe: plz tell me how fd_write code i needed Pin
Himanshu Joshi20-Mar-08 0:14
Himanshu Joshi20-Mar-08 0:14 
GeneralMeta file problem Pin
g_sandipan19-Mar-08 19:20
g_sandipan19-Mar-08 19:20 
QuestionRe: Meta file problem Pin
David Crow20-Mar-08 3:21
David Crow20-Mar-08 3:21 
GeneralAbout WideCharToMultiByte Pin
vikramlinux19-Mar-08 18:30
vikramlinux19-Mar-08 18:30 
GeneralRe: About WideCharToMultiByte Pin
vikramlinux19-Mar-08 19:27
vikramlinux19-Mar-08 19:27 
QuestionRe: About WideCharToMultiByte Pin
MANISH RASTOGI19-Mar-08 19:43
MANISH RASTOGI19-Mar-08 19:43 
GeneralRe: About WideCharToMultiByte Pin
vikramlinux19-Mar-08 20:21
vikramlinux19-Mar-08 20:21 
GeneralRe: About WideCharToMultiByte Pin
MANISH RASTOGI19-Mar-08 20:32
MANISH RASTOGI19-Mar-08 20:32 
GeneralRe: About WideCharToMultiByte Pin
vikramlinux19-Mar-08 20:39
vikramlinux19-Mar-08 20:39 
QuestionRe: About WideCharToMultiByte Pin
CPallini19-Mar-08 22:48
mveCPallini19-Mar-08 22:48 
GeneralRe: About WideCharToMultiByte Pin
vikramlinux19-Mar-08 23:02
vikramlinux19-Mar-08 23:02 
QuestionHow to use TabbedTextOut? Pin
crossie19-Mar-08 18:27
crossie19-Mar-08 18:27 
<br />
LONG TabbedTextOut(<br />
  HDC hDC,                         // handle to DC<br />
  int X,                           // x-coord of start<br />
  int Y,                           // y-coord of start<br />
  LPCTSTR lpString,                // character string<br />
  int nCount,                      // number of characters<br />
  int nTabPositions,               // number of tabs in array<br />
  CONST LPINT lpnTabStopPositions, // array of tab positions<br />
  int nTabOrigin                   // start of tab expansion<br />
);


I thought the number of tabs and the positions of tabs are determined by the "\t"s contained in lpString, but it does not turn out to be that simple.
What is TabbedTextOut's behavior if the number of "\t"s does not equal nTabPositons?
I simiply thought that TabbedTextOut would simply replace those "\t"s in lpString with blanks and the last three parameters did not make any sense.
But the fact is the width positions of these "\t"s are depent on the last three parameters.
How do these three parameters work?

thank you.
QuestionRe: How to use TabbedTextOut? Pin
David Crow20-Mar-08 3:31
David Crow20-Mar-08 3:31 

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.