W
Wapiti
I've installed the OpenNETCF extended controls - and would like to convert
all of my textbox controls to TextBoxEx.
Per a previous suggestion by Peter Foot, I added a reference to
OpenNETCF.Windows.Forms to the project (tried both the Imports and Add
Reference under the Project menu).
Then closed down the designer windows and opened my form in code view. I
then did a find/replace of all occurances of "System.Windows.Forms.TextBox"
and replaced them with "OpenNETCF.Windows.Forms.TextBoxEx".
I'm getting a bunch of build errors when opening the form view window now.
Something that might make sense to you, is that the errors occur where the
textboxes are sitting in a tab page control. I don't have textboxes
anywhere else, but on tab pages, so I'm not sure if thats the issue or not.
Any ideas? Some sample errors are:
C:\Documents and Settings\All Users\Documents\Visual Studio
Projects\pdaBarcodeInterface\frmMain.vb(904): The variable 'txtDefEmployee'
is either undeclared or was never assigned.
Could not find type 'OpenNETCF.Windows.Forms.TextBoxEx'. Please make sure
that the assembly that contains this type is referenced. If this type is a
part of your development project, make sure that the project has been
successfully built.
C:\Documents and Settings\All Users\Documents\Visual Studio
Projects\pdaBarcodeInterface\frmMain.vb(898): The variable 'txtDefStockarea'
is either undeclared or was never assigned.
Could not find type 'OpenNETCF.Windows.Forms.TextBoxEx'. Please make sure
that the assembly that contains this type is referenced. If this type is a
part of your development project, make sure that the project has been
successfully built.
all of my textbox controls to TextBoxEx.
Per a previous suggestion by Peter Foot, I added a reference to
OpenNETCF.Windows.Forms to the project (tried both the Imports and Add
Reference under the Project menu).
Then closed down the designer windows and opened my form in code view. I
then did a find/replace of all occurances of "System.Windows.Forms.TextBox"
and replaced them with "OpenNETCF.Windows.Forms.TextBoxEx".
I'm getting a bunch of build errors when opening the form view window now.
Something that might make sense to you, is that the errors occur where the
textboxes are sitting in a tab page control. I don't have textboxes
anywhere else, but on tab pages, so I'm not sure if thats the issue or not.
Any ideas? Some sample errors are:
C:\Documents and Settings\All Users\Documents\Visual Studio
Projects\pdaBarcodeInterface\frmMain.vb(904): The variable 'txtDefEmployee'
is either undeclared or was never assigned.
Could not find type 'OpenNETCF.Windows.Forms.TextBoxEx'. Please make sure
that the assembly that contains this type is referenced. If this type is a
part of your development project, make sure that the project has been
successfully built.
C:\Documents and Settings\All Users\Documents\Visual Studio
Projects\pdaBarcodeInterface\frmMain.vb(898): The variable 'txtDefStockarea'
is either undeclared or was never assigned.
Could not find type 'OpenNETCF.Windows.Forms.TextBoxEx'. Please make sure
that the assembly that contains this type is referenced. If this type is a
part of your development project, make sure that the project has been
successfully built.