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

Visual Basic

 
GeneralRe: Using .dll's created in Visual C++ in VB [both forums] Pin
Daniel Turini8-Mar-03 0:41
Daniel Turini8-Mar-03 0:41 
GeneralError while loading document object reference not set to an instance of an object Pin
DODO6-Mar-03 3:42
DODO6-Mar-03 3:42 
GeneralRe: Error while loading document object reference not set to an instance of an object Pin
Ray Cassick6-Mar-03 4:35
Ray Cassick6-Mar-03 4:35 
GeneralRe: Error while loading document object reference not set to an instance of an object Pin
Danny Blanchard6-Mar-03 9:45
Danny Blanchard6-Mar-03 9:45 
GeneralRe: Error while loading document object reference not set to an instance of an object Pin
Nic Rowan6-Mar-03 20:05
Nic Rowan6-Mar-03 20:05 
GeneralRe: Error while loading document object reference not set to an instance of an object Pin
DODO9-Mar-03 0:13
DODO9-Mar-03 0:13 
GeneralRe: Error while loading document object reference not set to an instance of an object Pin
nguyentuancuong9-Mar-03 14:43
nguyentuancuong9-Mar-03 14:43 
GeneralRe: Error while loading document object reference not set to an instance of an object Pin
silverbeam10-Mar-03 10:10
silverbeam10-Mar-03 10:10 
Public Function addplayer(ByVal player As String, ByVal score As Integer) As String()
Dim please() As String
Dim studx As CPlayer
studx = New CPlayer(player, score) 'passes player name and score to studx?
ReDim Preserve array(number) '<<< must be 'sets the size of the array
array(number) = studx 'passes playername and score to array?
please = buildarray()
Return please
End Function
#End Region
#Region "should build array"
Private Function buildarray() As String()
Dim j As Integer
Dim a(number - 1) As String
For j = 0 To number - 1
a(j) = array(j).ToString '<--- 'it blows up each time it gets to here
Next
Return a
End Function
this is in my Cplayer class
Public Overrides Function toString() As String
Dim strtemp As String
strtemp = Me.player & " : " & CStr(Me.score)
Return strtemp
End Function

can anybody help with this?
GeneralProblem of VB macro of Word 2000 Pin
mandelbrot5-Mar-03 20:49
mandelbrot5-Mar-03 20:49 
Questionhow to create n maintain a session using code behind? Pin
ylaine5-Mar-03 16:56
ylaine5-Mar-03 16:56 
Generalvb.net detecting changes in Textbox Pin
DotNetNewbie5-Mar-03 13:05
DotNetNewbie5-Mar-03 13:05 
GeneralRe: vb.net detecting changes in Textbox Pin
Ray Cassick6-Mar-03 4:37
Ray Cassick6-Mar-03 4:37 
GeneralRe: vb.net detecting changes in Textbox Pin
DotNetNewbie6-Mar-03 8:44
DotNetNewbie6-Mar-03 8:44 
GeneralVB Debugger not working Pin
Jeremy Osner5-Mar-03 9:48
Jeremy Osner5-Mar-03 9:48 
GeneralMP3 Sound level detection Pin
glaidler5-Mar-03 6:36
glaidler5-Mar-03 6:36 
GeneralRe: MP3 Sound level detection Pin
leppie8-Mar-03 12:44
leppie8-Mar-03 12:44 
GeneralRe: MP3 Sound level detection Pin
glaidler10-Mar-03 4:46
glaidler10-Mar-03 4:46 
Generalcould not update, currently locked Pin
mcm4-Mar-03 7:08
mcm4-Mar-03 7:08 
Questionhow to say this in VB? Pin
ns4-Mar-03 5:37
ns4-Mar-03 5:37 
AnswerRe: how to say this in VB? Pin
Ray Cassick4-Mar-03 16:00
Ray Cassick4-Mar-03 16:00 
GeneralChange the mouse pointer on a datagrid column Pin
Grégory4-Mar-03 2:40
Grégory4-Mar-03 2:40 
GeneralSomone please help NullRefrence Error Pin
masta-chief881-Mar-03 18:46
sussmasta-chief881-Mar-03 18:46 
QuestionHelp! How to detect/display full document path? Pin
Anonymous28-Feb-03 9:26
Anonymous28-Feb-03 9:26 
GeneralMultithreading and Event handling Pin
Brynn28-Feb-03 5:38
Brynn28-Feb-03 5:38 
GeneralRe: Multithreading and Event handling Pin
Hesham Amin1-Mar-03 0:10
Hesham Amin1-Mar-03 0:10 

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.