473,386 Members | 1,752 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,386 software developers and data experts.

Wish: MS, please add Office 2k3 Menus/Toolbars to the Framework

Dear Microsoft,



The current "Windows.Forms" controls included in the .Net Framework are good, but in many ways they're pretty basic, and I think it's time that you take Windows.Forms to the next level. I really think that the menus and toolbars used in Office 2003 should be added to the .Net Framework as standard controls in the next release of the Framework and VS.NET, codenamed "Visual Studio .Net for Yukon." This would truly take the ..Net to the next level! Thanks for listening to this, and let me know what you think.



Jason

Jul 19 '05 #1
7 1876
this petition gets my signature
"Jason Webb" <ja******@msn.com> wrote in message news:uP**************@TK2MSFTNGP10.phx.gbl...
Dear Microsoft,



The current "Windows.Forms" controls included in the .Net Framework are good, but in many ways they're pretty basic, and I think it's time that you take Windows.Forms to the next level. I really think that the menus and toolbars used in Office 2003 should be added to the .Net Framework as standard controls in the next release of the Framework and VS.NET, codenamed "Visual Studio .Net for Yukon." This would truly take the .Net to the next level! Thanks for listening to this, and let me know what you think.



Jason

Jul 19 '05 #2
Ori
Mine too...
"K. Shier" <ks*****@spammersGetHitWithABat.yah00.com> wrote in message news:O4**************@TK2MSFTNGP11.phx.gbl...
this petition gets my signature
"Jason Webb" <ja******@msn.com> wrote in message news:uP**************@TK2MSFTNGP10.phx.gbl...
Dear Microsoft,



The current "Windows.Forms" controls included in the .Net Framework are good, but in many ways they're pretty basic, and I think it's time that you take Windows.Forms to the next level. I really think that the menus and toolbars used in Office 2003 should be added to the .Net Framework as standard controls in the next release of the Framework and VS.NET, codenamed "Visual Studio .Net for Yukon." This would truly take the .Net to the next level! Thanks for listening to this, and let me know what you think.



Jason

Jul 19 '05 #3
Why? Menus have an ownerdraw property which let you draw them by yourself.
It's not 100% the same but you can get them almost the same without much
effort (in comparison with the old VB6 days). I would guess something
similar is possible with the toolbars though I never tried it.

Yves

"K. Shier" <ks*****@spammersGetHitWithABat.yah00.com> schreef in bericht
news:O4**************@TK2MSFTNGP11.phx.gbl...
this petition gets my signature
"Jason Webb" <ja******@msn.com> wrote in message
news:uP**************@TK2MSFTNGP10.phx.gbl...
Dear Microsoft,

The current "Windows.Forms" controls included in the .Net Framework are
good, but in many ways they're pretty basic, and I think it's time that you
take Windows.Forms to the next level. I really think that the menus and
toolbars used in Office 2003 should be added to the .Net Framework as
standard controls in the next release of the Framework and VS.NET, codenamed
"Visual Studio .Net for Yukon." This would truly take the .Net to the next
level! Thanks for listening to this, and let me know what you think.

Jason
Jul 19 '05 #4
Agreed. But...
Everybodies compenetcy level is different. So some people may not know that
they can owner-draw and some people wouldn't know where to begin on this
subject. Also the idea behind the framework (IMO) is to take the emphasis
off the code and put the emphasis on the application concepts - aka what you
are trying to accomplish. Why would I use .Net over let's say VB classic if
I didn't gain anything from it? ... because .Net is *supposed* to be the
evolution of programming, hence why the more wrapped features they have the
closer they become to a application-concept model instead of a code-concept
model.

To all those people that say "do it yourself" that's great and if you want
to do that that's fine. But if everyone is doing it themselves and then
rolling out apps, the end user will have 2x, 3x, 4x, etc. the amount of
assemblies sitting on their machines when this could all be shared from the
MS assemblies in the GAC. The fact is Microsoft encourages feedback, and I
have heard this request (for stronger UI controls) asked many times. So this
is something that MS wants people to talk about.

In relation to the original poster, have a look at the following web sites
(free stuff ahead):
http://www.dotnetmagic.com
http://www.divil.co.uk/net/controls/ (look at the DotNetWidgets)

--
Tim Wilson
Windows Embedded MVP

"Jeremy Cowles" <je*************************@asifl.com> wrote in message
news:%6*******************@twister.tampabay.rr.com ...
'tis true, you can create & user-draw any common control. Most programmers are just too lazy or just dont realize that they can create
toolbar/rebar/listview/treeview/tree-list-view/etc..etc..etc... with out any help from the Framework. It's called CreateWindowEx and commctl32.dll - it's not that hard.


"phoenix" <pa******@skynetWORK.be> wrote in message
news:es**************@TK2MSFTNGP11.phx.gbl...
Why? Menus have an ownerdraw property which let you draw them by yourself. It's not 100% the same but you can get them almost the same without much
effort (in comparison with the old VB6 days). I would guess something
similar is possible with the toolbars though I never tried it.

Yves

"K. Shier" <ks*****@spammersGetHitWithABat.yah00.com> schreef in bericht
news:O4**************@TK2MSFTNGP11.phx.gbl...
this petition gets my signature
"Jason Webb" <ja******@msn.com> wrote in message
news:uP**************@TK2MSFTNGP10.phx.gbl...
Dear Microsoft,

The current "Windows.Forms" controls included in the .Net Framework are
good, but in many ways they're pretty basic, and I think it's time that

you
take Windows.Forms to the next level. I really think that the menus and
toolbars used in Office 2003 should be added to the .Net Framework as
standard controls in the next release of the Framework and VS.NET,

codenamed
"Visual Studio .Net for Yukon." This would truly take the .Net to the

next
level! Thanks for listening to this, and let me know what you think.

Jason

Jul 19 '05 #5
Sorry that should read:
Everybody's competency level is different.

BTW: Competency is not a good word to misspell - should have run a spell
check.

--
Tim Wilson
Windows Embedded MVP

"Tim Wilson [MVP]" <Ti********@Rogers.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Agreed. But...
Everybodies compenetcy level is different. So some people may not know that they can owner-draw and some people wouldn't know where to begin on this
subject. Also the idea behind the framework (IMO) is to take the emphasis
off the code and put the emphasis on the application concepts - aka what you are trying to accomplish. Why would I use .Net over let's say VB classic if I didn't gain anything from it? ... because .Net is *supposed* to be the
evolution of programming, hence why the more wrapped features they have the closer they become to a application-concept model instead of a code-concept model.

To all those people that say "do it yourself" that's great and if you want
to do that that's fine. But if everyone is doing it themselves and then
rolling out apps, the end user will have 2x, 3x, 4x, etc. the amount of
assemblies sitting on their machines when this could all be shared from the MS assemblies in the GAC. The fact is Microsoft encourages feedback, and I
have heard this request (for stronger UI controls) asked many times. So this is something that MS wants people to talk about.

In relation to the original poster, have a look at the following web sites
(free stuff ahead):
http://www.dotnetmagic.com
http://www.divil.co.uk/net/controls/ (look at the DotNetWidgets)

--
Tim Wilson
Windows Embedded MVP

"Jeremy Cowles" <je*************************@asifl.com> wrote in message
news:%6*******************@twister.tampabay.rr.com ...
'tis true, you can create & user-draw any common control. Most

programmers
are just too lazy or just dont realize that they can create
toolbar/rebar/listview/treeview/tree-list-view/etc..etc..etc... with out

any
help from the Framework. It's called CreateWindowEx and commctl32.dll -

it's
not that hard.


"phoenix" <pa******@skynetWORK.be> wrote in message
news:es**************@TK2MSFTNGP11.phx.gbl...
Why? Menus have an ownerdraw property which let you draw them by yourself. It's not 100% the same but you can get them almost the same without much effort (in comparison with the old VB6 days). I would guess something
similar is possible with the toolbars though I never tried it.

Yves

"K. Shier" <ks*****@spammersGetHitWithABat.yah00.com> schreef in bericht news:O4**************@TK2MSFTNGP11.phx.gbl...
this petition gets my signature
"Jason Webb" <ja******@msn.com> wrote in message
news:uP**************@TK2MSFTNGP10.phx.gbl...
Dear Microsoft,

The current "Windows.Forms" controls included in the .Net Framework are good, but in many ways they're pretty basic, and I think it's time that
you
take Windows.Forms to the next level. I really think that the menus

and toolbars used in Office 2003 should be added to the .Net Framework as
standard controls in the next release of the Framework and VS.NET,

codenamed
"Visual Studio .Net for Yukon." This would truly take the .Net to the

next
level! Thanks for listening to this, and let me know what you think.

Jason


Jul 19 '05 #6
Touché.
"Tim Wilson [MVP]" <Ti********@Rogers.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Agreed. But...
Everybodies compenetcy level is different. So some people may not know that they can owner-draw and some people wouldn't know where to begin on this
subject. Also the idea behind the framework (IMO) is to take the emphasis
off the code and put the emphasis on the application concepts - aka what you are trying to accomplish. Why would I use .Net over let's say VB classic if I didn't gain anything from it? ... because .Net is *supposed* to be the
evolution of programming, hence why the more wrapped features they have the closer they become to a application-concept model instead of a code-concept model.

To all those people that say "do it yourself" that's great and if you want
to do that that's fine. But if everyone is doing it themselves and then
rolling out apps, the end user will have 2x, 3x, 4x, etc. the amount of
assemblies sitting on their machines when this could all be shared from the MS assemblies in the GAC. The fact is Microsoft encourages feedback, and I
have heard this request (for stronger UI controls) asked many times. So this is something that MS wants people to talk about.

In relation to the original poster, have a look at the following web sites
(free stuff ahead):
http://www.dotnetmagic.com
http://www.divil.co.uk/net/controls/ (look at the DotNetWidgets)

--
Tim Wilson
Windows Embedded MVP

"Jeremy Cowles" <je*************************@asifl.com> wrote in message
news:%6*******************@twister.tampabay.rr.com ...
'tis true, you can create & user-draw any common control. Most

programmers
are just too lazy or just dont realize that they can create
toolbar/rebar/listview/treeview/tree-list-view/etc..etc..etc... with out

any
help from the Framework. It's called CreateWindowEx and commctl32.dll -

it's
not that hard.


"phoenix" <pa******@skynetWORK.be> wrote in message
news:es**************@TK2MSFTNGP11.phx.gbl...
Why? Menus have an ownerdraw property which let you draw them by yourself. It's not 100% the same but you can get them almost the same without much effort (in comparison with the old VB6 days). I would guess something
similar is possible with the toolbars though I never tried it.

Yves

"K. Shier" <ks*****@spammersGetHitWithABat.yah00.com> schreef in bericht news:O4**************@TK2MSFTNGP11.phx.gbl...
this petition gets my signature
"Jason Webb" <ja******@msn.com> wrote in message
news:uP**************@TK2MSFTNGP10.phx.gbl...
Dear Microsoft,

The current "Windows.Forms" controls included in the .Net Framework are good, but in many ways they're pretty basic, and I think it's time that
you
take Windows.Forms to the next level. I really think that the menus

and toolbars used in Office 2003 should be added to the .Net Framework as
standard controls in the next release of the Framework and VS.NET,

codenamed
"Visual Studio .Net for Yukon." This would truly take the .Net to the

next
level! Thanks for listening to this, and let me know what you think.

Jason



Jul 19 '05 #7
LOL!
"Tim Wilson [MVP]" <Ti********@Rogers.com> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
Sorry that should read:
Everybody's competency level is different.

BTW: Competency is not a good word to misspell - should have run a spell
check.

--
Tim Wilson
Windows Embedded MVP

"Tim Wilson [MVP]" <Ti********@Rogers.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Agreed. But...
Everybodies compenetcy level is different. So some people may not know

that
they can owner-draw and some people wouldn't know where to begin on this
subject. Also the idea behind the framework (IMO) is to take the emphasis
off the code and put the emphasis on the application concepts - aka what

you
are trying to accomplish. Why would I use .Net over let's say VB classic

if
I didn't gain anything from it? ... because .Net is *supposed* to be the
evolution of programming, hence why the more wrapped features they have

the
closer they become to a application-concept model instead of a

code-concept
model.

To all those people that say "do it yourself" that's great and if you want to do that that's fine. But if everyone is doing it themselves and then
rolling out apps, the end user will have 2x, 3x, 4x, etc. the amount of
assemblies sitting on their machines when this could all be shared from

the
MS assemblies in the GAC. The fact is Microsoft encourages feedback, and I have heard this request (for stronger UI controls) asked many times. So

this
is something that MS wants people to talk about.

In relation to the original poster, have a look at the following web sites (free stuff ahead):
http://www.dotnetmagic.com
http://www.divil.co.uk/net/controls/ (look at the DotNetWidgets)

--
Tim Wilson
Windows Embedded MVP

"Jeremy Cowles" <je*************************@asifl.com> wrote in message
news:%6*******************@twister.tampabay.rr.com ...
'tis true, you can create & user-draw any common control. Most

programmers
are just too lazy or just dont realize that they can create
toolbar/rebar/listview/treeview/tree-list-view/etc..etc..etc... with out
any
help from the Framework. It's called CreateWindowEx and
commctl32.dll - it's
not that hard.


"phoenix" <pa******@skynetWORK.be> wrote in message
news:es**************@TK2MSFTNGP11.phx.gbl...
> Why? Menus have an ownerdraw property which let you draw them by

yourself.
> It's not 100% the same but you can get them almost the same without

much > effort (in comparison with the old VB6 days). I would guess
something > similar is possible with the toolbars though I never tried it.
>
> Yves
>
> "K. Shier" <ks*****@spammersGetHitWithABat.yah00.com> schreef in

bericht > news:O4**************@TK2MSFTNGP11.phx.gbl...
> this petition gets my signature
> "Jason Webb" <ja******@msn.com> wrote in message
> news:uP**************@TK2MSFTNGP10.phx.gbl...
> Dear Microsoft,
>
> The current "Windows.Forms" controls included in the .Net Framework are > good, but in many ways they're pretty basic, and I think it's time that you
> take Windows.Forms to the next level. I really think that the menus and > toolbars used in Office 2003 should be added to the .Net Framework as > standard controls in the next release of the Framework and VS.NET,
codenamed
> "Visual Studio .Net for Yukon." This would truly take the .Net to the next
> level! Thanks for listening to this, and let me know what you think. >
> Jason
>
>
>




Jul 19 '05 #8

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

Similar topics

7
by: Jason Webb | last post by:
Dear Microsoft, The current "Windows.Forms" controls included in the .Net Framework are good, but in many ways they're pretty basic, and I think it's time that you take Windows.Forms to the...
4
by: Karl Irvin | last post by:
In a 2000, can you transfer custom menus and toolbars to a new Access database. My mdf file is not compiling and I'm importing all data to a new database but don't see a way to get the...
1
by: cefrancke | last post by:
I have set the Startup properties to the following... All menus, toolbars, etc are turned off plus these are unchecked Allow Full Menus Allow Built-in Toolbars Allow Default Shortcut Menus...
3
by: cefrancke | last post by:
The only reason I ask is that no one has made this subject clear or given a definitive answer. What I would like to do is, after turning off all the menus/tbars/etc using the startup options. ...
5
by: dan.neely | last post by:
I need to embed excel functionality into my app, but can't find a complete solution. The article below shows how to embed it as activeX in a browser control, but the control doesn't support...
7
by: scorpion53061 | last post by:
Has anyone done automation with Office 2003 with vb.net? How did it go(esp Word, Excel, Access)? Any problems I should be aware of? I am getting my copy next week so I thought I should do some...
8
by: Alison | last post by:
Hi, Al I am trying to design a user interface which provides both menus and toolbars for some users to click on whatever they want to do, at the same time, I would like to have a console window...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
0
by: fiona | last post by:
Dramatically increases support for accessibility as well as fully conforming to the Office 2007 UI license and guidelines Dorset, United Kingdom - January 3 2007, Divelements Ltd announces the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.