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

Visual Basic

 
GeneralRe: How do I pass an array of strings from VB6 to .NET? Pin
ordepavlis24-Mar-03 0:17
ordepavlis24-Mar-03 0:17 
GeneralRe: How do I pass an array of strings from VB6 to .NET? Pin
Nick Seng24-Mar-03 15:14
Nick Seng24-Mar-03 15:14 
GeneralRe: How do I pass an array of strings from VB6 to .NET? Pin
ordepavlis24-Mar-03 22:16
ordepavlis24-Mar-03 22:16 
Generalcontrol array in VB.net Pin
pradipta21-Mar-03 1:44
pradipta21-Mar-03 1:44 
GeneralRe: control array in VB.net Pin
Poolbeer21-Mar-03 2:53
Poolbeer21-Mar-03 2:53 
QuestionThe application developed in VB.Net can use menu with unicode in Windows 98? Pin
nguyentuancuong20-Mar-03 14:28
nguyentuancuong20-Mar-03 14:28 
QuestionWhat am I doing wrong with Public? Pin
David Williams20-Mar-03 10:36
David Williams20-Mar-03 10:36 
AnswerRe: What am I doing wrong with Public? Pin
Danny Blanchard20-Mar-03 12:43
Danny Blanchard20-Mar-03 12:43 
well, i and j are in different classes so they cannot see each other.

now, if your instance of Form1 is global, then you can access i through it like this.

Global instance of Form1:
Public MyForm1 as Form1

Access instance of Form1 in class Form2:
Public Class Form2<br />
...<br />
Private Sub Form2_Load(...<br />
Dim j As Integer<br />
j = MyForm1.i<br />
End Sub<br />
End Class


Daniel E. Blanchard
GeneralRe: What am I doing wrong with Public? Pin
David Williams20-Mar-03 13:52
David Williams20-Mar-03 13:52 
GeneralRe: What am I doing wrong with Public? Pin
Danny Blanchard20-Mar-03 15:52
Danny Blanchard20-Mar-03 15:52 
Generalcreating dll Pin
pnpfriend20-Mar-03 5:38
pnpfriend20-Mar-03 5:38 
GeneralRe: creating dll Pin
Ray Cassick20-Mar-03 7:39
Ray Cassick20-Mar-03 7:39 
GeneralVB6 Mousepointer property Pin
Andy H20-Mar-03 1:09
Andy H20-Mar-03 1:09 
QuestionHow do you print a project in NET Pin
David Williams19-Mar-03 10:13
David Williams19-Mar-03 10:13 
GeneralCreating Activex Control in VB.Net Pin
Hari 200919-Mar-03 6:30
Hari 200919-Mar-03 6:30 
GeneralAccessing dll's using VB Pin
Sudar Muthu19-Mar-03 0:06
Sudar Muthu19-Mar-03 0:06 
GeneralUser authentication in Windows Forms Pin
RobertDempsey18-Mar-03 2:02
RobertDempsey18-Mar-03 2:02 
GeneralRe: User authentication in Windows Forms Pin
DxSolo26-Mar-03 3:30
DxSolo26-Mar-03 3:30 
GeneralSelct from Multiple Access mdb's Pin
Marc Hennebery17-Mar-03 18:43
Marc Hennebery17-Mar-03 18:43 
GeneralRe: Selct from Multiple Access mdb's Pin
Danny Blanchard17-Mar-03 19:11
Danny Blanchard17-Mar-03 19:11 
GeneralRe: Selct from Multiple Access mdb's Pin
Marc Hennebery17-Mar-03 19:29
Marc Hennebery17-Mar-03 19:29 
GeneralAccessing an Imagelist in VB.NET Pin
dgwood17-Mar-03 5:40
dgwood17-Mar-03 5:40 
GeneralRe: Accessing an Imagelist in VB.NET Pin
Danny Blanchard17-Mar-03 14:20
Danny Blanchard17-Mar-03 14:20 
GeneralRe: Accessing an Imagelist in VB.NET Pin
dgwood17-Mar-03 14:37
dgwood17-Mar-03 14:37 
GeneralTranslate VB Function -> C++ Pin
mduarte16-Mar-03 9:33
mduarte16-Mar-03 9:33 

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.