Hi All,
I'd like to modify the standard output of the generated code.
Let's say, I'm changing a TextBox's text property to "SomeValue", and I'd like to get something like this in InitializeComponents():
myTextbox.text = GetTextualValue("SomeValue");
and not:
myTextbox.text = "SomeValue";
Thanks,
Gabriel Lozano-Mor?n - 04 Apr 2005 09:58 GMT
Maybe this article can help you get started:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/c
ustcodegen.asp?frame=true
Gabriel Lozano-Mor?n
> Hi All,
>
[quoted text clipped - 16 lines]
>
> <Id>CH6oJKOfHkOx2yZzJo8aWg==</Id>