Please, any help would be greatly appreciated.
Thanks.
User Profile
Collapse
-
daleykd started a topic Override the DefaultValue of the Text and TextAlign properties for a custom TextBoxin .NETOverride the DefaultValue of the Text and TextAlign properties for a custom TextBox
Hello all. I've been pulled out my hair all day trying to figure this one out.
In VB .NET 2.0, I'm attempting to create a custom control inheriting a TextBox. I've attempted to do a:
<DefaultValue(" 0")> _
Public Overrides Property Text() As String
Get
Return MyBase.Text
End Get
Set(ByVal value As String)
... -
In case anyone is interested...
It turns out that I had a class with the same name as my root namespace. I guess that confused the automatically created DataSet.
KyleLeave a comment:
-
Type 'Application.DataSet' is not defined
Hey folks,
In VS 2005, I'm trying to use the DataSet wizard/designer. I can successfully go thru the entire process, but as soon as it is referenced in one of my forms, I get errors that state:
Type 'hplcContainer. POCDataSet' is not defined.
If I go into the form.designer.v b, I can fix it temporarily by either removing hplcContainer. or adding Global. in front. However, as soon as I save the form again,...
No activity results to display
Show More
Leave a comment: