
Why this code does not work:
That seems like the reason but if so, does anyone know why do they include it in the TextBox members list in the helpfile as follows:
TextBox Members
BackgroundImage (inherited from Control) Gets or sets the background image displayed in the control.
If its not implemented surely its misleading and annoying to list it?
How does anyone know which members are fully implemented or is it just through experience?
Regards
Wayne Phipps
Hello,
> Why this code does not work:
> TextBox1.BackgroundImage=Image.Fromfile(strFilePath)
The BackgroundImage property is inherited from System.Windows.Forms.Control.
There is no implementation avaliable for the textbox. The property doesn't
show up in the control's property-window.
Regards,
Herfried K. Wagner
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.465 / Virus Database: 263 - Release Date: 25/03/2003