473,387 Members | 1,876 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

One Question to a specific GUI Controll

I browsed the web and found a GUI Controll on a ScreenShot. As the software
which uses this controll is written as an Add-In for MS Outlook I think this
Controll has to be with the Visual Studio.

The screenshot is here:
http://www.mapilab.com/images/screen...ntp1_small.gif

And the controll I would like to use in my application is the list of topics
(with the answers "tabbed" in.)

Can someone tell me which controll this is or did they build their own one?

hope someone can help....
Jul 22 '05 #1
5 1588
"Stampede" <St******@discussions.microsoft.com> wrote in message
news:AA**********************************@microsof t.com...
I browsed the web and found a GUI Controll on a ScreenShot. As the software
which uses this controll is written as an Add-In for MS Outlook I think
this
Controll has to be with the Visual Studio.

The screenshot is here:
http://www.mapilab.com/images/screen...ntp1_small.gif

And the controll I would like to use in my application is the list of
topics
(with the answers "tabbed" in.)

Can someone tell me which controll this is or did they build their own
one?


Hi Stampede,

Your screenshot was so small I couldn't make out what you were talking
about. Here is a better link :
http://www.mapilab.com/images/screen...nntp/nntp1.gif

As for the control ... I've been away from Windows programming for a while
now, but isn't that just a treeview control?

Good luck,
John
Jul 22 '05 #2
Sorry for the screenshot, I didn't recognize that I only got the link to the
small version.

As for the controll: I meant the area at the right side. The left part is a
treeview, but the right site is something different I think. Or it's just
really modified.

So I mean the part with the heading "microsoft.public.outlook.bcm" and NOT
the part with "Folder List" in the topic.

If it really is a treeview, maybe someone can give me a clue how to modify
it to get this look?

"John" wrote:

Hi Stampede,

Your screenshot was so small I couldn't make out what you were talking
about. Here is a better link :
http://www.mapilab.com/images/screen...nntp/nntp1.gif

As for the control ... I've been away from Windows programming for a while
now, but isn't that just a treeview control?

Good luck,
John

Jul 22 '05 #3
I believe the control he's referring to is the grouped listbox on the right,
which is very popular these days, many different places offer their own
versions. Unfortunately Microsoft has not included it as part of VS.

This is a link to some Microsoft recommended 3rd party vendors, some of
which do provide such a control, Telerik for example.

http://msdn.microsoft.com/asp.net/do...s/default.aspx

"John" wrote:
"Stampede" <St******@discussions.microsoft.com> wrote in message
news:AA**********************************@microsof t.com...
I browsed the web and found a GUI Controll on a ScreenShot. As the software
which uses this controll is written as an Add-In for MS Outlook I think
this
Controll has to be with the Visual Studio.

The screenshot is here:
http://www.mapilab.com/images/screen...ntp1_small.gif

And the controll I would like to use in my application is the list of
topics
(with the answers "tabbed" in.)

Can someone tell me which controll this is or did they build their own
one?


Hi Stampede,

Your screenshot was so small I couldn't make out what you were talking
about. Here is a better link :
http://www.mapilab.com/images/screen...nntp/nntp1.gif

As for the control ... I've been away from Windows programming for a while
now, but isn't that just a treeview control?

Good luck,
John

Jul 22 '05 #4
"Stampede" <St******@discussions.microsoft.com> wrote in message
news:C6**********************************@microsof t.com...
[snip]
As for the controll: I meant the area at the right side. The left part is
a
treeview, but the right site is something different I think. Or it's just
really modified.

So I mean the part with the heading "microsoft.public.outlook.bcm" and NOT
the part with "Folder List" in the topic.

If it really is a treeview, maybe someone can give me a clue how to modify
it to get this look?

[snip]

That's what I thought you were talking about.

Basically, what I thought it was was a tree control, where the root nodes
don't have an icon and have a colored background. But, having a closer
look, I'm not sure how you would add the time right aligned like it is.

Maybe not.

phew .. glad I didn't add my sig to that. ;-)

Jul 22 '05 #5
Thanks a lot, but as it comes, I just get another question in mind.

I saw within the new Beta Versions of the Studio and at Navision 4, that MS
is using the menue controll which first came with Outlook I think, in most of
their new applications.
Can you, or someone else, tell me if this controll comes with VS2005Beta2?
I'm talking about the menue where you can choose between Calendar, Notes or
Mail (in MS Outlook 2003)!

"lastusernameleft" wrote:
I believe the control he's referring to is the grouped listbox on the right,
which is very popular these days, many different places offer their own
versions. Unfortunately Microsoft has not included it as part of VS.

This is a link to some Microsoft recommended 3rd party vendors, some of
which do provide such a control, Telerik for example.

http://msdn.microsoft.com/asp.net/do...s/default.aspx

"John" wrote:
"Stampede" <St******@discussions.microsoft.com> wrote in message
news:AA**********************************@microsof t.com...
I browsed the web and found a GUI Controll on a ScreenShot. As the software
which uses this controll is written as an Add-In for MS Outlook I think
this
Controll has to be with the Visual Studio.

The screenshot is here:
http://www.mapilab.com/images/screen...ntp1_small.gif

And the controll I would like to use in my application is the list of
topics
(with the answers "tabbed" in.)

Can someone tell me which controll this is or did they build their own
one?


Hi Stampede,

Your screenshot was so small I couldn't make out what you were talking
about. Here is a better link :
http://www.mapilab.com/images/screen...nntp/nntp1.gif

As for the control ... I've been away from Windows programming for a while
now, but isn't that just a treeview control?

Good luck,
John

Jul 22 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Michael ALbanese | last post by:
I am developing a telephone directory for my company. I have Fist Name, Last Name, Department and Phone Number as fields. A user can search by entering data into any one, or combination of these...
1
by: Michael Albanese | last post by:
I am developing an application to handle my compay's OSHA reporting requirements. Some of the input criteria are technical and narowly defined, so I was trying to prvide what i call "Context...
6
by: KS | last post by:
Is it possible to make the title attribute, which shows a text inside a postit, for a html tag get displayed forever when the coursor is over the html tag. I want the postit to be displayed until...
0
by: Danke | last post by:
I want than only few users are able to use a certain controll (tab) in a form. Is that possible in the security system we have in Access 97 or do I have to program everything in VBA. Helge...
2
by: Brendan zerofor0je | last post by:
Hello, I've written a small reverse-telnet client that connects to a server that handles all the clients. the reverse telnet node ( whitch i will refer to as rtn from now on) works by opening...
0
by: authorking | last post by:
How could I add data rows into a datagrid controll so that I can edit my data in the data rows.
5
by: Stampede | last post by:
I browsed the web and found a GUI Controll on a ScreenShot. As the software which uses this controll is written as an Add-In for MS Outlook I think this Controll has to be with the Visual Studio. ...
1
by: ajishapj | last post by:
hii guys i am ajish i am having a problem with my panel controll in vb.net actually i am creating a panel user controll with out a scroll bars(auto scrolling set to false) ,and i have to...
8
malav123
by: malav123 | last post by:
Hi, I am using Tab container Controll of ajax... but my problem is that when i put the tab container in "update pannel" the style of tab container tottly gets changed.. and if i...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.