crewchiefpro
New member
I have researched this but it still isn't clear to me.
In VFP we had numeric only textbox classes. Nothing but numbers and decimals could be entered and these classes were different than Alpha Numeric textbox classes. All I needed to do is drop one of these on a form and it knew what to do. Can I do the same thing in Windows Forms for both the PC and Internet forms?
Also, in VFP if I had a Tab Control ( We called them PageFrames ) and wanted to reference a textbox on the Second page we would type:
thisform.pageframe1.pgTAB1.txtQuarterValue.value = 45.045
I noticed this is different in C#. I was able to reference a textbox on this Tab Control simply by saying the textbox name. Is that normal or am I missing something?
Can I have Tab Controls on Web Forms?
In VFP we had numeric only textbox classes. Nothing but numbers and decimals could be entered and these classes were different than Alpha Numeric textbox classes. All I needed to do is drop one of these on a form and it knew what to do. Can I do the same thing in Windows Forms for both the PC and Internet forms?
Also, in VFP if I had a Tab Control ( We called them PageFrames ) and wanted to reference a textbox on the Second page we would type:
thisform.pageframe1.pgTAB1.txtQuarterValue.value = 45.045
I noticed this is different in C#. I was able to reference a textbox on this Tab Control simply by saying the textbox name. Is that normal or am I missing something?
Can I have Tab Controls on Web Forms?