Click here to Skip to main content
16,006,006 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Need help Flexgrid in VB.NET Pin
Christian Graus17-Jan-06 16:20
protectorChristian Graus17-Jan-06 16:20 
GeneralRe: Need help Flexgrid in VB.NET Pin
welbert17-Jan-06 16:31
welbert17-Jan-06 16:31 
GeneralRe: Need help Flexgrid in VB.NET Pin
Christian Graus17-Jan-06 16:33
protectorChristian Graus17-Jan-06 16:33 
Questionscroll bars (vertical and horizontal) in listbox Pin
Joy Anne17-Jan-06 15:00
Joy Anne17-Jan-06 15:00 
AnswerRe: scroll bars (vertical and horizontal) in listbox Pin
Christian Graus17-Jan-06 15:36
protectorChristian Graus17-Jan-06 15:36 
AnswerRe: scroll bars (vertical and horizontal) in listbox Pin
Joshua Quick17-Jan-06 16:12
Joshua Quick17-Jan-06 16:12 
Questionbetween two forms Pin
militiaware17-Jan-06 14:28
militiaware17-Jan-06 14:28 
AnswerRe: between two forms Pin
Christian Graus17-Jan-06 14:33
protectorChristian Graus17-Jan-06 14:33 
We need a VB.NET FAQ.

The best way is the use a delegate between the two classes, the other way is to have a variable of type Form1 within Form2, and have the only visible constructor take a Form1 instance so it can be set. The other solution is to define an interface which defines the methods that Form2 needs to call on Form1, and have Form1 define the interface, Form2 store an instance of it. Just passing Form1 to Form2 is the ugliest solution, but also the quickest,

Christian Graus - Microsoft MVP - C++
QuestionInstaller selected directory. Pin
bskirkman17-Jan-06 13:04
bskirkman17-Jan-06 13:04 
AnswerRe: Installer selected directory. Pin
bskirkman17-Jan-06 14:46
bskirkman17-Jan-06 14:46 
QuestionVBA - Declare - Finding the Lib File - Windows Registry? Pin
JSadleir17-Jan-06 12:09
JSadleir17-Jan-06 12:09 
AnswerRe: VBA - Declare - Finding the Lib File - Windows Registry? Pin
Dave Kreskowiak17-Jan-06 13:58
mveDave Kreskowiak17-Jan-06 13:58 
GeneralRe: VBA - Declare - Finding the Lib File - Windows Registry? Pin
JSadleir17-Jan-06 17:00
JSadleir17-Jan-06 17:00 
GeneralRe: VBA - Declare - Finding the Lib File - Windows Registry? Pin
Dave Kreskowiak19-Jan-06 9:30
mveDave Kreskowiak19-Jan-06 9:30 
Questionhelp with arrays Pin
jszpila17-Jan-06 11:45
jszpila17-Jan-06 11:45 
AnswerRe: help with arrays Pin
Joshua Quick17-Jan-06 13:01
Joshua Quick17-Jan-06 13:01 
GeneralRe: help with arrays Pin
jszpila18-Jan-06 3:34
jszpila18-Jan-06 3:34 
QuestionAlignment problem displaying .txt file in window's textbox? Pin
Brightday17-Jan-06 5:40
Brightday17-Jan-06 5:40 
AnswerRe: Alignment problem displaying .txt file in window's textbox? Pin
Dave Kreskowiak17-Jan-06 6:37
mveDave Kreskowiak17-Jan-06 6:37 
GeneralRe: Alignment problem displaying .txt file in window's textbox? Pin
Brightday17-Jan-06 7:53
Brightday17-Jan-06 7:53 
GeneralDave - please send me an email !!! Pin
Christian Graus17-Jan-06 9:59
protectorChristian Graus17-Jan-06 9:59 
GeneralRe: Dave - please send me an email !!! Pin
Dave Kreskowiak17-Jan-06 10:33
mveDave Kreskowiak17-Jan-06 10:33 
Questionopen a form closing the opener Pin
ecentinela17-Jan-06 5:04
ecentinela17-Jan-06 5:04 
QuestionRe: open a form closing the opener Pin
Roy Heil17-Jan-06 7:07
professionalRoy Heil17-Jan-06 7:07 
AnswerRe: open a form closing the opener Pin
vinji17-Jan-06 7:08
vinji17-Jan-06 7:08 

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.