Click here to Skip to main content
15,909,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralParameter of export function in a dll Pin
Manfred Staiger20-Jan-04 22:12
Manfred Staiger20-Jan-04 22:12 
GeneralRe: Parameter of export function in a dll Pin
wb20-Jan-04 23:07
wb20-Jan-04 23:07 
GeneralHELP WITH MACRO Pin
Izer0120-Jan-04 22:11
Izer0120-Jan-04 22:11 
GeneralEnabling Menu Items Pin
Jagadeesh VN20-Jan-04 20:26
Jagadeesh VN20-Jan-04 20:26 
GeneralRe: Enabling Menu Items Pin
Robert A. T. Káldy21-Jan-04 4:56
Robert A. T. Káldy21-Jan-04 4:56 
GeneralRe: Enabling Menu Items Pin
bneacetp21-Jan-04 8:39
bneacetp21-Jan-04 8:39 
GeneralPassword Change Notification Pin
20-Jan-04 19:50
suss20-Jan-04 19:50 
GeneralCRichEditCtrl problem Pin
Shah Shehpori20-Jan-04 19:31
sussShah Shehpori20-Jan-04 19:31 
Dear friends,
This problem is related to CRichEditCtrl. Actually i want to display my custom font in this control. My font requires right alignment. So i programatically changed the alignment to right as follows:

PARAFORMAT pf;
    
pf.cbSize     = sizeof(PARAFORMAT);
pf.dwMask     = PFM_ALIGNMENT;    
pf.wAlignment = PFA_RIGHT;
	
SetParaFormat(pf);


As such everything works fine for me. But my font is displayed correctly if characters are fitted only in a single line of rich Edit Control. In case when my text needs to fit in multiple lines, i am having trouble. As such text is displayed correctly. But "next" line comes on top of existing line and previous line is moved to bottom. How can i change this default behaviour of rich edit control.

Actually my font is arabic font which needs to get typed from right to left (i.e "reverse" of default behaviour). But i am unable to "reverse" the order in which RichEdit inserts characters in new line.
GeneralGenerating tones using MCI Pin
ffazly20-Jan-04 16:38
ffazly20-Jan-04 16:38 
GeneralDynamically invoking classes at runtime Pin
Tank_Aviator20-Jan-04 15:01
Tank_Aviator20-Jan-04 15:01 
GeneralSlightly offtopic: Installshield Express QuickPatch shortcuts problem Pin
obe20-Jan-04 13:10
obe20-Jan-04 13:10 
Questionhow can i include source files which is under different directory Pin
Member 78215420-Jan-04 11:39
Member 78215420-Jan-04 11:39 
AnswerRe: how can i include source files which is under different directory Pin
alex.barylski20-Jan-04 12:12
alex.barylski20-Jan-04 12:12 
AnswerRe: how can i include source files which is under different directory Pin
Jijo.Raj20-Jan-04 17:31
Jijo.Raj20-Jan-04 17:31 
GeneralRe: how can i include source files which is under different directory Pin
Mike Dimmick21-Jan-04 2:22
Mike Dimmick21-Jan-04 2:22 
GeneralRe: how can i include source files which is under different directory Pin
Member 78215421-Jan-04 5:40
Member 78215421-Jan-04 5:40 
GeneralRe: how can i include source files which is under different directory Pin
Mike Dimmick21-Jan-04 5:58
Mike Dimmick21-Jan-04 5:58 
GeneralRe: how can i include source files which is under different directory Pin
Member 78215421-Jan-04 7:18
Member 78215421-Jan-04 7:18 
GeneralRe: how can i include source files which is under different directory Pin
Jijo.Raj21-Jan-04 17:03
Jijo.Raj21-Jan-04 17:03 
Questiondiffucult: how can i measure velocity with a webcam? Pin
andreas.schaerer20-Jan-04 10:47
andreas.schaerer20-Jan-04 10:47 
AnswerRe: diffucult: how can i measure velocity with a webcam? Pin
73Zeppelin20-Jan-04 11:50
73Zeppelin20-Jan-04 11:50 
GeneralRe: diffucult: how can i measure velocity with a webcam? Pin
andreas.schaerer21-Jan-04 0:31
andreas.schaerer21-Jan-04 0:31 
AnswerRe: diffucult: how can i measure velocity with a webcam? Pin
bryce20-Jan-04 11:52
bryce20-Jan-04 11:52 
GeneralRe: diffucult: how can i measure velocity with a webcam? Pin
andreas.schaerer21-Jan-04 0:39
andreas.schaerer21-Jan-04 0:39 
GeneralRe: diffucult: how can i measure velocity with a webcam? Pin
berndg21-Jan-04 2:43
berndg21-Jan-04 2:43 

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.