msdn

Load search URL in browser from Visual Studio

I'm finding the built-in Visual Studio Document Explorer less relevant, especially as more of the SDKs I work with have the most up-to-date content on-line. Pressing F1 starts Document Explorer usually with something unhelpful and it's not usable any more for me. Is there any way that on the press of a key combination in Visual Studio: ...

Non-startup Microsoft ISV development, on the cheap?

While there are a handful of great programs for ISV Startups (BizSpark, Emplower ISV, etc), the only option avaiable for non-startups seems to be Visual Studio w/ MSDN. It's not that expensive (I was quoted $10,080/yr for 8 developers), but I'm fairly sure that we'd be just as fine without it. We need pretty standard dev workstations (W...

Microsoft's CodeView format specs

I've been looking for a Microsoft document from the 1990's called CodeView Symbolic Debug Information Specification. It's referenced by Microsoft in their PE/COFF spec. Information about this document is sparse, and every lead I come across ends in a 404. Unfortunately I don't have any old MSDN CD's, which seemed to end the search for a ...

Error with Visual Studio 2008 setup

Every time I run the Visual Studio setup I encounter the following error message "A problem has been encountered while loading the setup components. Canceling setup.". I also tried running the setup via the control panel, which results in a ever-so-meaningful "path not found" (but the setup did execute further). I did try removing sever...

C++ How to download webpage to string without saving to disk - URLDownloadToFile not work

How to download webpage into string without saving this page to disk in C++? URLDownloadToFile MSDN function only saving page into disk. ...

MSDN: How can I see what inherits/implements a class/interface?

One thing I really, really miss from Javadoc is the ability to see which classes inherit the class you're looking at. So if you are looking at an abstract class (such as List) then you would be able to see all classes that inherit/implement the class/interface you're looking at. Is this available in the MSDN and I'm just missing it or is...

Cost effective MS/Adobe development tools

Its getting to that time where we need to get some more up to date development tools. There seems to be so many schemes, subscriptions and memberships out there which promise to offer discounts on various development tools etc. Which ones are best in terms of cost and usable software. We are a web based company and our software is creek...

Do you use online or local help in Visual Studio / Are there downsides of one over the other?

Well I am sure that most people have seen the following: This time, I did not install the local MSDN so I do not have the option of Local help, however I usually always use the first option of look online anyway. I was wondering if there are any downsides to not installing MSDN? The only one I have found so far is that dynamic help ...

What was lab.msdn.microsoft.com?

I've seen some links to lab.msdn.microsoft.com, but now all it does is give a standard ASP.Net error page. What did the site use to have, and when did it go down? ...

Where can I find the meanings of MSDN library icons?

method. what does this mean? static. and there are lot more symbols. Where can I get the reference of all these? EDIT: Just in case anybody also want here is a meaningful link http://tinyurl.com/msdnicons ...

Where can I find the Microsoft .NET Framework Development Guide?

I'm positive that this guide existed, but my Google skills seem to be broken today. Could you show me the link to the MSDN pointing to that section? ...

Overloaded signification on msdn

I don't understand what does the overloaded term mean in the context of msdn library's page for MemoryStream Close method (or others like Dispose). See the page here. To me, overloaded points out the fact that you are providing a method with the same name but different signature than an existing one AND in the same class. In this case,...

WebsiteSpark downloads unavailable

Just got approved for WebsiteSpark, but I can't download from MSDN. Anybody else have this issue? Update: Currently going through MS support. WebsiteSpark doesn't seem to be talking to MSDN very well. ...

Looking for documentation on entry points for avifil32.dll

I have seen some examples of people using avifil32.dll to read / write AVI files and the DLL is supplied in Windows XP (possibly not Vista / Win 7). However even though its used in an example for the extern keyword of C# on MSDN I can't find any documentation on it there. Where can I find a list of functions or entry points into avifil3...

MSDN for Windows API in Visual C++ Express 2008

I install Visual C++ 2008 Express to develop code using native Win32 API. However, the MSDN Express I can install with it doesn't show help on Windows API functions - but only on .NET Even online help isn't helpful and keep linking to MFC. How can I integrate MSDN with Windows API documentation (SDK) into my Express 2008? ...

OrderByDescending() per MSDN, what on earth does this mean?

Can someone please help be take apart the elements here and help me understand what they are? public static IOrderedEnumerable<TSource> OrderByDescending<TSource, TKey>( this IEnumerable<TSource> source, Func<TSource, TKey> keySelector ) What is TSource and TKey? What is a keySelector? What the heck is an IOrderedEnumerable? ...

How to determine which assembly a specific class belongs to?

Hi, Often i have a problem that I need to determine which assebmly to include into my project in order to use specific class. For instance I want to you TypeInfo class. MSDN does not say it belongs to. Actually I am not even been able to find TypeInfo class using MSDN document explorer search. All the results relate to some other stuff....

where are the official directx forums?

I have been checking around MSDN and Microsoft.com but i can only find Archived forums. Are there any microsoft run forums for DirectX anymore? ...

Website spark training

Just joined the website spark program, which is a great deal in my opinion. But i still have one question, at the program details page (http://www.microsoft.com/web/websitespark/Support.aspx?tab=ProgramDetails) the following is mentioned as a benefit: 'Free online training Managed newsgroups on MSDN (a community of over six million dev...

Will Visual Studio 2003 and 2008 fail gracefully if I uninstall the MSDN library

I use google as my primary reference so I don't need a local copy of MSDN; and am trying to free up a few GB of disk space. Before I pull the plug I'd like to make sure that my fatfingering the F1 key won't end up freezing visual studio up for even longer than it does with MSDN installed. ...