Re: link gui's by SteveDB1
SteveDB1
Fri Jul 11 15:56:01 CDT 2008
Petzold, eh?
What do you think about Ivor Horton's C++ book, by WROX?
I was looking at it online-- at WROX's site, and Amazon-- and it seemed
pretty good.
"Scott McPhillips [MVP]" wrote:
> "SteveDB1" <SteveDB1@discussions.microsoft.com> wrote in message
> news:5084681D-0E62-421C-8C68-392E5B0387F3@microsoft.com...
> > Express Not enough.... now why does that not surprise me.
> >
> > As to why/what.... how much time have you got?
> > Essentially, I came across a problem in my former career as a sheet metal
> > mechanic, and when I returned to school, I learned math/physics, excel,
> > and
> > C++. I first solved the problem in excel, then once I learned C++, school
> > style, I began tinkering until I found the solution, with a console appl.
> >
> > At a specific point I realized that this would have limited value, as I
> > wanted to sell it to former coleagues, and those still in the trade with a
> > use for it. So creating a "windows app" seemed the most beneficial. Using
> > VS6.0 C++, and eventually J+, I began creating GUI's by drag/drop, until I
> > hit the present snag/wall I face (my reason for coming here, but back in
> > 2001).
> >
> > I eventually spoke with my C++ TA at school, and paid him to "link it all
> > together" so it would work. Two weeks later he handed me a floppy disk
> > with a
> > MS J+ jvm program that was "windows friendly" and could work "cross
> > platform."
> >
> > This worked great, and after posting it on a website, I began receiving
> > good
> > reviews. Then came the day NTFS made it passed NT into XP.
> > After that it ceased working, and I was left with a useless exe file.
> > Since
> > I had no means at the time to update it, I let it go. No amount of
> > updating
> > jvm, or anything else helped.
> >
> > Last year a buddy of mine who does some programming told me about Java's,
> > then new, NetBeans IDE, and I tried using that, with no luck because of my
> > limited programming knowledge/skills.
> >
> > Two months ago I read about WidgetsWX using C++ to allow a Java conversion
> > (for cross platform viability), so I came back to once again make a go of
> > this-- for me this time, and its updating. Now that I've decided to come
> > back
> > and see if I could update it, I need to learn this, as I don't know of any
> > more programmers whom I could hand a handfull of cash to do it for me. And
> > while I could track one down, I've become sufficiently curious about
> > programming, and am using VBA in Excel more now with my work, that I'd
> > really
> > like to learn.
> >
> > Sorry for the long-windedness, but that's both why and what.
> > Thanks for your response.
> > Best.
>
> Interesting, and pretty cool that you have stuck with this for so long. It
> is my understanding that with the express edition you can use C# to create
> GUI programs, which would probably be the easiest way for you. Or, you can
> use Charles Petzold's "Programming Windows, 5th edition" book to learn how
> to do it in C. That would be the best education in Windows if you intend to
> dig deeper as time goes on.
>
> --
> Scott McPhillips [VC++ MVP]
>
>