4 Topics

Member Avatar for
Member Avatar for TrueVb.NetNoob

Hi Everyone! I have been experiencing problems in displaying my varibable Gcoins in form3 from form1. here is what i have in my form3 code. [CODE] Private Sub Form3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim frm1 As New Form1 Dim points As Integer gcoinsamount = Val(frm1.Label2.Text) …

Member Avatar for TrueVb.NetNoob
0
253
Member Avatar for asmhelp

Hello, I'm having a problem trying to trying to store a local variable in my asm program. I push 3 parameters: nbrElts (number of elements in the array), nbrArray (the address of the array), and result1 (the average). I'm trying to divide by the number of elements that I push …

Member Avatar for asmhelp
0
165
Member Avatar for TheWolverine

Hi all, I'm busy coding up some classes now and I was wondering if there is any danger in using a variable name twice, if the variable is limited to local scope. For instance, let's say I have the following piece of code: [CODE] class Foo { void function1( double …

Member Avatar for Fbody
0
291
Member Avatar for eaon21

please help me.. this will be pass in less than 5 hours... i dont know what is the problem, it seems correct ... but why the error??? it says use of unassigned local variable totcc,mdue, numpayadd [code] using System; using System.Collections.Generic; using System.Text; namespace ACTIVITY_1_WEEK_5 { class Program { static …

Member Avatar for Geekitygeek
0
218

The End.