473,387 Members | 1,504 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.

Why does MSDN help suck so much?

When I used to program in windows(back in the days of win95/98) the help
system was very good. You could find out all th details of just about
anything with usually decent explinations of what does what. Now I can't see
to find any time of descriptions that actually describe what means what. Am
I just looking in the wrong place.

For example,

I made a statusStrip control for use in my application. I put in a text box
and a progress bar and I'm trying to have the progress bar "snap" to the
right while the text box snaps to the left.

Now, I see the property "LayoutStyle" and I change it to HorizontalStack and
it *seems* to do just what I want but theres also other properties(some
obvious and some not so obvious).

So to find out what they really mean I go to the help and do a search for
statusStrip. I find several references and eventually I get to a page that
"describes" the LayoutStyle property(i.e.,
StatusStrip.LayoutStyle.Property).

BUT ALL IT IS IS A LISTING OF THE "SYNTAX",

"Remarks
Use the LayoutStyle property to get or set how items are arranged on the
StatusStrip"

and examples in VS and C#"

along with some other "useless" information. Oh, it does give a description:
"Gets or sets a value indicating how the StatusStrip lays out the items
collection. ".

But this tells me nothing about what the properties actually do ;/

Do I need to learn to use the help, say, to find out exactly what
"HorizontalStack" does or is the help really just crap now days? One of the
reasons I haven't got back into programming is simple because I can't ever
seem to find any good answers any more in the help system. I remember back
in the day with win32 API that the help system had a section that described
everything and how it all worked together along with class references and
such. Now I mainly just see class references with no description about what
the methods actually do or what the properties actually mean. ;/

Thanks,

Jon




Sep 28 '06 #1
6 3187
Jon,

MSDN is full of information, the search method is however something else.

I use forever "-forums" in my search string to find something.

Otherwise I get a bunch of non answered questions from the Microsoft
Webforums.

Cor

"Jon Slaughter" <Jo***********@Hotmail.comschreef in bericht
news:12*************@corp.supernews.com...
When I used to program in windows(back in the days of win95/98) the help
system was very good. You could find out all th details of just about
anything with usually decent explinations of what does what. Now I can't
see to find any time of descriptions that actually describe what means
what. Am I just looking in the wrong place.

For example,

I made a statusStrip control for use in my application. I put in a text
box and a progress bar and I'm trying to have the progress bar "snap" to
the right while the text box snaps to the left.

Now, I see the property "LayoutStyle" and I change it to HorizontalStack
and it *seems* to do just what I want but theres also other
properties(some obvious and some not so obvious).

So to find out what they really mean I go to the help and do a search for
statusStrip. I find several references and eventually I get to a page that
"describes" the LayoutStyle property(i.e.,
StatusStrip.LayoutStyle.Property).

BUT ALL IT IS IS A LISTING OF THE "SYNTAX",

"Remarks
Use the LayoutStyle property to get or set how items are arranged on the
StatusStrip"

and examples in VS and C#"

along with some other "useless" information. Oh, it does give a
description: "Gets or sets a value indicating how the StatusStrip lays out
the items collection. ".

But this tells me nothing about what the properties actually do ;/

Do I need to learn to use the help, say, to find out exactly what
"HorizontalStack" does or is the help really just crap now days? One of
the reasons I haven't got back into programming is simple because I can't
ever seem to find any good answers any more in the help system. I
remember back in the day with win32 API that the help system had a section
that described everything and how it all worked together along with class
references and such. Now I mainly just see class references with no
description about what the methods actually do or what the properties
actually mean. ;/

Thanks,

Jon




Sep 28 '06 #2
Personally I agree with you especially when it comes to newer functions.
There seems to be too may instances where the only comment about the class
or control are the basic parameters. I also agree with the other comment
mostly I first google the groups and then the general web, normally someone
has done something with whatever you are working on but there has been a few
times where even that does not work.

I don't use it mostly because I forget its there but you might try the MSDN
Wiki page, if nothing else you could always add your comments ;>

http://msdnwiki.microsoft.com

Regards,
John
"Jon Slaughter" <Jo***********@Hotmail.comwrote in message
news:12*************@corp.supernews.com...
When I used to program in windows(back in the days of win95/98) the help
system was very good. You could find out all th details of just about
anything with usually decent explinations of what does what. Now I can't
see to find any time of descriptions that actually describe what means
what. Am I just looking in the wrong place.

For example,

I made a statusStrip control for use in my application. I put in a text
box and a progress bar and I'm trying to have the progress bar "snap" to
the right while the text box snaps to the left.

Now, I see the property "LayoutStyle" and I change it to HorizontalStack
and it *seems* to do just what I want but theres also other
properties(some obvious and some not so obvious).

So to find out what they really mean I go to the help and do a search for
statusStrip. I find several references and eventually I get to a page that
"describes" the LayoutStyle property(i.e.,
StatusStrip.LayoutStyle.Property).

BUT ALL IT IS IS A LISTING OF THE "SYNTAX",

"Remarks
Use the LayoutStyle property to get or set how items are arranged on the
StatusStrip"

and examples in VS and C#"

along with some other "useless" information. Oh, it does give a
description: "Gets or sets a value indicating how the StatusStrip lays out
the items collection. ".

But this tells me nothing about what the properties actually do ;/

Do I need to learn to use the help, say, to find out exactly what
"HorizontalStack" does or is the help really just crap now days? One of
the reasons I haven't got back into programming is simple because I can't
ever seem to find any good answers any more in the help system. I
remember back in the day with win32 API that the help system had a section
that described everything and how it all worked together along with class
references and such. Now I mainly just see class references with no
description about what the methods actually do or what the properties
actually mean. ;/

Thanks,

Jon




Sep 28 '06 #3
Jon Slaughter wrote:
For example,
Now, I see the property "LayoutStyle" and I change it to HorizontalStack and
it *seems* to do just what I want but theres also other properties(some
obvious and some not so obvious).

So to find out what they really mean I go to the help and do a search for
statusStrip. I find several references and eventually I get to a page that
"describes" the LayoutStyle property(i.e.,
StatusStrip.LayoutStyle.Property).

BUT ALL IT IS IS A LISTING OF THE "SYNTAX",

"Remarks
Use the LayoutStyle property to get or set how items are arranged on the
StatusStrip"
Look a little closer. If you look at the syntax, it tells you that the
LayoutStyle property is an instance of the ToolStripLayoutStyle
enumeration. Also, just above the Remarks you should see this line:

Property Value
One of the ToolStripLayoutStyle values. The default is Table.

Notice that ToolStripLayoutStyle is a link to the type of the property.
If you click that it will take you to the ToolStripLayoutStyle
Enumeration docs which explains each item.

While I agree with you that the help systems of the past seemed better,
I have not had any problem finding items at msdn, at least once I got
past the initial search page which seems to return a lot of articles
that I don't want.

Chris

Sep 28 '06 #4

"Chris Dunaway" <du******@gmail.comwrote in message
news:11*********************@i42g2000cwa.googlegro ups.com...
Jon Slaughter wrote:
>For example,
>Now, I see the property "LayoutStyle" and I change it to HorizontalStack
and
it *seems* to do just what I want but theres also other properties(some
obvious and some not so obvious).

So to find out what they really mean I go to the help and do a search for
statusStrip. I find several references and eventually I get to a page
that
"describes" the LayoutStyle property(i.e.,
StatusStrip.LayoutStyle.Property).

BUT ALL IT IS IS A LISTING OF THE "SYNTAX",

"Remarks
Use the LayoutStyle property to get or set how items are arranged on the
StatusStrip"

Look a little closer. If you look at the syntax, it tells you that the
LayoutStyle property is an instance of the ToolStripLayoutStyle
enumeration. Also, just above the Remarks you should see this line:

Property Value
One of the ToolStripLayoutStyle values. The default is Table.

Notice that ToolStripLayoutStyle is a link to the type of the property.
If you click that it will take you to the ToolStripLayoutStyle
Enumeration docs which explains each item.

While I agree with you that the help systems of the past seemed better,
I have not had any problem finding items at msdn, at least once I got
past the initial search page which seems to return a lot of articles
that I don't want.
yes, I see that... but this is what it says:

Flow - Specifies that items flow horizontally or vertically as necessary.
HorizontalStackWithOverflow - Specifies that items are laid out horizontally
and overflow as necessary.
StackWithOverflow - Specifies that items are laid out automatically.
Table - Specifies that items are laid out flush left.
VerticalStackWithOverflow - Specifies that items are laid out vertically,
are centered within the control, and overflow as necessary.

While its better than nothing it still seems a little raw. I can gather most
of that info from the name of the property itself. Maybe I'm just being
dense here but it seems that maybe they could just go into a little more
detail. Although again, its better than nothing. I guess I'll have to pay
more attention when I search because I did miss this(and I don't think the
search returned that page).

Thanks,
Jon
Sep 28 '06 #5
Did you ever try to actually load a page from that wiki? The site is so slow
it is unbearable.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP 43°2'17"N 88°2'37"W : 43°2'17"N 88°2'37"W

"John J. Hughes II" <no@invalid.comwrote in message
news:%2***************@TK2MSFTNGP02.phx.gbl...
Personally I agree with you especially when it comes to newer functions.
There seems to be too may instances where the only comment about the class
or control are the basic parameters. I also agree with the other comment
mostly I first google the groups and then the general web, normally
someone has done something with whatever you are working on but there has
been a few times where even that does not work.

I don't use it mostly because I forget its there but you might try the
MSDN Wiki page, if nothing else you could always add your comments ;>

http://msdnwiki.microsoft.com

Regards,
John
"Jon Slaughter" <Jo***********@Hotmail.comwrote in message
news:12*************@corp.supernews.com...
>When I used to program in windows(back in the days of win95/98) the help
system was very good. You could find out all th details of just about
anything with usually decent explinations of what does what. Now I can't
see to find any time of descriptions that actually describe what means
what. Am I just looking in the wrong place.

For example,

I made a statusStrip control for use in my application. I put in a text
box and a progress bar and I'm trying to have the progress bar "snap" to
the right while the text box snaps to the left.

Now, I see the property "LayoutStyle" and I change it to HorizontalStack
and it *seems* to do just what I want but theres also other
properties(some obvious and some not so obvious).

So to find out what they really mean I go to the help and do a search for
statusStrip. I find several references and eventually I get to a page
that "describes" the LayoutStyle property(i.e.,
StatusStrip.LayoutStyle.Property).

BUT ALL IT IS IS A LISTING OF THE "SYNTAX",

"Remarks
Use the LayoutStyle property to get or set how items are arranged on the
StatusStrip"

and examples in VS and C#"

along with some other "useless" information. Oh, it does give a
description: "Gets or sets a value indicating how the StatusStrip lays
out the items collection. ".

But this tells me nothing about what the properties actually do ;/

Do I need to learn to use the help, say, to find out exactly what
"HorizontalStack" does or is the help really just crap now days? One of
the reasons I haven't got back into programming is simple because I can't
ever seem to find any good answers any more in the help system. I
remember back in the day with win32 API that the help system had a
section that described everything and how it all worked together along
with class references and such. Now I mainly just see class references
with no description about what the methods actually do or what the
properties actually mean. ;/

Thanks,

Jon





Sep 29 '06 #6
Yea, very fast here!

Regards,
John

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.comwro te in message
news:ej**************@TK2MSFTNGP05.phx.gbl...
Did you ever try to actually load a page from that wiki? The site is so
slow it is unbearable.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP 43°2'17"N 88°2'37"W : 43°2'17"N 88°2'37"W

"John J. Hughes II" <no@invalid.comwrote in message
news:%2***************@TK2MSFTNGP02.phx.gbl...
>Personally I agree with you especially when it comes to newer functions.
There seems to be too may instances where the only comment about the
class or control are the basic parameters. I also agree with the other
comment mostly I first google the groups and then the general web,
normally someone has done something with whatever you are working on but
there has been a few times where even that does not work.

I don't use it mostly because I forget its there but you might try the
MSDN Wiki page, if nothing else you could always add your comments ;>

http://msdnwiki.microsoft.com

Regards,
John
"Jon Slaughter" <Jo***********@Hotmail.comwrote in message
news:12*************@corp.supernews.com...
>>When I used to program in windows(back in the days of win95/98) the help
system was very good. You could find out all th details of just about
anything with usually decent explinations of what does what. Now I can't
see to find any time of descriptions that actually describe what means
what. Am I just looking in the wrong place.

For example,

I made a statusStrip control for use in my application. I put in a text
box and a progress bar and I'm trying to have the progress bar "snap" to
the right while the text box snaps to the left.

Now, I see the property "LayoutStyle" and I change it to HorizontalStack
and it *seems* to do just what I want but theres also other
properties(some obvious and some not so obvious).

So to find out what they really mean I go to the help and do a search
for statusStrip. I find several references and eventually I get to a
page that "describes" the LayoutStyle property(i.e.,
StatusStrip.LayoutStyle.Property).

BUT ALL IT IS IS A LISTING OF THE "SYNTAX",

"Remarks
Use the LayoutStyle property to get or set how items are arranged on the
StatusStrip"

and examples in VS and C#"

along with some other "useless" information. Oh, it does give a
description: "Gets or sets a value indicating how the StatusStrip lays
out the items collection. ".

But this tells me nothing about what the properties actually do ;/

Do I need to learn to use the help, say, to find out exactly what
"HorizontalStack" does or is the help really just crap now days? One of
the reasons I haven't got back into programming is simple because I
can't ever seem to find any good answers any more in the help system. I
remember back in the day with win32 API that the help system had a
section that described everything and how it all worked together along
with class references and such. Now I mainly just see class references
with no description about what the methods actually do or what the
properties actually mean. ;/

Thanks,

Jon






Oct 5 '06 #7

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

Similar topics

9
by: I Report, You Decide | last post by:
A hosting service lungcapage has banned yabb, because it takes too much CPU/memory, but phpBB is fine. Is that perl/php or the script itself? why perl sucks more resource of a server than php? i...
9
by: Market Mutant | last post by:
PhpNuke is the worse written PHP script as I heared then what does not suck? I need a fast, simple, CMS. I don't need that many hacks. No MySQL is the best. CMS is about news, and forum. I found...
8
by: Bryan Olson | last post by:
Here's my algorithmic problem: Given a set of 'trigger' strings, and one 'path' string, find the longest of the triggers that is a prefix of the path. The trigger strings may number in the...
3
by: gooderthanyou | last post by:
I have a textfield and you of course you can select text... When they hit the bold button I want it to obtain the selected text and bold it, the hard part is trying to figure out if javascript...
16
by: LP | last post by:
Hi, Considering code below. Will it make GC to actually collect. One application creates new instances of a class from 3rd party assembly in a loop (it has to). That class doesn't have .Dispose or...
458
by: wellstone9912 | last post by:
Java programmers seem to always be whining about how confusing and overly complex C++ appears to them. I would like to introduce an explanation for this. Is it possible that Java programmers...
31
by: Bill Norton | last post by:
Over at PCMag.com there is a debate going on over the usability of CSS. The discussion was initiated by an article by John Dvorak called "Why CSS Bugs Me"...
113
by: John Nagle | last post by:
The major complaint I have about Python is that the packages which connect it to other software components all seem to have serious problems. As long as you don't need to talk to anything outside...
162
by: Sh4wn | last post by:
Hi, first, python is one of my fav languages, and i'll definitely keep developing with it. But, there's 1 one thing what I -really- miss: data hiding. I know member vars are private when you...
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: 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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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.