Click here to Skip to main content
15,891,833 members

Comments by Member 14176556 (Top 6 by date)

Member 14176556 20-Apr-19 11:02am View    
thanks for your solution.
Member 14176556 20-Apr-19 11:02am View    
thanks for your solution.
Member 14176556 20-Apr-19 11:02am View    
This worked perfectly, thanks :D and super happy with the quickness of your reply, thanks.
Member 14176556 20-Apr-19 6:53am View    
yeah, I couldn't get it working and have even scoured the internet and tried about 30 different guides, and god knows how many you tube tuts. In that code it says textBox1 .. i'm not using text boxes i'm using labels to display text.
Member 14176556 19-Apr-19 10:22am View    
well i tried that code, the first lot of it seems to work fine but i have an isse with the one line of code..

form2.TextBoxValue = "SomeValue";

I gather the "somevalue" is where I would put my text I want displayed in the label on form3 but the part of the code that's underlined red is TextBoxValue .. not sure why its throwing me that error.