PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework PPC Application design question

Reply

PPC Application design question

 
Thread Tools Rate Thread
Old 05-12-2006, 04:23 PM   #1
Showjumper
Guest
 
Posts: n/a
Default PPC Application design question


I am working on a veterinary specific calculator to use on my axim 50v. I
expcet to end up with some 60 or 70 possible calculations I am using user
controls for each individual cal. For example ia have a user control for
corrected, sodium, one for corrected calclum, one for serum osmolality etc.
I do a select case in the main form to load the right user control based on
which treeview node is selected. What i am wondering is since i expect to
have so many pssoble calcs, is it efficiet to have a select case with that
many possible conditions or is there a better more efficitent way?

Ashok Padmanabhan DVM


  Reply With Quote
Old 06-12-2006, 06:01 PM   #2
tamberg
Guest
 
Posts: n/a
Default Re: PPC Application design question

If the Forms are regular enough you could make use of some "building
block" panels and rearrange them upon tree node changes.

  Reply With Quote
Old 06-12-2006, 06:27 PM   #3
Showjumper
Guest
 
Posts: n/a
Default Re: PPC Application design question

What do you mean by building block panels?
"tamberg" <amberg@oberon.ch> wrote in message
news:1165428081.958124.127060@j72g2000cwa.googlegroups.com...
> If the Forms are regular enough you could make use of some "building
> block" panels and rearrange them upon tree node changes.
>



  Reply With Quote
Old 04-01-2007, 03:11 PM   #4
tamberg
Guest
 
Posts: n/a
Default Re: PPC Application design question

Try to reuse parts of your UI to build the different combinations for
each calculation dialog.

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off