Click here to Skip to main content
15,927,345 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Redistributing Shlwapi.dll Pin
Michael Martin4-Apr-01 16:25
professionalMichael Martin4-Apr-01 16:25 
GeneralRe: Redistributing Shlwapi.dll Pin
Obliterator5-Apr-01 4:19
Obliterator5-Apr-01 4:19 
QuestionHow can we display data from Access using List Control Pin
2-Apr-01 23:14
suss2-Apr-01 23:14 
GeneralInsert ActiveX on MS-Word Pin
2-Apr-01 23:06
suss2-Apr-01 23:06 
GeneralCancelation of WriteFile WINAPI Pin
Natalie Katz2-Apr-01 21:48
Natalie Katz2-Apr-01 21:48 
GeneralRe: Cancelation of WriteFile WINAPI Pin
Tim Deveaux5-Apr-01 14:31
Tim Deveaux5-Apr-01 14:31 
GeneralBuffer ... Pin
Hadi Rezaee2-Apr-01 21:05
Hadi Rezaee2-Apr-01 21:05 
GeneralAccessibility ... Pin
Hadi Rezaee2-Apr-01 21:03
Hadi Rezaee2-Apr-01 21:03 
<<< In the name of GOD >>>
Hi.
I have EditBox(m_MainEdit, it is Editbox member variable) in CEditorDlg dialog.
I want to select text from m_MainEdit, when i have focus in COtherDlg.
The fact i want to accessibility to m_MainEdit without CEditorDlg.
I wrote some code but thease codes won't work:

#include "Editordlg.h"
.
.
.
void COtherDlg::OnFind()
{
CEdit Temp = CEditorDlg::m_MainEdit;
Temp.SetSel(0, -1);
}

Please help me ...

Hadi Rezaie
GeneralProblem with SetLayeredWindowAttributes(...) Pin
Shuyi Vi2-Apr-01 20:47
Shuyi Vi2-Apr-01 20:47 
GeneralRe: Problem with SetLayeredWindowAttributes(...) Pin
Rui Lopes3-Apr-01 1:27
Rui Lopes3-Apr-01 1:27 
GeneralRe: Problem with SetLayeredWindowAttributes(...) Pin
3-Apr-01 1:40
suss3-Apr-01 1:40 
GeneralList view Pin
2-Apr-01 20:44
suss2-Apr-01 20:44 
QuestionNT service cause ADO's Open() function hang? Pin
2-Apr-01 18:26
suss2-Apr-01 18:26 
GeneralDirectX8 Texture Creation Pin
t_hamel2-Apr-01 17:24
t_hamel2-Apr-01 17:24 
GeneralDDE problems Pin
2-Apr-01 13:54
suss2-Apr-01 13:54 
GeneralCString Pin
RobJones2-Apr-01 12:25
RobJones2-Apr-01 12:25 
GeneralRe: CString Pin
Christian Graus2-Apr-01 13:08
protectorChristian Graus2-Apr-01 13:08 
GeneralRe: CString Pin
RobJones2-Apr-01 13:16
RobJones2-Apr-01 13:16 
GeneralRe: CString Pin
2-Apr-01 23:09
suss2-Apr-01 23:09 
GeneralProblems with m_pCtrlSite Pin
2-Apr-01 8:28
suss2-Apr-01 8:28 
GeneralATL: How can I create one ActiveX Control that could be pasted on Word ( for example...) Pin
2-Apr-01 7:58
suss2-Apr-01 7:58 
Generallittle help pleace :) Pin
nicson2-Apr-01 5:46
nicson2-Apr-01 5:46 
GeneralRe: little help pleace :) Pin
2-Apr-01 8:41
suss2-Apr-01 8:41 
GeneralRe: little help pleace :) Pin
Christian Graus2-Apr-01 13:09
protectorChristian Graus2-Apr-01 13:09 
GeneralRe: little help pleace :) Pin
2-Apr-01 21:23
suss2-Apr-01 21:23 

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.