Click here to Skip to main content
15,900,907 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: console application in VB dot net Pin
Dave Kreskowiak19-Oct-09 1:58
mveDave Kreskowiak19-Oct-09 1:58 
GeneralRe: console application in VB dot net Pin
Christian Graus19-Oct-09 2:05
protectorChristian Graus19-Oct-09 2:05 
AnswerRe: console application in VB dot net Pin
EliottA19-Oct-09 2:38
EliottA19-Oct-09 2:38 
AnswerRe: console application in VB dot net Pin
Luc Pattyn19-Oct-09 3:11
sitebuilderLuc Pattyn19-Oct-09 3:11 
GeneralRe: console application in VB dot net Pin
fredkon19-Oct-09 14:43
fredkon19-Oct-09 14:43 
GeneralRe: console application in VB dot net Pin
fredkon19-Oct-09 14:49
fredkon19-Oct-09 14:49 
GeneralRe: console application in VB dot net Pin
Mycroft Holmes19-Oct-09 14:52
professionalMycroft Holmes19-Oct-09 14:52 
GeneralRe: console application in VB dot net Pin
Luc Pattyn19-Oct-09 15:18
sitebuilderLuc Pattyn19-Oct-09 15:18 
good.
you haven't shown any initiative, nor any code; so you should not get any help.

except for this, as I am in an exceptionally good mood right now; I picked a small part of your homework (the easiest part for sure).

Warning: I don't know much about VB.NET, and I didn't test it, however here it goes:

Dim N As Integer = 10
Dim A(N - 1, N - 1) As Integer
Dim B(N - 1, N - 1) As Integer
Dim C(N - 1, N - 1) As Integer
For I = 0 To N - 1
    For J = 0 To N - 1
        C(I, J) = A(I, J) + B(I, J)
    Next
Next


PS: Don't bother asking me questions, it is your assignment, not mine.

Hmmm | :|

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages

Local announcement (Antwerp region): Lange Wapper? 59.24% waren verstandig genoeg om NEEN te stemmen; bye bye viaduct.


QuestionGPRS MMS Pin
ericyeoh18-Oct-09 22:32
ericyeoh18-Oct-09 22:32 
AnswerRe: GPRS MMS Pin
Christian Graus18-Oct-09 22:35
protectorChristian Graus18-Oct-09 22:35 
Question[Message Deleted] Pin
quadrilateral18-Oct-09 21:34
quadrilateral18-Oct-09 21:34 
AnswerRe: Speech in VB Pin
Christian Graus18-Oct-09 21:50
protectorChristian Graus18-Oct-09 21:50 
GeneralRe: Speech in VB Pin
quadrilateral19-Oct-09 17:21
quadrilateral19-Oct-09 17:21 
QuestionHow to retrieve parameters by using HTTP headers in vb.net Pin
arabicwind18-Oct-09 20:09
arabicwind18-Oct-09 20:09 
QuestionListview display problem Pin
Gagan.2018-Oct-09 18:11
Gagan.2018-Oct-09 18:11 
AnswerRe: Listview display problem Pin
Christian Graus18-Oct-09 21:55
protectorChristian Graus18-Oct-09 21:55 
QuestionSerial Code - continued Pin
offroaderdan18-Oct-09 3:11
offroaderdan18-Oct-09 3:11 
AnswerRe: Serial Code - continued Pin
Christian Graus18-Oct-09 14:43
protectorChristian Graus18-Oct-09 14:43 
GeneralRe: Serial Code - continued Pin
Luc Pattyn18-Oct-09 14:51
sitebuilderLuc Pattyn18-Oct-09 14:51 
GeneralRe: Serial Code - continued Pin
Christian Graus18-Oct-09 14:56
protectorChristian Graus18-Oct-09 14:56 
GeneralRe: Serial Code - continued Pin
Enver Maroshi18-Oct-09 23:51
Enver Maroshi18-Oct-09 23:51 
GeneralRe: Serial Code - continued Pin
offroaderdan19-Oct-09 0:26
offroaderdan19-Oct-09 0:26 
Questionsend email from excel through outlook web access Pin
jetgrageda18-Oct-09 1:00
jetgrageda18-Oct-09 1:00 
AnswerRe: send email from excel through outlook web access Pin
Dave Kreskowiak18-Oct-09 2:24
mveDave Kreskowiak18-Oct-09 2:24 
QuestionCheckBox column in DataGridView Pin
ivo7518-Oct-09 0:57
ivo7518-Oct-09 0:57 

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.