Click here to Skip to main content
15,909,591 members
Home / Discussions / Visual Basic
   

Visual Basic

 
JokeRe: Rich Text Box Pin
CPallini8-Jan-07 22:06
mveCPallini8-Jan-07 22:06 
GeneralRe: Rich Text Box Pin
saymajum8-Jan-07 22:14
saymajum8-Jan-07 22:14 
GeneralRe: Rich Text Box Pin
CPallini8-Jan-07 22:19
mveCPallini8-Jan-07 22:19 
GeneralRe: Rich Text Box Pin
saymajum8-Jan-07 22:41
saymajum8-Jan-07 22:41 
GeneralRe: Rich Text Box Pin
CPallini8-Jan-07 22:44
mveCPallini8-Jan-07 22:44 
GeneralRe: Rich Text Box Pin
Christian Graus8-Jan-07 23:28
protectorChristian Graus8-Jan-07 23:28 
QuestionAssigning values to arrays. Pin
someone_blank8-Jan-07 19:50
someone_blank8-Jan-07 19:50 
AnswerRe: Assigning values to arrays. Pin
Christian Graus8-Jan-07 20:58
protectorChristian Graus8-Jan-07 20:58 
someone_blank wrote:
Dim F As Array


F = Nothing at this point


someone_blank wrote:
F(i, 0) = d * i


So this will blow up.

You need to create the array with new. You'd do better to create an int array, I'd never create an instance of the Array class, that sucks. ArrayList, or List if you have VB 2005, is even better.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: Assigning values to arrays. Pin
someone_blank9-Jan-07 13:29
someone_blank9-Jan-07 13:29 
AnswerRe: Assigning values to arrays. Pin
CPallini8-Jan-07 22:02
mveCPallini8-Jan-07 22:02 
Questionunable to load .dsr(designer) files in vb6-Sp6. Pin
MissionSuccess8-Jan-07 19:01
MissionSuccess8-Jan-07 19:01 
AnswerRe: unable to load .dsr(designer) files in vb6-Sp6. Pin
Dave Kreskowiak9-Jan-07 4:16
mveDave Kreskowiak9-Jan-07 4:16 
QuestionMySQL/VB.NET Interaction Pin
jayemsee2838-Jan-07 18:50
jayemsee2838-Jan-07 18:50 
QuestionRe: MySQL/VB.NET Interaction Pin
jayemsee2838-Jan-07 19:04
jayemsee2838-Jan-07 19:04 
AnswerRe: MySQL/VB.NET Interaction Pin
Tamimi - Code8-Jan-07 19:21
Tamimi - Code8-Jan-07 19:21 
GeneralRe: MySQL/VB.NET Interaction Pin
jayemsee2838-Jan-07 19:51
jayemsee2838-Jan-07 19:51 
Questionhelp on windows process Pin
gladsmhe8-Jan-07 16:13
gladsmhe8-Jan-07 16:13 
AnswerRe: help on windows process Pin
nlarson119-Jan-07 5:34
nlarson119-Jan-07 5:34 
QuestionHow to detedt a socket client connection loss in TCP Listener? [modified] Pin
keithyang8-Jan-07 15:59
keithyang8-Jan-07 15:59 
QuestionV.B 6 Pin
J.Paul Ghetty8-Jan-07 15:12
J.Paul Ghetty8-Jan-07 15:12 
AnswerRe: V.B 6 Pin
Christian Graus8-Jan-07 15:21
protectorChristian Graus8-Jan-07 15:21 
QuestionDatagrid - Refresh Pin
Larry White8-Jan-07 11:19
Larry White8-Jan-07 11:19 
AnswerRe: Datagrid - Refresh Pin
Christian Graus8-Jan-07 12:49
protectorChristian Graus8-Jan-07 12:49 
GeneralRe: Datagrid - Refresh Pin
Larry White9-Jan-07 4:53
Larry White9-Jan-07 4:53 
QuestionMDI Forms Pin
Jason Timothy Holland8-Jan-07 10:01
Jason Timothy Holland8-Jan-07 10:01 

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.