Click here to Skip to main content
15,896,154 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataTable Click Event Pin
kaddim7-Apr-08 7:00
kaddim7-Apr-08 7:00 
GeneralRe: DataTable Click Event Pin
jtvberg10-Apr-08 15:07
jtvberg10-Apr-08 15:07 
GeneralAutomatic sizing of Textbox at runtime depending on number of lines it contains Pin
karan19816-Apr-08 10:17
karan19816-Apr-08 10:17 
GeneralRe: Automatic sizing of Textbox at runtime depending on number of lines it contains Pin
Christian Graus6-Apr-08 11:10
protectorChristian Graus6-Apr-08 11:10 
GeneralRe: Automatic sizing of Textbox at runtime depending on number of lines it contains Pin
karan19817-Apr-08 7:38
karan19817-Apr-08 7:38 
GeneralRe: Automatic sizing of Textbox at runtime depending on number of lines it contains Pin
Christian Graus7-Apr-08 11:45
protectorChristian Graus7-Apr-08 11:45 
GeneralRe: Automatic sizing of Textbox at runtime depending on number of lines it contains Pin
karan19819-Apr-08 4:14
karan19819-Apr-08 4:14 
GeneralContext Menu Owner Pin
greekius6-Apr-08 8:01
greekius6-Apr-08 8:01 
Hi all
at run time i add controls to form. i set controls contextmenu property to contextmenustrip1 whish has 3 sub menus. i wanna make something to control (like changing backcolor) when user click Menu1ToolStripMenuItem.

i need like at below

 Private Sub Menu1ToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Menu1ToolStripMenuItem.Click<br />
   sender)<br />
<br />
Menu1ToolStripMenuItem.Owner .ContextMenu .attainedControl.BackColor=red<br />
<br />
    End Sub


How could i find "Attained Control"
GeneralRe: Context Menu Owner Pin
Luc Pattyn6-Apr-08 8:08
sitebuilderLuc Pattyn6-Apr-08 8:08 
GeneralRe: Context Menu Owner Pin
greekius6-Apr-08 8:29
greekius6-Apr-08 8:29 
GeneralRe: Context Menu Owner Pin
Giorgi Dalakishvili6-Apr-08 8:10
mentorGiorgi Dalakishvili6-Apr-08 8:10 
GeneralRe: Context Menu Owner Pin
greekius6-Apr-08 8:41
greekius6-Apr-08 8:41 
GeneralRe: Context Menu Owner Pin
Giorgi Dalakishvili6-Apr-08 8:52
mentorGiorgi Dalakishvili6-Apr-08 8:52 
Questionhow to change an existing console application into a service dll Pin
stephan_0076-Apr-08 7:21
stephan_0076-Apr-08 7:21 
AnswerRe: how to change an existing console application into a service dll Pin
Giorgi Dalakishvili6-Apr-08 7:57
mentorGiorgi Dalakishvili6-Apr-08 7:57 
GeneralRe: how to change an existing console application into a service dll Pin
stephan_0076-Apr-08 8:11
stephan_0076-Apr-08 8:11 
GeneralSyncronizing TreeView nodes and RichTextBox [modified] Pin
Mark F.6-Apr-08 7:08
Mark F.6-Apr-08 7:08 
GeneralRe: Syncronizing TreeView nodes and RichTextBox Pin
Luc Pattyn6-Apr-08 7:30
sitebuilderLuc Pattyn6-Apr-08 7:30 
GeneralGet the SID of the user created a file Pin
Yevgeny Efter6-Apr-08 6:27
Yevgeny Efter6-Apr-08 6:27 
GeneralRe: Get the SID of the user created a file Pin
half-life6-Apr-08 7:42
half-life6-Apr-08 7:42 
GeneralSocketServer getting delay to listen client when if restart the server PC Pin
jklanka6-Apr-08 6:24
jklanka6-Apr-08 6:24 
GeneralC#, using MS Interop, how to reasonably use an instance for spell check Pin
Letmelogin6-Apr-08 5:34
Letmelogin6-Apr-08 5:34 
GeneralOutOfMemoryException despite having 600+ MB of RAM free Pin
Jordanwb6-Apr-08 4:25
Jordanwb6-Apr-08 4:25 
QuestionRe: OutOfMemoryException despite having 600+ MB of RAM free Pin
CPallini6-Apr-08 4:39
mveCPallini6-Apr-08 4:39 
GeneralRe: OutOfMemoryException despite having 600+ MB of RAM free Pin
Jordanwb6-Apr-08 4:46
Jordanwb6-Apr-08 4:46 

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.