T
Thomas Mercer-Hursh
Guest
I have successfully avoided the Visual Designer all this while, but now I would like a simple form to use in a demo application. This seems like it should be simple, but I am having trouble finding where to find how to do things. I need three input fields for which I will supply default values. Two are integer dollar amounts. The other is an integer which indicates a percentage. I am going to stay away from Infragystics controls at this point, both because I don't want to raise any licensing issues in demo code and because I want to keep it very simple. MaskedTextBox seemed like the right thing, but the behavior in practice seems bizarre. I want the equivalent of an ABL string format of $ , . Not crucial that the $ float, but would be nice, but it should be a right aligned number with the comma. From what I have found searching on the control name, it *seems* like $999,999 might be an option, but that doesn't float, i.e., entering 9000 gives me $900,0__ . This is true whether I enter the data or specify a text value. Likewise, the percentage should be 0% The results display should just be a grid of data which can be scrolled. I am guessing this is the DataGridView? I want to give it a temp-table and have it display.
Continue reading...
Continue reading...