Click here to Skip to main content
15,926,144 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Program entry point - again Pin
Tim Deveaux17-Feb-02 6:58
Tim Deveaux17-Feb-02 6:58 
GeneralProgram entry point Pin
Don Miguel16-Feb-02 7:40
Don Miguel16-Feb-02 7:40 
GeneralRe: Program entry point Pin
Tim Deveaux16-Feb-02 14:08
Tim Deveaux16-Feb-02 14:08 
GeneralCFileDialog question(s) Pin
User 842016-Feb-02 7:02
User 842016-Feb-02 7:02 
GeneralRe: CFileDialog question(s) Pin
Ravi Bhavnani16-Feb-02 7:17
professionalRavi Bhavnani16-Feb-02 7:17 
GeneralRe: CFileDialog question(s) Pin
Joaquín M López Muñoz16-Feb-02 7:14
Joaquín M López Muñoz16-Feb-02 7:14 
GeneralRe: CFileDialog question(s) Pin
PJ Arends16-Feb-02 7:28
professionalPJ Arends16-Feb-02 7:28 
GeneralRe: CFileDialog question(s) Pin
User 842016-Feb-02 7:58
User 842016-Feb-02 7:58 
PJ Arends wrote:
I am no expert, but why not just use a simple list control that lists all the available programs, or may be a series of list controls if the programs are grouped in some way. It seems to me the operator does not need to have any knowledge of where the programs are located on disk, he/she just needs the ability to choose the one that is required for the current job.

The problem is that in this industry (structural steel fabrication) a fabricator will typically have dozens (maybe hundreds) of separate projects running through their shop at any given time. Each project can have dozens of phases that get done individually. Each phase can have several hundred or even several thousand individual unique parts. Some projects can last several years. Most fabricators use a somewhat elaborate (and nearly always proprietary) network folder tree structure to keep the projects/phases/parts organized. The strength of our machinery is that it requires virtually no setup or reconfiguring to switch from part to part and therefore fabricators tend to send parts at it in no particular order (as it relates to specific projects/phases) and the operator must navigate thru this maze of folders to find the correct part.

PJ Arends wrote:
Use the KISS (Keep It Simple, Stupid) method. Don't give the operator any more functionality than what he needs to do the job, it just confuses most of them.

I agree 100% and have argued this point on this very topic, but fabricators are also a pig-headed group and demand this flexibility.

It looks like I'll have to roll my own or live with it the way it is.

Mike Mullikin

"Programming is like sex. One mistake and you have to support it for the rest of your life." - Michael Sinz

GeneralRe: CFileDialog question(s) Pin
Rick York16-Feb-02 7:41
mveRick York16-Feb-02 7:41 
GeneralRe: CFileDialog question(s) Pin
Shog916-Feb-02 14:29
sitebuilderShog916-Feb-02 14:29 
QuestionDisplaying Icons in CButton ?????? Pin
16-Feb-02 6:30
suss16-Feb-02 6:30 
AnswerRe: Displaying Icons in CButton ?????? Pin
Mazdak16-Feb-02 6:38
Mazdak16-Feb-02 6:38 
AnswerRe: Displaying Icons in CButton ?????? Pin
Joaquín M López Muñoz16-Feb-02 6:40
Joaquín M López Muñoz16-Feb-02 6:40 
GeneralCTreeCtrl & images Pin
Paolo Vernazza16-Feb-02 5:59
Paolo Vernazza16-Feb-02 5:59 
GeneralRe: CTreeCtrl & images Pin
Joaquín M López Muñoz16-Feb-02 6:13
Joaquín M López Muñoz16-Feb-02 6:13 
GeneralRe: CTreeCtrl & images Pin
Paolo Vernazza16-Feb-02 7:27
Paolo Vernazza16-Feb-02 7:27 
Generaldialog saving Pin
Steve L.16-Feb-02 5:46
Steve L.16-Feb-02 5:46 
GeneralRe: dialog saving Pin
alex.barylski16-Feb-02 11:35
alex.barylski16-Feb-02 11:35 
GeneralWhat's wrong with LVN_HOTTRACK notify handling. Pin
winyu16-Feb-02 5:22
winyu16-Feb-02 5:22 
GeneralRe: What's wrong with LVN_HOTTRACK notify handling. Pin
Joaquín M López Muñoz16-Feb-02 5:32
Joaquín M López Muñoz16-Feb-02 5:32 
Generalmy sourcecode is like this Pin
winyu17-Feb-02 7:59
winyu17-Feb-02 7:59 
GeneralRe: my sourcecode is like this Pin
Tim Smith17-Feb-02 8:18
Tim Smith17-Feb-02 8:18 
GeneralThank Tim, it's work !!! Pin
winyu17-Feb-02 8:54
winyu17-Feb-02 8:54 
GeneralChanging font without CFont-Member-Variable Pin
Rybeck16-Feb-02 4:00
Rybeck16-Feb-02 4:00 
GeneralRe: Changing font without CFont-Member-Variable Pin
Mazdak16-Feb-02 4:35
Mazdak16-Feb-02 4:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.