topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 8:13 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jenolan [ switch to compact view ]

Pages: [1]
1
Coding Snacks / VS2008 Skeleton
« on: January 10, 2009, 04:30 PM »
OK for some one who knows the tricks I will probably be told this is basic stuff, but I am still stuck in the PPT era and coding windows has never been my thing  :P

What I desperately need is the code necessary to display two windows (forms, whatever) as the program is running, the first is a general "Loading profiles...." style of thing the second is a scrolling log. I would like to be able to send a html formatted string to the first to cause the information to display, it stays there until replaced with another call something like;
Code: PHP [Select]
  1. display_status( "We are now loading your preferences... <b>please wait</b>" );
For the second a similar call but it adds the next line to the scrolling log. The ability to clear the log and start again would be nice.

Now the kicker .. I was using Roadsend PHP compiler, now using phalanger which compiles with VS2008 so I would also need a sample project for Phalager and preferable also C++ so that I can tinker with the code.

Yes simple, yes crazy, I have about 8 books on programming windows and none of them have simple examples everything either gets stuck on dialogue boxes or goes straight into really complex stuff.

Thanks in advance!!!
Larry

Pages: [1]