Hi, What do you mean does it work like VB 6? If you are talking about creating forms all .NET languages are like that. You can open the tool box and drop the form control where you want it. However, in accessible gaming there is little to be done with forms. Most of it is solid code. Actually, what is nice about C# and VB .NET you don't even have to use the IDE to create the forms. You can hand code the form if you like. You could with C++ as well, but I don't recommend trying it. C++ is noted for having loads of code generated for one simple form where C# and VB are easier to hand code.
Richard Bennett wrote: > well that may be something to look into when I have the time. But I want to > get the C++ stuff under my belt before I tackle something else. *grin* Does > it work anything like VB6? just curious there. > > > _______________________________________________ > Gamers mailing list .. [email protected] > To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit > http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make > any subscription changes via the web. > > > _______________________________________________ Gamers mailing list .. [email protected] To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make any subscription changes via the web.
