all groups > visual c > june 2007 >
You're in the

visual c

group:

Does anyone know any commercial C++/CLI GUI library with source code?


Re: Does anyone know any commercial C++/CLI GUI library with source code? Carl Daniel [VC++ MVP]
6/27/2007 5:06:54 PM
visual c:
[quoted text, click to view]

....neither of which are C++/CLI (they're native C++/win32), but they're
certainly usable from a C++/CLI program.

-cd

Re: Does anyone know any commercial C++/CLI GUI library with source code? nathan NO[at]SPAM visi.com
6/27/2007 10:57:33 PM
In article <OupxaqQuHHA.2752@TK2MSFTNGP06.phx.gbl>,
[quoted text, click to view]

Try http://trolltech.com/ (commercial, pay), or
http://www.wxwidgets.org/ (free, open source).

Nathan Mates
--
<*> Nathan Mates - personal webpage http://www.visi.com/~nathan/
# Programmer at Pandemic Studios -- http://www.pandemicstudios.com/
# NOT speaking for Pandemic Studios. "Care not what the neighbors
Does anyone know any commercial C++/CLI GUI library with source code? Philip
6/28/2007 6:29:16 AM
Does anyone know any commercial C++/CLI GUI library with source code?
Thank you very much.

Re: Does anyone know any commercial C++/CLI GUI library with source code? Bruno van Dooren [MVP - VC++]
6/28/2007 11:36:38 PM
[quoted text, click to view]

What do you mean by gui library?
I'd consider the Windows forms namespace and forms designer a fairly
complete package.

Everything in the forms namespace is accisible to you, so if you need other
stuff, you'd need to give us some more information.

--
Kind regards,
Bruno van Dooren MVP - VC++
http://msmvps.com/blogs/vanDooren
bruno_nos_pam_van_dooren@hotmail.com

Re: Does anyone know any commercial C++/CLI GUI library with source code? Philip
6/29/2007 12:00:00 AM
Thank you very much for your feedback.
I am a Visual C++ developer and new to C++/CLI.
I was thinking to use a GUI library to draw nice toolbar,
nice menu, nice ribbon control, Microsoft Office 2007-style look,
and skinned interface. I need the source code to learn how
they programmed advanced C++/CLI.

[quoted text, click to view]

Re: Does anyone know any commercial C++/CLI GUI library with source code? SvenC
6/29/2007 12:00:00 AM
Hi

[quoted text, click to view]

Check www.componentsource.com

Lots of products of vendors are categorized for easy browsing.

--
SvenC
Re: Does anyone know any commercial C++/CLI GUI library with source code? Philip
6/29/2007 12:00:00 AM
I just found BCGControlBar Library .NET Edition with source code written in
C++/CLI, but this is a Russian company.

I really doubt their C++/CLI source code.
Can I trust BCGSoft?

Anyone has background knowledge of this company?
Thank you very much.

http://www.bcgsoft.com/bcgcontrolbardotnet.htm

[quoted text, click to view]

Re: Does anyone know any commercial C++/CLI GUI library with source code? Bruno van Dooren [MVP - VC++]
6/29/2007 12:00:00 AM
[quoted text, click to view]

Well, you could go to www.codeproject.com and search through the articles
and tutorials.

--
Kind regards,
Bruno van Dooren MVP - VC++
http://msmvps.com/blogs/vanDooren
bruno_nos_pam_van_dooren@hotmail.com

Re: Does anyone know any commercial C++/CLI GUI library with source code? Ben Voigt [C++ MVP]
6/29/2007 12:01:12 AM

[quoted text, click to view]

But not "with source code".

[quoted text, click to view]
Re: Does anyone know any commercial C++/CLI GUI library with source code? Kyle Alons
6/29/2007 6:23:13 AM
[quoted text, click to view]

http://www.codejock.com/products/toolkitpro/

--
---------------------------------------------------
Automate your software builds with Visual Build Pro
http://www.visualbuild.com/

Re: Does anyone know any commercial C++/CLI GUI library with source code? alainfri NO[at]SPAM gmail.com
6/29/2007 7:55:19 AM
[quoted text, click to view]

Prof-UIS for MFC is one more example of the library with complete
source code:

http://www.prof-uis.com/

They provide both a commercial library and a freeware one (Prof-UIS
Freeware). The later is also provided with complete source code but
some features are cut out (e.g., their grids). But in any case, you
can download the source code right away:

http://www.prof-uis.com/downloads-mfc.aspx (search for Prof-UIS
Freeware v.2.70).

Best regards,
Alain
Re: Does anyone know any commercial C++/CLI GUI library with source code? PvdG42
7/2/2007 9:35:58 AM

[quoted text, click to view]
Google Groups is your friend.
A quick look reveals discussion articles going back to 1999, so they've been
around a while. Read the articles for yourself to get an idea of what others
think...
Re: Does anyone know any commercial C++/CLI GUI library with source code? Tom Serface
7/2/2007 10:33:27 PM
Hi Philip,

It depends on what you are going to do. If you are writing a .NET program
then this library will not help you much, but if you are using MFC or
writing native you'll find a libray like this (BCGSoft) and the other one
suggested (www.codejock.com) to be quite handy. Both companies have been
around for a while and seem to be quite stable. I've been using XTreme
Tookit for several years. CodeJock has an OCX version of many of their
interface tools that can be used with .NET depending on what you are doing.
If you are doing .NET form stuff you may want to look at www.telerik.com.
I've recently been evaluating that library for a new project we're working
on that will be all .NET based.

Tom

[quoted text, click to view]
AddThis Social Bookmark Button