I basically just need some advice. I am writing a client / server application and need the client to generate fields dynamically. The problem is I need it to look good. I have thought about doing a telnet / dos type of menu but that doesnt seem very user friendly. I also have thought about making a form generator. Where the user first draws a form by clicking and dragging controls where they want them and it saves it to a text file or something. But this would be alot of work and I am alone and dont have the time to crank something like this out in a decent time frame.
What I really would like to accomplish is a type of word document that looks like a nice application (like you would fill out for a job) that the user can fill out..and I need to be able to grab the fields into variables...im not sure if this would be time wise either because I have never done it.
What are my best options to creating a nice looking GUI with dynamic contols? or something to the effect as what I have described? Thanks for any advice.
What I really would like to accomplish is a type of word document that looks like a nice application (like you would fill out for a job) that the user can fill out..and I need to be able to grab the fields into variables...im not sure if this would be time wise either because I have never done it.
What are my best options to creating a nice looking GUI with dynamic contols? or something to the effect as what I have described? Thanks for any advice.