You are viewing our Forum Archives. To view or take place in current topics click here.
In Need Of Help
Posted:

In Need Of HelpPosted:

sGRePublic
  • New Member
Status: Offline
Joined: Apr 15, 20159Year Member
Posts: 20
Reputation Power: 0
Status: Offline
Joined: Apr 15, 20159Year Member
Posts: 20
Reputation Power: 0
basically i put a bit of coding in such as this.numericUpDown5.Text = '1041' and i have a error about the .Text part

Severity   Code   Description   Project   File   Line   Suppression State
Error   CS1061   'object' does not contain a definition for 'Text' and no extension method 'Text' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)   WindowsFormsApplication2   C:\Users\callumXerons_\documents\visual studio 2015\Projects\WindowsFormsApplication2\WindowsFormsApplication2\Form1.cs   253   Active


Can someone please help me as
#2. Posted:
-Deano
  • PC Master Race
Status: Offline
Joined: Aug 19, 201013Year Member
Posts: 5,238
Reputation Power: 532
Status: Offline
Joined: Aug 19, 201013Year Member
Posts: 5,238
Reputation Power: 532
What is the object you are using?
Perhaps you should be using .Value instead?
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.