Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Demond

Hi, I feel kinda dumb asking this question but I just don't know what to do. I have made a program for myself and I put it (the exe in the Visual Studio 2005\Programs\Program1\Program1\bin\debug) on my other harddrive. When I try to run it I get an error (I don't …

Member Avatar for Demond
0
118
Member Avatar for Demond

I am trying to use a GoTo statement but it says "Error 1 Labels are not valid outside methods." My code is like this: [code] Public Sub Start_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Start.Click Start: Dim ...... End Sub Public Sub Retry_Click(ByVal sender As System.Object, ByVal e …

Member Avatar for Demond
0
141
Member Avatar for Demond

Is it possible to change the button name? Like I have: [code]private void Button1_Click(object sender, EventArgs e) { this.Button1.Name = "Button2" } private void Button2_Click(object sender, EventArgs e) { this.Button2.Text = "Button2" } [/code] But when I do that and click the button again it doesn't do anything, am I …

Member Avatar for jonesc5
0
3K
Member Avatar for Demond

How do I send text to a child window? I want to press a button and it sends the text. I am trying to store all of my CD-keys for my games in a program and then send the text to the boxes in the appropriate areas for each game. …

Member Avatar for blacklocist
0
117