Click here to Skip to main content
15,910,981 members
Home / Discussions / C#
   

C#

 
Questionframework 2.0 and visual studio 2003: compatible? Pin
Sled Dog19-Dec-05 12:17
Sled Dog19-Dec-05 12:17 
AnswerRe: framework 2.0 and visual studio 2003: compatible? Pin
Dave Kreskowiak19-Dec-05 14:34
mveDave Kreskowiak19-Dec-05 14:34 
GeneralRe: framework 2.0 and visual studio 2003: compatible? Pin
Sled Dog19-Dec-05 15:57
Sled Dog19-Dec-05 15:57 
AnswerRe: framework 2.0 and visual studio 2003: compatible? Pin
André Ziegler19-Dec-05 14:37
André Ziegler19-Dec-05 14:37 
GeneralUser Control data binding Pin
Andrew Bleakley19-Dec-05 11:30
Andrew Bleakley19-Dec-05 11:30 
QuestionNot Sure ? Pin
N.Byarley19-Dec-05 11:26
N.Byarley19-Dec-05 11:26 
AnswerRe: Not Sure ? Pin
Judah Gabriel Himango19-Dec-05 11:59
sponsorJudah Gabriel Himango19-Dec-05 11:59 
GeneralRe: Not Sure ? Pin
N.Byarley19-Dec-05 13:14
N.Byarley19-Dec-05 13:14 
i tryed that, that happens to be the first thing i tryed

this is my linkLabel code

private void linkLabel1_LinkClicked(object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e)
{
ItemsForm VIF = new ItemsForm();
VIF.ShowDialog();
}

and this is the error i get when i input ItemsForm.Text = linkLabel1.Text

An object reference is required for the nonstatic field, method, or property 'System.Windows.Forms.Control.Text

also the linkLabel name will be givin when the other parts of the program are activated such as the two listBoxes and radioButtons

Thanks.
GeneralRe: Not Sure ? Pin
J4amieC19-Dec-05 22:04
J4amieC19-Dec-05 22:04 
GeneralRe: Not Sure ? Pin
N.Byarley20-Dec-05 3:51
N.Byarley20-Dec-05 3:51 
GeneralRe: Not Sure ? Pin
Judah Gabriel Himango20-Dec-05 3:55
sponsorJudah Gabriel Himango20-Dec-05 3:55 
QuestionCollectionEditor not found Pin
melanieab19-Dec-05 10:42
melanieab19-Dec-05 10:42 
AnswerRe: CollectionEditor not found Pin
Sean Michael Murphy19-Dec-05 11:12
Sean Michael Murphy19-Dec-05 11:12 
GeneralRe: CollectionEditor not found Pin
melanieab19-Dec-05 11:20
melanieab19-Dec-05 11:20 
QuestionDatetime value in property Pin
kotteeswaran19-Dec-05 9:05
kotteeswaran19-Dec-05 9:05 
AnswerRe: Datetime value in property Pin
Guffa19-Dec-05 10:58
Guffa19-Dec-05 10:58 
QuestionConnecting to an Oracle Database when a Windows Form loads Pin
apoc50319-Dec-05 8:16
apoc50319-Dec-05 8:16 
AnswerRe: Connecting to an Oracle Database when a Windows Form loads Pin
Dave Kreskowiak19-Dec-05 8:32
mveDave Kreskowiak19-Dec-05 8:32 
GeneralRe: Connecting to an Oracle Database when a Windows Form loads Pin
apoc50319-Dec-05 8:37
apoc50319-Dec-05 8:37 
QuestionHow to fire KeyDown event of any control (ex: ListBox) Pin
Baris Y19-Dec-05 7:56
Baris Y19-Dec-05 7:56 
AnswerRe: How to fire KeyDown event of any control (ex: ListBox) Pin
Judah Gabriel Himango19-Dec-05 9:18
sponsorJudah Gabriel Himango19-Dec-05 9:18 
GeneralRe: How to fire KeyDown event of any control (ex: ListBox) Pin
Baris Y19-Dec-05 11:06
Baris Y19-Dec-05 11:06 
GeneralRe: How to fire KeyDown event of any control (ex: ListBox) Pin
Judah Gabriel Himango19-Dec-05 11:40
sponsorJudah Gabriel Himango19-Dec-05 11:40 
GeneralRe: How to fire KeyDown event of any control (ex: ListBox) Pin
Jared Parsons20-Dec-05 4:51
Jared Parsons20-Dec-05 4:51 
GeneralRe: How to fire KeyDown event of any control (ex: ListBox) Pin
Baris Y20-Dec-05 6:30
Baris Y20-Dec-05 6:30 

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.