Re: Concatonation Query

  • From: "Ricks Place" <OFBGMail@xxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Tue, 18 Nov 2008 04:03:10 -0500

Marv Wrote:
how do i add a variable like a label to the text property?
A Label is a control, not a variable.
What Text Property are you thinking of adding whatever you mean to?
For example, you have a text property for a Label Control, or TextBox etc... not just a stand alone Text Property unrelated to something. You can not add anything to a Text Property unless you know what Control the Text Property is related to.
MyControl.Text = "ABC" is correct:
.Text = "ABC" is incorrect.
So, tell me what you mean if you can.
Rick USA
----- Original Message ----- From: "Marvin Hunkin" <startrekcafe@xxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Monday, November 17, 2008 7:29 PM
Subject: Concatonation Query


Hi.
how do i add a variable like a label to the text property?
tried looking in msdn help.
and tried looking through all my eexamples.
but cannot seem to find any thing.
so, how do i say add together a message with my name?
cheers Marvin.


__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: