Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: Incrementing the pointer returned by GCHandle.Alloc Pin
Pete O'Hanlon4-Jul-10 1:18
mvePete O'Hanlon4-Jul-10 1:18 
GeneralRe: Incrementing the pointer returned by GCHandle.Alloc Pin
harold aptroot4-Jul-10 1:31
harold aptroot4-Jul-10 1:31 
GeneralRe: Incrementing the pointer returned by GCHandle.Alloc Pin
DaveyM693-Jul-10 11:44
professionalDaveyM693-Jul-10 11:44 
GeneralRe: Incrementing the pointer returned by GCHandle.Alloc Pin
harold aptroot3-Jul-10 11:47
harold aptroot3-Jul-10 11:47 
GeneralRe: Incrementing the pointer returned by GCHandle.Alloc Pin
DaveyM693-Jul-10 12:16
professionalDaveyM693-Jul-10 12:16 
GeneralRe: Incrementing the pointer returned by GCHandle.Alloc Pin
harold aptroot3-Jul-10 12:23
harold aptroot3-Jul-10 12:23 
AnswerRe: Incrementing the pointer returned by GCHandle.Alloc Pin
DaveyM693-Jul-10 12:16
professionalDaveyM693-Jul-10 12:16 
QuestionHow to get the text from ComboEditable Pin
raju_shiva2-Jul-10 22:42
raju_shiva2-Jul-10 22:42 
Hi Sir,
I am a reading a character typed from combobox.
But for the first time,the value is getting empty

I am trying with this code :
void comboBox1_KeyPress(object sender, KeyPressEventArgs e)
        {            
            
            
            string str;
            str = comboBox1.Text;   //First time i am getting str empty          
            MessageBox.Show(str);
            
	       

        }


In VC++ i used this and got the text,
void CTest1View::OnEditchangeCombo1() 
{
        CString strTemp;
	m_ctrlCombo.GetWindowText(strTemp;);
}


Am i in the right function??


Thanks
Raj
AnswerRe: How to get the text from ComboEditable Pin
Md. Marufuzzaman2-Jul-10 22:49
professionalMd. Marufuzzaman2-Jul-10 22:49 
GeneralRe: How to get the text from ComboEditable Pin
raju_shiva2-Jul-10 22:53
raju_shiva2-Jul-10 22:53 
GeneralRe: How to get the text from ComboEditable Pin
Md. Marufuzzaman2-Jul-10 23:01
professionalMd. Marufuzzaman2-Jul-10 23:01 
Questionsugeno Pin
hamidhakimi2-Jul-10 20:49
hamidhakimi2-Jul-10 20:49 
AnswerRe: sugeno Pin
Pete O'Hanlon2-Jul-10 21:20
mvePete O'Hanlon2-Jul-10 21:20 
GeneralRe: sugeno Pin
OriginalGriff2-Jul-10 21:38
mveOriginalGriff2-Jul-10 21:38 
QuestionHow to set the cursor in Combo Pin
raju_shiva2-Jul-10 19:40
raju_shiva2-Jul-10 19:40 
AnswerRe: How to set the cursor in Combo Pin
Peace ON2-Jul-10 20:48
Peace ON2-Jul-10 20:48 
AnswerRe: How to set the cursor in Combo Pin
dan!sh 3-Jul-10 2:55
professional dan!sh 3-Jul-10 2:55 
QuestionChanging Return Type Of A Control Pin
Roger Wright2-Jul-10 19:16
professionalRoger Wright2-Jul-10 19:16 
AnswerRe: Changing Return Type Of A Control Pin
OriginalGriff2-Jul-10 21:47
mveOriginalGriff2-Jul-10 21:47 
GeneralRe: Changing Return Type Of A Control Pin
Roger Wright3-Jul-10 6:47
professionalRoger Wright3-Jul-10 6:47 
AnswerRe: Changing Return Type Of A Control Pin
DaveyM692-Jul-10 21:59
professionalDaveyM692-Jul-10 21:59 
GeneralRe: Changing Return Type Of A Control Pin
Roger Wright3-Jul-10 6:53
professionalRoger Wright3-Jul-10 6:53 
QuestionDisplaying Contents of an Array Pin
ASPnoob2-Jul-10 13:19
ASPnoob2-Jul-10 13:19 
AnswerRe: Displaying Contents of an Array Pin
Luc Pattyn2-Jul-10 14:03
sitebuilderLuc Pattyn2-Jul-10 14:03 
QuestionClick here to send data to sever!! [modified] Pin
yum 20102-Jul-10 13:13
yum 20102-Jul-10 13:13 

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.