Click here to Skip to main content
15,912,665 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Old Programmer Question Pin
#realJSOP17-Dec-20 23:22
professional#realJSOP17-Dec-20 23:22 
GeneralRe: Old Programmer Question Pin
honey the codewitch18-Dec-20 1:13
mvahoney the codewitch18-Dec-20 1:13 
GeneralRe: Old Programmer Question Pin
#realJSOP18-Dec-20 2:11
professional#realJSOP18-Dec-20 2:11 
GeneralRe: Old Programmer Question Pin
honey the codewitch18-Dec-20 2:12
mvahoney the codewitch18-Dec-20 2:12 
GeneralRe: Old Programmer Question Pin
CHill6017-Dec-20 22:04
mveCHill6017-Dec-20 22:04 
GeneralRe: Old Programmer Question Pin
Johnny J.17-Dec-20 23:08
professionalJohnny J.17-Dec-20 23:08 
GeneralRe: Old Programmer Question Pin
BryanFazekas18-Dec-20 1:57
BryanFazekas18-Dec-20 1:57 
GeneralRe: Old Programmer Question Pin
michaelbarb18-Dec-20 4:02
michaelbarb18-Dec-20 4:02 
The manual had a lot of screen shots. It was not that difficult to read the code for the control and duplicate it in a WPF. I feel that doing it in a Window Forms would have been harder. I developed a new appreciation for XAML.

The code behind was the usual problem of converting basic to C#. The biggest problem was the program was flat. Without the Object Oriented guides there were a lot of references between windows. All parameters are basically global. Kind of like spaghetti(luckily there are no goto statements any where). I tried some binding in the beginning but with so many I gave up.

I figured out how to do a flat WPF. Having all window open and using Show/Hide. I set up a static class call "g" for global an put a lot of parameters in it. That exercise in itself was interesting and I was thinking of writing it up. Not recommended, just interesting.

Thinking of binding, I realized it is kind of like the new spaghetti.

Someone ask why convert. In the medical industry validation is just part of cost and will be added in eventually. The machine did a destructive test so it only had to do a few each month. Even being run very little eventually the Windows 95 computer is starting to die. The goal is to get the new program to look and run as closely to the old one as possible. This will minimize the cost of paper work to validate the replacement. I call this job security.
So many years of programming I have forgotten more languages than I know.

GeneralRe: Old Programmer Question Pin
BryanFazekas18-Dec-20 4:39
BryanFazekas18-Dec-20 4:39 
JokeWFH protects from more than just covid Pin
raddevus17-Dec-20 9:18
mvaraddevus17-Dec-20 9:18 
GeneralRe: WFH protects from more than just covid Pin
BabyYoda17-Dec-20 9:49
BabyYoda17-Dec-20 9:49 
GeneralRe: WFH protects from more than just covid Pin
raddevus17-Dec-20 9:56
mvaraddevus17-Dec-20 9:56 
GeneralRe: WFH protects from more than just covid Pin
BabyYoda17-Dec-20 10:26
BabyYoda17-Dec-20 10:26 
GeneralRe: WFH protects from more than just covid Pin
CodeWraith17-Dec-20 12:43
CodeWraith17-Dec-20 12:43 
GeneralRe: WFH protects from more than just covid Pin
CHill6017-Dec-20 10:59
mveCHill6017-Dec-20 10:59 
GeneralRe: WFH protects from more than just covid Pin
raddevus17-Dec-20 11:27
mvaraddevus17-Dec-20 11:27 
GeneralThe more things change... Pin
CodeWraith17-Dec-20 8:39
CodeWraith17-Dec-20 8:39 
GeneralRe: The more things change... Pin
PIEBALDconsult17-Dec-20 9:13
mvePIEBALDconsult17-Dec-20 9:13 
GeneralRe: The more things change... Pin
CodeWraith17-Dec-20 9:35
CodeWraith17-Dec-20 9:35 
GeneralRe: The more things change... Pin
PIEBALDconsult17-Dec-20 11:23
mvePIEBALDconsult17-Dec-20 11:23 
GeneralRe: The more things change... Pin
trønderen17-Dec-20 10:08
trønderen17-Dec-20 10:08 
GeneralRe: The more things change... Pin
CodeWraith17-Dec-20 12:20
CodeWraith17-Dec-20 12:20 
GeneralFloppy drives Pin
Chris Maunder17-Dec-20 8:04
cofounderChris Maunder17-Dec-20 8:04 
GeneralRe: Floppy drives Pin
honey the codewitch17-Dec-20 8:06
mvahoney the codewitch17-Dec-20 8:06 
GeneralRe: Floppy drives Pin
W Balboos, GHB17-Dec-20 8:31
W Balboos, GHB17-Dec-20 8:31 

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.