Click here to Skip to main content
15,891,981 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionTextbox VS DATASET Pin
Assaf8222-Jun-08 3:54
Assaf8222-Jun-08 3:54 
AnswerRe: Textbox VS DATASET Pin
Scott Dorman22-Jun-08 3:56
professionalScott Dorman22-Jun-08 3:56 
AnswerRe: Textbox VS DATASET Pin
Karrar Ketawi24-Jun-08 11:52
Karrar Ketawi24-Jun-08 11:52 
Questiontraining center Pin
Ebube21-Jun-08 20:28
Ebube21-Jun-08 20:28 
AnswerRe: training center Pin
Paul Conrad22-Jun-08 3:21
professionalPaul Conrad22-Jun-08 3:21 
Questioninteraction with Inline files Pin
some-121-Jun-08 18:47
some-121-Jun-08 18:47 
QuestionVb6 to Vb.NET: How to pass controls Pin
GinoSoft@Yahoo.com21-Jun-08 16:57
GinoSoft@Yahoo.com21-Jun-08 16:57 
AnswerRe: Vb6 to Vb.NET: How to pass controls Pin
Guffa22-Jun-08 1:45
Guffa22-Jun-08 1:45 
That code uses late binding to access the list in the form. You can only use late binding if you turn of strict checking, which you shouldn't.

There are basically two ways to do this:

1. Create an abstract base class that contains a property that returns a reference to the list. Make the forms inherit the base class, and implement the property.

2. Use the FindControl method to get a reference to the list.

Alternatively, make the method take a reference to the list instead of a reference to the form.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Vb6 to Vb.NET: How to pass controls Pin
GinoSoft@Yahoo.com22-Jun-08 17:11
GinoSoft@Yahoo.com22-Jun-08 17:11 
GeneralRe: Vb6 to Vb.NET: How to pass controls Pin
GinoSoft@Yahoo.com22-Jun-08 17:15
GinoSoft@Yahoo.com22-Jun-08 17:15 
GeneralRe: Vb6 to Vb.NET: How to pass controls Pin
GinoSoft@Yahoo.com22-Jun-08 17:25
GinoSoft@Yahoo.com22-Jun-08 17:25 
AnswerRe: Vb6 to Vb.NET: How to pass controls Pin
Guffa22-Jun-08 20:42
Guffa22-Jun-08 20:42 
QuestionOpen a windows Form from one windows app project in other windows app project Pin
C4ao521-Jun-08 8:29
C4ao521-Jun-08 8:29 
AnswerRe: Open a windows Form from one windows app project in other windows app project Pin
Christian Graus21-Jun-08 12:36
protectorChristian Graus21-Jun-08 12:36 
GeneralRe: Open a windows Form from one windows app project in other windows app project Pin
C4ao521-Jun-08 12:53
C4ao521-Jun-08 12:53 
GeneralRe: Open a windows Form from one windows app project in other windows app project Pin
Christian Graus21-Jun-08 14:59
protectorChristian Graus21-Jun-08 14:59 
GeneralRe: Open a windows Form from one windows app project in other windows app project Pin
C4ao521-Jun-08 23:48
C4ao521-Jun-08 23:48 
GeneralRe: Open a windows Form from one windows app project in other windows app project Pin
C4ao522-Jun-08 0:38
C4ao522-Jun-08 0:38 
GeneralRe: Open a windows Form from one windows app project in other windows app project Pin
Christian Graus22-Jun-08 11:34
protectorChristian Graus22-Jun-08 11:34 
GeneralRe: Open a windows Form from one windows app project in other windows app project Pin
C4ao522-Jun-08 21:29
C4ao522-Jun-08 21:29 
GeneralRe: Open a windows Form from one windows app project in other windows app project Pin
Christian Graus22-Jun-08 21:38
protectorChristian Graus22-Jun-08 21:38 
QuestionRe: Open a windows Form from one windows app project in other windows app project Pin
C4ao522-Jun-08 21:52
C4ao522-Jun-08 21:52 
AnswerRe: Open a windows Form from one windows app project in other windows app project Pin
Christian Graus22-Jun-08 21:59
protectorChristian Graus22-Jun-08 21:59 
GeneralRe: Open a windows Form from one windows app project in other windows app project Pin
C4ao522-Jun-08 22:07
C4ao522-Jun-08 22:07 
QuestionLaunching and manipulating a consolw window from a winform? Pin
Saul Johnson21-Jun-08 6:29
Saul Johnson21-Jun-08 6:29 

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.