B
bob
I'm very new to C# (excuses out of way)
I have a somewhat ambitious if not real world app in mind.
Essentially my windows form runs a timer and every n ticks I read from 1 DB
update some values on the screen and then do a DB write. ( nothing hard here
an app that polls )
however I want to be able to open other windows capture and process some
entered values and return some values to the main windows form ... without
the main windows form waiting till the second windows form has closed ...
same behaviour as non-modal dialog boxes exhibit.
So I guess I'm asking how do I make my "child winforms" non-modal and how do
I pass values back and forth.
can any-one point me at an appropriate tutorial or perhaps give me a
starting point. The last time I tried anything like this I was using Win32
API and doing the application in Dialog boxes .. C# is quite a shift.
regards Bob
I have a somewhat ambitious if not real world app in mind.
Essentially my windows form runs a timer and every n ticks I read from 1 DB
update some values on the screen and then do a DB write. ( nothing hard here
an app that polls )
however I want to be able to open other windows capture and process some
entered values and return some values to the main windows form ... without
the main windows form waiting till the second windows form has closed ...
same behaviour as non-modal dialog boxes exhibit.
So I guess I'm asking how do I make my "child winforms" non-modal and how do
I pass values back and forth.
can any-one point me at an appropriate tutorial or perhaps give me a
starting point. The last time I tried anything like this I was using Win32
API and doing the application in Dialog boxes .. C# is quite a shift.
regards Bob