Click here to Skip to main content
15,906,574 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Prevent user from deleting/moving files Pin
HENDRIK R21-Jan-03 2:44
HENDRIK R21-Jan-03 2:44 
GeneralRe: Prevent user from deleting/moving files Pin
jhwurmbach21-Jan-03 2:49
jhwurmbach21-Jan-03 2:49 
GeneralRe: Prevent user from deleting/moving files Pin
HENDRIK R21-Jan-03 3:52
HENDRIK R21-Jan-03 3:52 
GeneralGetQueueStatus() Pin
Neha20-Jan-03 22:20
Neha20-Jan-03 22:20 
GeneralRe: GetQueueStatus() Pin
xxhimanshu20-Jan-03 23:39
xxhimanshu20-Jan-03 23:39 
GeneralRe: GetQueueStatus() Pin
xxhimanshu20-Jan-03 23:39
xxhimanshu20-Jan-03 23:39 
GeneralWSAIOCTL PROBLEM Pin
summo20-Jan-03 22:07
summo20-Jan-03 22:07 
GeneralRightToLeft option makes the control moves incorrectly Pin
Daed20-Jan-03 21:42
Daed20-Jan-03 21:42 
Hi all,

I am building an ActiveX control using MFC and I need to use it from RightToLeft.
I added the following statement at the beginning of the OnCreate procedure:

SetWindowLong(m_hWnd, GWL_EXSTYLE, GetWindowLong(m_hWnd, GWL_EXSTYLE) | 0x400000);
InvalidateControl();

The RightToLeft option works just great but I am facing a problem when moving the control at design time using the mouse. When I mouse my hand to the right, the control moves to the left and the same when I move my hand to the left the control moves to the right. Does anyone know how can I solve this issue? Note that when I move the control using the arrow keys, the directions are compatible with the control movement. Please help!

Thank You,
Da'ed
GeneralRegistering an ActiveX !! Pin
Ehsan Baghaki20-Jan-03 20:14
Ehsan Baghaki20-Jan-03 20:14 
GeneralRe: Registering an ActiveX !! Pin
Daed20-Jan-03 20:57
Daed20-Jan-03 20:57 
Generaleasy question, please help :) Pin
joshfl20-Jan-03 17:57
joshfl20-Jan-03 17:57 
GeneralRe: easy question, please help :) Pin
xxhimanshu20-Jan-03 19:21
xxhimanshu20-Jan-03 19:21 
GeneralRe: easy question, please help :) Pin
Chris Richardson20-Jan-03 20:28
Chris Richardson20-Jan-03 20:28 
GeneralRe: easy question, please help :) Pin
jhwurmbach21-Jan-03 0:16
jhwurmbach21-Jan-03 0:16 
GeneralRe: easy question, please help :) Pin
joshfl21-Jan-03 5:06
joshfl21-Jan-03 5:06 
Generalplz. help rectify LogonUser(...) ImpersonateUser problem Pin
r i s h a b h s20-Jan-03 17:39
r i s h a b h s20-Jan-03 17:39 
Generalamazing............................... Pin
r i s h a b h s20-Jan-03 23:06
r i s h a b h s20-Jan-03 23:06 
GeneralRe: amazing............................... Pin
xxhimanshu20-Jan-03 23:29
xxhimanshu20-Jan-03 23:29 
GeneralRe: amazing............................... Pin
xxhimanshu20-Jan-03 23:56
xxhimanshu20-Jan-03 23:56 
Generalatlast some inspiration!!!!!!!!!!! Pin
r i s h a b h s21-Jan-03 17:37
r i s h a b h s21-Jan-03 17:37 
GeneralCreating controls during runtime Pin
Baatezu20-Jan-03 14:00
Baatezu20-Jan-03 14:00 
GeneralRe: Creating controls during runtime Pin
xxhimanshu20-Jan-03 19:28
xxhimanshu20-Jan-03 19:28 
GeneralRe: Creating controls during runtime Pin
Baatezu20-Jan-03 19:41
Baatezu20-Jan-03 19:41 
GeneralReturn between CStrings Pin
Sunnygirl20-Jan-03 13:36
Sunnygirl20-Jan-03 13:36 
GeneralRe: Return between CStrings Pin
Tim Smith20-Jan-03 14:01
Tim Smith20-Jan-03 14:01 

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.