Click here to Skip to main content
15,905,420 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem with Drag & Drop between list boxes Pin
TheComputerMan22-Oct-08 23:44
TheComputerMan22-Oct-08 23:44 
QuestionDesignMode Dilemma! [modified] Pin
Saul Johnson22-Oct-08 8:49
Saul Johnson22-Oct-08 8:49 
AnswerRe: DesignMode Dilemma! Pin
Dave Kreskowiak22-Oct-08 11:43
mveDave Kreskowiak22-Oct-08 11:43 
GeneralRe: DesignMode Dilemma! Pin
Saul Johnson24-Oct-08 4:54
Saul Johnson24-Oct-08 4:54 
QuestionLinkLabels and Data Source Pin
KrisnNala22-Oct-08 8:28
KrisnNala22-Oct-08 8:28 
AnswerRe: LinkLabels and Data Source Pin
Wendelius22-Oct-08 9:40
mentorWendelius22-Oct-08 9:40 
GeneralRe: LinkLabels and Data Source Pin
KrisnNala23-Oct-08 7:08
KrisnNala23-Oct-08 7:08 
GeneralRe: LinkLabels and Data Source Pin
Wendelius23-Oct-08 7:55
mentorWendelius23-Oct-08 7:55 
No proble,

What I meant is that you possibly don't have an instance for the linklabel when you try to write the method call. That's why you would see only static methods. Try for example something like this:
LinkLabel linkLabel = new LinkLabel()
linkLabel.Text = "Some text"
linkLabel.Links(0).LinkData = "Some data"
linkLabel.Links.Add(0,4, "www.somewhere.xyz")

Mika

P.s. The article link is just part of my signature so it wasn't actually meant to help in your case. Just *advertising*. Glad you read it though Smile | :)

The need to optimize rises from a bad design.

My articles[^]

GeneralRe: LinkLabels and Data Source Pin
KrisnNala23-Oct-08 8:22
KrisnNala23-Oct-08 8:22 
GeneralRe: LinkLabels and Data Source Pin
Wendelius24-Oct-08 7:49
mentorWendelius24-Oct-08 7:49 
GeneralRe: LinkLabels and Data Source Pin
KrisnNala24-Oct-08 22:13
KrisnNala24-Oct-08 22:13 
GeneralRe: LinkLabels and Data Source Pin
Wendelius25-Oct-08 0:42
mentorWendelius25-Oct-08 0:42 
QuestionUsing ODBC or OLE to handle database with LONG column? Pin
John Wadleigh22-Oct-08 3:00
John Wadleigh22-Oct-08 3:00 
AnswerRe: Using ODBC or OLE to handle database with LONG column? Pin
Dave Kreskowiak22-Oct-08 5:04
mveDave Kreskowiak22-Oct-08 5:04 
Questionhow to edit appconfig in windows application (C#) Pin
Piyush Vardhan Singh22-Oct-08 2:35
Piyush Vardhan Singh22-Oct-08 2:35 
AnswerRe: how to edit appconfig in windows application (C#) - CROSS POST Pin
Ashfield22-Oct-08 3:02
Ashfield22-Oct-08 3:02 
GeneralRe: how to edit appconfig in windows application (C#) - CROSS POST Pin
Piyush Vardhan Singh22-Oct-08 3:08
Piyush Vardhan Singh22-Oct-08 3:08 
GeneralRe: how to edit appconfig in windows application (C#) - CROSS POST Pin
Ashfield22-Oct-08 4:08
Ashfield22-Oct-08 4:08 
GeneralRe: how to edit appconfig in windows application (C#) - CROSS POST Pin
Jon_Boy22-Oct-08 6:30
Jon_Boy22-Oct-08 6:30 
GeneralRe: how to edit appconfig in windows application (C#) - CROSS POST Pin
Paul Conrad22-Oct-08 8:03
professionalPaul Conrad22-Oct-08 8:03 
AnswerCP IGNORE: Cross post and not even in right forum!... Pin
leckey22-Oct-08 14:36
leckey22-Oct-08 14:36 
QuestionServer/Client Application Pin
AngSoft22-Oct-08 2:27
AngSoft22-Oct-08 2:27 
AnswerRe: Server/Client Application Pin
Johan Hakkesteegt22-Oct-08 3:04
Johan Hakkesteegt22-Oct-08 3:04 
AnswerRe: Server/Client Application Pin
Ashfield22-Oct-08 3:05
Ashfield22-Oct-08 3:05 
QuestionThreading Problem Pin
pdnet21-Oct-08 22:07
pdnet21-Oct-08 22:07 

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.