Click here to Skip to main content
15,893,564 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: pipes Pin
Anonymous11-Apr-04 0:35
Anonymous11-Apr-04 0:35 
GeneralRe: pipes Pin
Anonymous11-Apr-04 0:45
Anonymous11-Apr-04 0:45 
Generaladding your own class's overrideables to the overrideables page in vs.NET Pin
clayman8710-Apr-04 12:29
clayman8710-Apr-04 12:29 
GeneralRe: adding your own class's overrideables to the overrideables page in vs.NET Pin
CodeProjectSQ23-Jul-04 9:53
CodeProjectSQ23-Jul-04 9:53 
GeneralCString, class problem Pin
no_life10-Apr-04 10:03
no_life10-Apr-04 10:03 
GeneralRe: CString, class problem Pin
Renjith Ramachandran10-Apr-04 20:42
Renjith Ramachandran10-Apr-04 20:42 
GeneralRe: CString, class problem Pin
no_life11-Apr-04 8:05
no_life11-Apr-04 8:05 
GeneralRe: CString, class problem Pin
Renjith Ramachandran11-Apr-04 21:41
Renjith Ramachandran11-Apr-04 21:41 
no_life wrote:
The reason i want this function is so that i can double click an entry in the listctrl and have it open with the strings in edit boxes, so that you can edit them and make changes.


ok..thats your problem is'nt. you can solve that in a better way like this.

in your CChange , create a public member variable as m_csEditString

and when you double click the list control in the parent dialog, get the currently selected String and
call
CChange change;
change.m_csEditString = "String from parent list";
change.DoModal();

in the CChange class create a control variable for your edit control via ClassWizard let m_edit1
and in the OnInitDialog() function of your CChange class,
just call

m_edit1.SetWindowText(csEditString );

That will work..!!

if you have anymore doubt...feel free to ask me..



I want to change Myself..Can u help me? Smile | :)
QuestionHow to get characters just deleted by BackSpace key(or Delete key) Pin
Truong D. Toan10-Apr-04 8:08
Truong D. Toan10-Apr-04 8:08 
AnswerRe: How to get characters just deleted by BackSpace key(or Delete key) Pin
Manikandan10-Apr-04 8:16
Manikandan10-Apr-04 8:16 
GeneralRe: How to get characters just deleted by BackSpace key(or Delete key) Pin
Truong D. Toan10-Apr-04 8:30
Truong D. Toan10-Apr-04 8:30 
GeneralRe: How to get characters just deleted by BackSpace key(or Delete key) Pin
Manikandan10-Apr-04 8:46
Manikandan10-Apr-04 8:46 
GeneralRe: How to get characters just deleted by BackSpace key(or Delete key) Pin
Truong D. Toan10-Apr-04 9:03
Truong D. Toan10-Apr-04 9:03 
GeneralRe: How to get characters just deleted by BackSpace key(or Delete key) Pin
Truong D. Toan11-Apr-04 20:27
Truong D. Toan11-Apr-04 20:27 
Generalgetline in richedit... Pin
Manikandan10-Apr-04 7:51
Manikandan10-Apr-04 7:51 
General[Newbie] A button with a bitmap Pin
mmica10-Apr-04 4:29
mmica10-Apr-04 4:29 
GeneralRe: [Newbie] A button with a bitmap Pin
Gary R. Wheeler10-Apr-04 5:06
Gary R. Wheeler10-Apr-04 5:06 
GeneralRe: [Newbie] A button with a bitmap Pin
csc10-Apr-04 5:24
csc10-Apr-04 5:24 
GeneralRe: [Newbie] A button with a bitmap Pin
toxcct10-Apr-04 5:40
toxcct10-Apr-04 5:40 
GeneralRe: [Newbie] A button with a bitmap Pin
Prakash Nadar10-Apr-04 5:43
Prakash Nadar10-Apr-04 5:43 
GeneralRe: [Newbie] A button with a bitmap Pin
mmica10-Apr-04 7:23
mmica10-Apr-04 7:23 
GeneralRe: [Newbie] A button with a bitmap Pin
Prakash Nadar10-Apr-04 16:06
Prakash Nadar10-Apr-04 16:06 
QuestionHow to find MAC of NIC Pin
Ko Lay10-Apr-04 4:15
sussKo Lay10-Apr-04 4:15 
Questionhow can I add my own funcs to the overrides page in .NET Pin
clayman8710-Apr-04 4:00
clayman8710-Apr-04 4:00 
GeneralHELLO ADMINNNNNNNNNNNNNNNNNNNNNNNN Pin
Member 1016823310-Apr-04 2:03
Member 1016823310-Apr-04 2:03 

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.