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

Visual Basic

 
GeneralRe: Condition..! Pin
Mycroft Holmes22-May-09 3:07
professionalMycroft Holmes22-May-09 3:07 
GeneralRe: Condition..! Pin
Samir Ibrahim22-May-09 4:51
Samir Ibrahim22-May-09 4:51 
QuestionI try to create an array of objects from a class but I get Object reference not set to an instance of an object. Pin
nico200721-May-09 6:07
nico200721-May-09 6:07 
AnswerRe: I try to create an array of objects from a class but I get Object reference not set to an instance of an object. Pin
Dave Kreskowiak21-May-09 6:48
mveDave Kreskowiak21-May-09 6:48 
GeneralRe: I try to create an array of objects from a class but I get Object reference not set to an instance of an object. Pin
nico200721-May-09 7:02
nico200721-May-09 7:02 
GeneralRe: I try to create an array of objects from a class but I get Object reference not set to an instance of an object. Pin
Dave Kreskowiak21-May-09 7:56
mveDave Kreskowiak21-May-09 7:56 
AnswerRe: I try to create an array of objects from a class but I get Object reference not set to an instance of an object. Pin
nlarson1121-May-09 8:13
nlarson1121-May-09 8:13 
AnswerRe: I try to create an array of objects from a class but I get Object reference not set to an instance of an object. Pin
DidiKunz23-May-09 11:33
DidiKunz23-May-09 11:33 
nico2007 wrote:
Public Class class2
Public classi() As Class1
'HERE I DEFINE A METHOD TO CREATE A POINTER TO AN ISTANCE OF CLASS1 AND TO PUT IT IN AN ARRAY
Sub putclass2to1(ByVal index As Integer, ByRef classe1scelta As Class1)
classi(index) = classe1scelta
End Sub
End Class


You need to initialize your classi() array I guess.

Regards: Didi
QuestionHow to use cryptSignMessage function from crypt32.dll Pin
YSR 141021-May-09 5:24
YSR 141021-May-09 5:24 
AnswerRe: How to use cryptSignMessage function from crypt32.dll Pin
omnibaer10-Jan-13 7:39
omnibaer10-Jan-13 7:39 
GeneralRe: How to use cryptSignMessage function from crypt32.dll Pin
Member 1412881424-Jan-19 6:09
Member 1412881424-Jan-19 6:09 
Questionhow to use .bas in VB.Net Pin
cod3newbie21-May-09 3:26
cod3newbie21-May-09 3:26 
AnswerRe: how to use .bas in VB.Net Pin
Dave Kreskowiak21-May-09 3:50
mveDave Kreskowiak21-May-09 3:50 
AnswerRe: how to use .bas in VB.Net Pin
EliottA21-May-09 11:18
EliottA21-May-09 11:18 
GeneralRe: how to use .bas in VB.Net Pin
cod3newbie22-May-09 6:25
cod3newbie22-May-09 6:25 
GeneralRe: how to use .bas in VB.Net Pin
EliottA22-May-09 6:40
EliottA22-May-09 6:40 
GeneralRe: how to use .bas in VB.Net Pin
DidiKunz23-May-09 11:37
DidiKunz23-May-09 11:37 
GeneralRe: how to use .bas in VB.Net Pin
cod3newbie24-May-09 7:12
cod3newbie24-May-09 7:12 
GeneralRe: how to use .bas in VB.Net Pin
DidiKunz24-May-09 7:45
DidiKunz24-May-09 7:45 
QuestionRe: how to use .bas in VB.Net Pin
cod3newbie2-Jun-09 15:02
cod3newbie2-Jun-09 15:02 
AnswerRe: how to use .bas in VB.Net Pin
DidiKunz2-Jun-09 20:42
DidiKunz2-Jun-09 20:42 
QuestionRe: how to use .bas in VB.Net Pin
cod3newbie3-Jun-09 16:53
cod3newbie3-Jun-09 16:53 
AnswerRe: how to use .bas in VB.Net Pin
DidiKunz3-Jun-09 19:42
DidiKunz3-Jun-09 19:42 
GeneralRe: how to use .bas in VB.Net Pin
cod3newbie3-Jun-09 23:25
cod3newbie3-Jun-09 23:25 
QuestionNull Pin
No-e21-May-09 3:15
No-e21-May-09 3:15 

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.