Re: Complex Windows Applications in C# -- how high is the bar? ...child windows containing various Windows controls, ... application in order to stretch it to handle an enitrely new database... concern is the GUI -- this is a very complex application in terms of its ... There's nothing wrong with letting the complex GUI stuff remain in the hands of Win32 code and use managed code for the database access, ... (microsoft.public.dotnet.languages.csharp)
Re: porting curses driven to gui application ... > more than just replace the curses interface by a GUI.... > don't have a X server (e.g. because they are just running Windows ... > running on the machine where the database is also running. ... > server and the client on the user side. ... (comp.unix.programmer)
Re: Advice on Architecture ... abstraction from the database.... My recommendation: for all your lookup data: ... You can simply store the array of DataRow objects and pass it ... If you are going to make a connection, get data, fill some GUI, and not ... (microsoft.public.dotnet.general)
Re: Getting a thread to return data to the GUI periodically ... that does some networking using the NIO. ... thread to be able to return data to the GUI so that I can display what ... object that implements that interface and passes it to the network code...public void TalkBack()... (comp.lang.java.programmer)
Re: Data access from multiple code modules ... The GUI has to be able to acces the data object, ...GUI code from the code operating on data, ... One way would be to use the database as the point of contact for all ...instantiates an object to interact with the database and performs ... (comp.lang.python)