473,804 Members | 2,139 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 "LayoutStyl e" 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.Lay outStyle.Proper ty).

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
"HorizontalStac k" 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 3207
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.comschr eef in bericht
news:12******** *****@corp.supe rnews.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 "LayoutStyl e" 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.Lay outStyle.Proper ty).

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
"HorizontalStac k" 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.comwrot e in message
news:12******** *****@corp.supe rnews.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 "LayoutStyl e" 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.Lay outStyle.Proper ty).

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
"HorizontalStac k" 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 "LayoutStyl e" 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.Lay outStyle.Proper ty).

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 ToolStripLayout Style
enumeration. Also, just above the Remarks you should see this line:

Property Value
One of the ToolStripLayout Style values. The default is Table.

Notice that ToolStripLayout Style is a link to the type of the property.
If you click that it will take you to the ToolStripLayout Style
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******** *************@i 42g2000cwa.goog legroups.com...
Jon Slaughter wrote:
>For example,
>Now, I see the property "LayoutStyl e" 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.La youtStyle.Prope rty).

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 ToolStripLayout Style
enumeration. Also, just above the Remarks you should see this line:

Property Value
One of the ToolStripLayout Style values. The default is Table.

Notice that ToolStripLayout Style is a link to the type of the property.
If you click that it will take you to the ToolStripLayout Style
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.
HorizontalStack WithOverflow - Specifies that items are laid out horizontally
and overflow as necessary.
StackWithOverfl ow - Specifies that items are laid out automatically.
Table - Specifies that items are laid out flush left.
VerticalStackWi thOverflow - 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.com wrote in message
news:%2******** *******@TK2MSFT NGP02.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.comwrot e in message
news:12******** *****@corp.supe rnews.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 "LayoutStyl e" and I change it to HorizontalStack
and it *seems* to do just what I want but theres also other
properties(som e 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.La youtStyle.Prope rty).

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
"HorizontalSta ck" 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*********@RE MOVETHISTEXTmet romilwaukee.com wrote in message
news:ej******** ******@TK2MSFTN GP05.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.com wrote in message
news:%2******** *******@TK2MSFT NGP02.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.comwrot e in message
news:12******* ******@corp.sup ernews.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 "LayoutStyl e" and I change it to HorizontalStack
and it *seems* to do just what I want but theres also other
properties(so me 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.L ayoutStyle.Prop erty).

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
"HorizontalSt ack" 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
4823
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 thought only mod-perl will suck not regular perl. -- I am Social Liberal-Fiscal Conservative Social Liberal: Forgiveness, Acceptance of Difference, Universal Healthcare, Free College Education for Everyone Fiscal Conservative: Small Government,...
9
4273
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 something called txtForum and simpleboard both are not MySQL based. I assume the forum is the most MySQL consuming application. News can just be put in text file. I like the idea to update HTML files from PHP files. I wrote something to change every...
8
1548
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 dozens or hundreds, but the set is more-or-less static; I'll be matching many paths against the same set of triggers. Matching a path should be fast in the average case, and non-awful even if an adversary
3
2469
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 can even OBTAIN selected text?!?! I can do this in java if I have to, I know java better than javascript, it seems as that is the only way to do it from looking online. <-- me javascript beginner
16
6739
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 any similar method. I want to make sure GC keeps up with the loop. My reasoning if Thread.Sleep(1000) is called; GC will take priority it do its work, right? GC.Collect(); GC.WaitForPendingFinalizers(); System.Threading.Thread.Sleep(1000);
458
21536
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 simply aren't smart enough to understand C++? This is not merely a whimsical hypothesis. Given my experience with Java programmers --- the code they write and the conversations they have --- Occam's Razor points to this explanation. For example,...
31
2549
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" (http://www.pcmag.com/article2/0,1759,1987181,00.asp). The discussion starts here: http://discuss.pcmag.com/forums/1/1004331343/ShowPost.aspx#1004331343. Someone suggested that some of you folks might have a thing or two to say about the topic, so I'm inviting everyone to drop by and...
113
5325
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 the Python world, you're fine. But once you do, things go downhill. MySQLdb has version and platform compatibility problems. So does M2Crypto. The built-in SSL support is weak. Even basic sockets don't quite work right; the socket module...
162
10327
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 prefix them with 2 underscores, but I hate prefixing my vars, I'd rather add a keyword before it. Python advertises himself as a full OOP language, but why does it miss one of the basic principles of OOP? Will it ever be added to python?
0
9594
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10350
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10351
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9174
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7638
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6866
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5673
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4311
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3834
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.