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

C#

 
GeneralRe: Sending “large” packed of data over TCP/IP using Socket Pin
Judah Gabriel Himango19-Mar-05 19:39
sponsorJudah Gabriel Himango19-Mar-05 19:39 
GeneralTo Textbox or not to Textbox Pin
Todd_s0218-Mar-05 20:22
Todd_s0218-Mar-05 20:22 
GeneralRe: To Textbox or not to Textbox Pin
MoustafaS19-Mar-05 5:46
MoustafaS19-Mar-05 5:46 
GeneralRe: To Textbox or not to Textbox Pin
Luis Alonso Ramos19-Mar-05 22:25
Luis Alonso Ramos19-Mar-05 22:25 
GeneralRe: To Textbox or not to Textbox Pin
Todd_s0220-Mar-05 14:52
Todd_s0220-Mar-05 14:52 
GeneralRe: To Textbox or not to Textbox Pin
Luis Alonso Ramos20-Mar-05 18:40
Luis Alonso Ramos20-Mar-05 18:40 
GeneralCombobox in Datagrid Class Pin
18-Mar-05 19:43
suss18-Mar-05 19:43 
GeneralRe: Combobox in Datagrid Class Pin
MoustafaS19-Mar-05 5:59
MoustafaS19-Mar-05 5:59 
You can (in youe clas of ID)
write this : in the class level
private string SelItem;<br />
public string SelItemPro<br />
{<br />
get{return this.SelItem;}<br />
<br />
}

and then in the event of the item changed
private void ItemChanged_cb1(object sender,EventArgs ...)<br />
{<br />
this.SelItem = combobox.selectitem.ToString();<br />
}

and therfore as it is a public member u can acces it from your Form from the properties of the combo box


ByMindOnlyYouCanDoIt
GeneralStoring Some settings in Registry Pin
ronin177018-Mar-05 16:04
ronin177018-Mar-05 16:04 
GeneralRe: Storing Some settings in Registry Pin
MoustafaS19-Mar-05 6:08
MoustafaS19-Mar-05 6:08 
GeneralRe: Storing Some settings in Registry Pin
Yaakov Davis19-Mar-05 10:20
Yaakov Davis19-Mar-05 10:20 
GeneralRe: Storing Some settings in Registry Pin
Luis Alonso Ramos19-Mar-05 22:32
Luis Alonso Ramos19-Mar-05 22:32 
GeneralSending files with data not compatable with a byte variable Pin
zaXch18-Mar-05 11:16
zaXch18-Mar-05 11:16 
GeneralRe: Sending files with data not compatable with a byte variable Pin
turbochimp18-Mar-05 12:47
turbochimp18-Mar-05 12:47 
GeneralRe: Sending files with data not compatable with a byte variable Pin
zaXch18-Mar-05 14:26
zaXch18-Mar-05 14:26 
GeneralRe: Sending files with data not compatable with a byte variable Pin
zaXch19-Mar-05 5:54
zaXch19-Mar-05 5:54 
Generalhelp with implementation Pin
John L. DeVito18-Mar-05 10:33
professionalJohn L. DeVito18-Mar-05 10:33 
GeneralRe: help with implementation Pin
turbochimp18-Mar-05 12:59
turbochimp18-Mar-05 12:59 
Questionhow to customize a window Pin
Pikebu18-Mar-05 8:52
Pikebu18-Mar-05 8:52 
AnswerRe: how to customize a window Pin
Judah Gabriel Himango18-Mar-05 9:40
sponsorJudah Gabriel Himango18-Mar-05 9:40 
AnswerRe: how to customize a window Pin
MoustafaS18-Mar-05 12:26
MoustafaS18-Mar-05 12:26 
GeneralStatic Values Pin
MrEyes18-Mar-05 7:20
MrEyes18-Mar-05 7:20 
GeneralRe: Static Values Pin
Colin Angus Mackay18-Mar-05 7:27
Colin Angus Mackay18-Mar-05 7:27 
GeneralRe: Static Values Pin
Ravindra Sadaphule18-Mar-05 11:43
Ravindra Sadaphule18-Mar-05 11:43 
Generalmouse drag over problem Pin
ppp00118-Mar-05 5:11
ppp00118-Mar-05 5:11 

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.