C# - Multiple Language Examples In XML Documentation?

May 24, 2010

Is there a way to include examples for multiple languages (C# and Visual Basic, for example) in XML documentation?

I'm using SandCastle to build MSDN-style documentation and would like to include usage examples for a few .NET languages.

View 1 Replies


ADVERTISEMENT

Visual Studio Documentation Should Have Examples For Every Method, Function, Event And Operator?

Dec 17, 2009

It is really too bad that Microsoft (who once had the best documentation in the business) has slipped so badly. Good documentation does not really require analysis, though, admittedly, it is a lot of work. To wit: for each and every single method, function, event and operator provide the following: a brief topical functional description including any parameters, a detailed description of how the object works, a workable example of the code needed to make this object do something useful and links to all possible associated objects (See Also).

I see pages upon pages of useless text and links to other pages full of links. This rapidly descends into a crevace of unbelievable complexity for the developer trying to find out something truly simple like filtering a DataGridView without changing the data connection. (As it turns out this is very simple to do but I could not find a single example of how to do it in the Visual Studio documentation.)

View 19 Replies

Multiple Language In 1 Project?

Apr 27, 2009

I have a project which is using VB Language, is it possible I combine some classes with C# language into it? "Project" not a solution.

View 8 Replies

Merge Multiple PDF Into One Using Programming Language (.NET / VBScript)

Jun 24, 2010

Every Morning, we are getting multiple PDF files and our Executive needs to see in one PDF files.

Right, now I am diong manually PDF Merge process using Acrobate Profetional. But Now, my client asking to convert this into automated process every morning.

How can we Merge PDF processing using programming language .NET / Java Script and automate this every morning ?.

(My client is not allowing to use any third paty tool for this process.)

View 3 Replies

Multiple Forms - Select Default In Language Property?

Oct 15, 2010

While modifying my form, I was suddenly unable to place any of the controls onto the page - i kept getting an error:
"Components cannot be added in localization mode. Select Default in the Language property."
So I set my language to Default...thinking that perhaps it had somehow gotten set to another setting. That seemed to fix it...I could now add controls to the form. Suddenly however, when I run the form, I notice that my new changes aren't there. If I re-set the language property to what it was before setting it to default, I see the form I see when i run it...it's like there's 2 forms.

View 1 Replies

Localization - Menu Strip To Select An Other Language - Doesn't Change My Menustip Text To My Selected Language

Mar 29, 2010

In my winform app in VB.NET I want to use the localization option. But i have a few questions/problems. I'm using a menu strip to select an other language. But it seems that is doesn't change my menustip text to my selected language. It does change my labels, buttons, and textboxes but menu strips don't seem to change when I choose another language. Also is it possible to get those resx files such as MyForm.fr-FR.resx compiled so it isn't an external file outside my app? Or to get those files in an Language folder at the same location of my app, so i don't have all those fr-FR & nl-Nl folders in the same location as my program?

View 4 Replies

Migrate From .net Specific Language To .net Framework Language?

Mar 11, 2010

What reasons are there to migrate from vb.net specific language to .net framework language?
Examples:

VB.net
ubound
msgBox
.Net Framework
array.getUpperBound(0)
messageBox

View 4 Replies

WPF & MVVM: Any Examples Using VB?

Sep 26, 2009

Almost every example of MVVM I found is coded in C#, are there any examples/tutorials coded in VB.Net? I'm having a hard time translating C# to VB.Net since I haven't really used C# in any meaningful way...Also, does a MVVM Template/Toolkit for VB.Net exist yet?

View 4 Replies

PC Audit Software Examples?

Nov 16, 2009

Are there any examples of PC Audit software or tutorials/code? While I found 80% of my questions on this forum, like how to retrieve ram info, how to retrieve hard drive space, etc..

View 1 Replies

IDE :: When Localizing A Form / Select Language In Form Properties But IDE Automatically Selects Different Language

Nov 29, 2010

I have multilingual application that was done in VB2005.We recently had a request to translate the application to Arabic (Egypt), so I have been happily running through all of the forms and changing the layout for Right to Left format.I have 2 forms that are problematic though.On one form, whenever I select Arabic (Egypt), it will automatically switch the selection to Arabic (Saudi Arabia) and try to add an ar-SA resx file.On the other problematic form, if I choose Arabic (Egypt), the IDE will automatically select Chinese (People's Republic of China), then copy the contents of my ar-EG resx file into the zh-CN file, overwriting all of our Chinese translations and layout changes with the Arabic ones.

View 1 Replies

.Net Examples Of User-Defined Exceptions?

May 22, 2011

example of a user-defined exception in VB.Net. I already have two examples that I was able to find online, but other than that, I cannot think of any more. I need to find at least 5 to put in my notes, and then submit to my teacher.The two I have so far are: invalid login information (such as improper username or password), and expired credit card information on an online store.

View 3 Replies

Examples On Update And Delete In Datagridview?

Oct 6, 2009

from the insert code, I don't quite know how to make it into update.some examples on update of data.Here is the code for the insert part:Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

conn.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = G:MajorProjectFileProjectSampledatabaseUser.mdb"
sql = "SELECT * FROM customer"

[code].....

View 3 Replies

GPS Street Navigation Dlls Or Examples?

Aug 28, 2009

I have been searching but unable to find any code examples of using a GPS coordinate to navigate to another GPS by road way. Is there a dll from MS Streets and Trips or any other software that would allow this to happen? This would also need to be done offline, so no Google or other online serive call outs.

View 1 Replies

Html Agility Pack - Why Are Most Examples In C#

Dec 2, 2011

I am looking to learn as much about the free source html aglity pack but 99% of what I am running into is code mostly in c sharp. Is VB.NET not the preferred language for html agility pack?

View 2 Replies

Linq - Examples Of .NET Lambda Expression?

Feb 3, 2011

Where can I find complex LINQ examples made using VB.NET Lambda Expression syntax?During my searches I always found 101 LINQ Samples but they use the other notation and for me is not always clear how to transform that code into a lambda expression.

View 1 Replies

Looking For Examples Of Error Handling Code

Sep 14, 2009

I have a routine that is called when an unhandled exception occures.It is called by the MyApplication_UnhandledException method in applicationEvents (which handles Me.UnhandledException)

I am looking for some code that manages disects the data provided to generate information that is of benefit to the debugging team.

View 16 Replies

Multi-threaded Code Examples?

Aug 10, 2011

I'm trying to teach myself how to create multi-threaded applications in Visual Basic Express 2008. I found a page headed "Creating Threads and Passing Data at Start Time" in the Library here -

[url]

However, I can't get any of the examples on that page to run. I pasted the code from an example into a new Project in my IDE but pressing F5 just gives me build errors which I have no idea how to resolve. It's probably something trivial but I can't progress with these examples. Please can somebody tell me what I need to add to get them to run

View 1 Replies

Simple C# Or .NET Examples To Read A File From UNC?

Aug 25, 2009

how to fix the exception that occurs when an .EXE file is run from the the Network Share. This application works fine when running from the local machine. I have been trying a lot to fix this issue for a while, but without any success.

Here is the simple code I am trying to test :

string AssessmentFilePath = @"\abce.com
ootmditdevelopment estfile est.xml";
INetworkFileShareReader reader = new NetworkFileShareReader();
XPathDocument document = reader.GetAssessmentFileFromVendor(AssessmentFilePath);

[code]....

View 2 Replies

.net - School Assignment: Examples Of Different Types Of Applications?

Nov 18, 2010

I'm a student taking a beginner computer programming course. My teacher told me to use this website if I have any questions. The lesson I have just studied is about the different types of applications in VB.NET. My assignment asks me to "Give at least five examples of each type of application." I'm supposed to do a web search to find these. The different types of applications I'm supposed to find examples for are: Console, Window, Web, Class Library, Control Library, and Smart Device. Then I'm supposed to provide a description or a screen shot of each example.

I hope my question isn't considered too simple for this forum, but I don't know what else to do! I've spent a long time trying to search for examples myself and I can't seem to find anything.

View 1 Replies

Good Examples Of Application Talking To MySQL?

Jul 11, 2011

I hope someone can help. I was "volunteered" to come up with an application for a local charity group. What they are looking for is a system that will track[code]...

They picked me to help as I have done some computer work and for them that means I'm an expert.What they want is for me to use a Visual Basic front-end talking to MySQL. I know enough to realize that most systems DON'T work out first time and the chances are even less if that person (Me) has not much experience.

View 1 Replies

Good Examples Of Using Microsoft Chart Controls?

Apr 22, 2010

Anyone got any good examples of using the Microsoft Chart Controls?

What I'm trying to do is use a line graph. What I'm trying to do is graph stock prices. I have the date of each day for the past year in a list of strings called stock_date, and the closing price in another list of strings called close.

How do you get the stock_date to be on the x-axis, and the close price on the y_axis[code]...

View 2 Replies

Multilingual - Good Examples Of Support Different Languages

Jun 18, 2010

Trying find some good examples of support different languages in VB.NET. I've read sites on System.Globalization and resource files but none explain fully how to implement them in my application.

What happens to the form title, msgbox strings etc. How do I make these multilingual?

View 2 Replies

Proper Coded Examples Of MVC 3 Error Handling

Oct 5, 2011

I'm coming from the Winforms world where I trapped everything and handled errors with messages to the user with MessageBox.Show(ex.message) or just logged it.Now I'm in the web (MVC 3) world and I can't seem to find a definitive coded example of how to employ proper error handling. Let me show you what I'm using:

User clicks on a link which runs a controller action:

[Code]...

Then it falls to the catch block, and then routes to the HttpError action.. Twice! and then my Error.aspx view never opens, instead I get either no JSON result or a 500 internal server error... makes not a lick of sense to me. Basically, I don't know what I'm doing.

View 1 Replies

Data Logging / Graph And Analog Input Examples

Jul 4, 2011

I want to write my own Datalogging example. But need some simple examples to start from.

View 2 Replies

VS 2010 WebClient.UploadFileAsync : Including Both Server And Client Examples?

May 13, 2011

have any examples for UploadFileAsync? Including both server and client examples?

View 1 Replies

Specific Reason Camel Casing Examples Often Start With A Lower Case Letter?

Jan 14, 2010

Is there any specific reason why camel casing examples often start with a lower case letter?

E.G:Dim btnSave As New Button
'as compared to.>>
Dim BtnSave As New Button

Is it to make a distinction between the ( object / variable ) and its TYPE?

Why then does the IDE not add items starting with a lower case letter if lowercase initial lettering is more common or more accepted?

View 6 Replies

Documentation Or Training On How To Use WMI

May 16, 2011

where can i find some good documentation or training on how to use WMI?

View 3 Replies

IDE :: XML Documentation With ParamArray?

Mar 7, 2012

I am trying to use xml documentation tool in my application. one of my methods receives 'ParamArray' as an argument. i want to document this argument elements.

here is my code
Public Sub LoadSearch_ByEmployee(ByVal EmployeeID As Integer _
, ByVal FromDate As Date _

[code].....

View 4 Replies

Providing Help Documentation In .NET?

Apr 26, 2010

I have written up troubleshooting documents for my project and would like them included in my program. I remember in VB6 there was a very easy way to do this with a control, where it already has the help document tree set up on the left and you just set it to point to certain files.

Does something like this exist for .NET? I am aware of the HelpProvider control but as far as I know this just puts in tooltips and opens documents on a button press?

View 1 Replies

Use The MSDN Documentation?

Feb 28, 2010

The regularity and frequency of that extolling is an indication of how many people, for whatever reason, don't use the documentation. Some say that I've forgotten what it's like to be a beginner, but I remember using the MSDN documentation as a beginner. I remember that I couldn't always find what I needed and I also remember that I didn't always understand what I found. More importantly, I remember that that didn't stop me using it first every time I had an issue and I also remember getting better at using it over time. So, I'm genuinely interested to know, if you don't use the MSDN documentation?

View 39 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved