Click here to Skip to main content
15,881,424 members
Home / Discussions / C#
   

C#

 
GeneralRe: Install C# Without Administrative Rights Pin
Expert Coming15-Apr-08 22:55
Expert Coming15-Apr-08 22:55 
GeneralRe: Install C# Without Administrative Rights Pin
Dave Kreskowiak16-Apr-08 4:23
mveDave Kreskowiak16-Apr-08 4:23 
GeneralRe: Install C# Without Administrative Rights Pin
joie717016-Apr-08 16:53
joie717016-Apr-08 16:53 
GeneralThreading problem in C# [modified] Pin
mihai12315-Apr-08 20:18
mihai12315-Apr-08 20:18 
GeneralRe: Threading problem in C# Pin
Zoltan Balazs15-Apr-08 21:22
Zoltan Balazs15-Apr-08 21:22 
GeneralPass the text box value from one form to other Pin
sjs4u15-Apr-08 19:27
sjs4u15-Apr-08 19:27 
GeneralRe: Pass the text box value from one form to other Pin
Zoltan Balazs15-Apr-08 19:41
Zoltan Balazs15-Apr-08 19:41 
GeneralRe: Pass the text box value from one form to other Pin
Razvan Dimescu15-Apr-08 19:45
Razvan Dimescu15-Apr-08 19:45 
expose a property in the form that has the texbox and call it from the other form when you need it
public string TextBox_text
{
get{return textbox1.Text;}
}



GeneralRe: Pass the text box value from one form to other Pin
Christian Graus15-Apr-08 19:46
protectorChristian Graus15-Apr-08 19:46 
GeneralRe: Pass the text box value from one form to other Pin
sarvesh.upadhyay16-Apr-08 1:37
professionalsarvesh.upadhyay16-Apr-08 1:37 
GeneralRe: Pass the text box value from one form to other Pin
sjs4u16-Apr-08 2:24
sjs4u16-Apr-08 2:24 
QuestionHow to create array textbox in design time Pin
cocoonwls15-Apr-08 19:02
cocoonwls15-Apr-08 19:02 
AnswerRe: How to create array textbox in design time Pin
Christian Graus15-Apr-08 19:47
protectorChristian Graus15-Apr-08 19:47 
GeneralRe: How to create array textbox in design time Pin
dan!sh 15-Apr-08 20:28
professional dan!sh 15-Apr-08 20:28 
GeneralRe: How to create array textbox in design time Pin
cocoonwls15-Apr-08 22:10
cocoonwls15-Apr-08 22:10 
GeneralRe: How to create array textbox in design time Pin
Christian Graus16-Apr-08 11:20
protectorChristian Graus16-Apr-08 11:20 
GeneralRe: How to create array textbox in design time Pin
cocoonwls16-Apr-08 16:27
cocoonwls16-Apr-08 16:27 
GeneralSample XNA solutions with .tga files. Pin
NarVish15-Apr-08 18:42
NarVish15-Apr-08 18:42 
GeneralRe: Sample XNA solutions with .tga files. Pin
MarkB77715-Apr-08 18:59
MarkB77715-Apr-08 18:59 
QuestionThread communication & Other RTOS concepts Pin
tvis15-Apr-08 17:38
tvis15-Apr-08 17:38 
GeneralRe: Thread communication & Other RTOS concepts Pin
Zoltan Balazs15-Apr-08 19:48
Zoltan Balazs15-Apr-08 19:48 
GeneralAnonymous Delegate with Anonymous return value Pin
John Wolfe15-Apr-08 14:31
John Wolfe15-Apr-08 14:31 
GeneralRe: Anonymous Delegate with Anonymous return value Pin
K.L.K15-Apr-08 18:12
K.L.K15-Apr-08 18:12 
GeneralAbstract classes - returning a value to the base. Pin
MarkB77715-Apr-08 13:05
MarkB77715-Apr-08 13:05 
GeneralRe: Abstract classes - returning a value to the base. Pin
Luc Pattyn15-Apr-08 13:24
sitebuilderLuc Pattyn15-Apr-08 13:24 

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.