This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use. Learn more
Dev Center
  • Explore
    • Why Office?
    • Office UI Fabric
    • Microsoft Graph
    • Better with Office
    • Word
    • Excel
    • Powerpoint
    • Access
    • Project
    • OneDrive
    • OneNote
    • Outlook
    • SharePoint
    • Skype
    • Yammer
    • Android
    • ASP .NET
    • iOS
    • JavaScript
    • Node.js
    • PHP (coming soon)
    • Python (coming soon)
    • Ruby (coming soon)
  • Getting Started
  • Code Samples
  • Resources
    • Patterns and Practices
    • App Registration Tool
    • Events
    • Podcasts
    • Training
    • API Sandbox
    • Videos
  • Documentation
    • Office Add-ins
    • Office Add-in Availability
    • Office Add-ins Changelog
    • Microsoft Graph API
    • Office 365 Connectors
    • Office 365 REST APIs
    • SharePoint Add-ins
    • Office UI Fabric
    • Submit to the Office Store
    • All Documentation
  • https://www.yammer.com/
  • http://feeds.feedburner.com/office/fmNx
Ask a question
Quick access
  • Forums home
  • Browse forums users
  • FAQ
Announcement: 1

Visual C# announcement

  • Link
    Do Not Ask Windows Forms or WPF or ASP.NET Questions Here (Open to Read Where)
    Reed Copsey, Jr Monday, August 31, 2009 2:13 PM
    This forum is for C# related question. GUI questions become very unclear if its a WPF or Winforms or ASP.Net related question.

    Please post any GUI related questions to the target forum:

    Windows Forms General
    Windows Presentation Foundation (WPF)
    ASP.Net forums

    depending on what you are working on.

    The C# forum is for C# related questions on the language constructs and not indirect component usage. THX

RRS feed

  • Remove From My Forums

Forums [ view all ]

Selected forums

Clear
Visual C#
x
Filter : All threads
All threads
Answered
Unanswered
Proposed answers
General discussion

No replies
Helpful
Has code

All languages
Sort : Most recent post
  • Most recent post
  • Most recent thread
  • Total votes
  • Total replies
  • large check mark
    9 Votes

    Where is the correct place to make posts regarding ASP.NET, MVC, WebAPI and Core, SQL or another topic that is not related to C#?

    Visual Studio Languages
     > 
    Visual C#
    Where should I make my post? For ASP.NET create the post at the ASP.NET forum.For Web API create the post at the ASP.NET Web API forum.For MVC create ...
    Sticky | 3 Replies | 19862 Views | Created by Eyal Solnik - Monday, February 17, 2014 11:46 AM | Last reply by Simple Samples - Friday, April 29, 2016 7:21 AM
  • large check mark
    6 Votes

    Contributors: How to avoid aiding the development of malicious code

    Visual Studio Languages
     > 
    Visual C#
    I would like to ask our community to take a brief moment to consider the outcome of answering a question before doing so. Sometimes a question can lead down a path to examples of how to ...
    Sticky | 0 Replies | 50721 Views | Created by Rudedog2 - Thursday, August 4, 2011 9:40 PM
  • large check mark
    5 Votes

    Visual C# Samples, Specifications, Quick Reference and Visual C# General FAQ

    Visual Studio Languages
     > 
    Visual C#
    I am excited to announce the availability of the following FAQ paper which lists some of the questions frequently asked by the Visual C# General forum members. This material should not be ...
    Sticky | 23 Replies | 187708 Views | Created by Xiaoyun Li – MSFT - Wednesday, April 8, 2009 2:00 AM | Last reply by Sabah Shariq - Tuesday, March 14, 2017 2:28 PM
  • large check mark
    0 Votes

    Running .NET app in a Docker container

    Visual Studio Languages
     > 
    Visual C#
    docker build . PS C:\Users\myUser> docker tag 44ae8b30b2c3 mydocker PS C:\Users\myUser> docker run -i -t -p 8000:8000 --name test mydocker Listing ...
    Unanswered | 0 Replies | 6 Views | Created by ChristianHavel - 6 minutes ago
  • large check mark
    0 Votes

    Class diagram

    Visual Studio Languages
     > 
    Visual C#
    View Class Diagram) it shows me 60 classes. In order to make my own class diagram, is it appropriate to keep only these classes that are Forms for my presentation in university? Because it ...
    Unanswered | 1 Replies | 24 Views | Created by AndriannaTs - 1 hour 10 minutes ago | Last reply by Kareninstructor - 56 minutes ago
  • large check mark
    1 Votes

    I am making a web browser in C# I am stuck and need help.

    Visual Studio Languages
     > 
    Visual C#
    I have all the normal stuff done like URL Bar, back, forward, refresh, and web browser. I need to know how to make a button that will go to another form and display there web history.
    Unanswered | 5 Replies | 125 Views | Created by Devin Henrickson - 15 hours 8 minutes ago | Last reply by Viorel_ - 5 hours 45 minutes ago
  • large check mark
    1 Votes

    using multiple thread how to copy multiple files simultaneously

    Visual Studio Languages
     > 
    Visual C#
    Please share some code example which i can use to copy multiple files to specific folder simultaneously instead of copying files one by one.  Also race condition should not occur. Thanks
    Unanswered | 3 Replies | 198 Views | Created by Sudip_inn - Friday, December 6, 2019 7:48 PM | Last reply by Tim Roberts - 6 hours 31 minutes ago
  • large check mark
    0 Votes

    How to control JpegBitmapDecoder output format?

    Visual Studio Languages
     > 
    Visual C#
    I am using JpegBitmapDecoder to decode images from camera. I noticed that the resulting image is always in Bgr32 format. Documentation says that by default JpegBitmapDecoder produced images ...
    Unanswered | 1 Replies | 97 Views | Created by Aleksey Malyshev - Saturday, December 7, 2019 2:32 PM | Last reply by Tim Roberts - 6 hours 36 minutes ago
  • large check mark
    0 Votes

    Defrag Output in C#

    Visual Studio Languages
     > 
    Visual C#
    Sorry if this has been posted somewhere before, but I have several problems when trying to use the Windows disk defragmenter in C#. I would like to run the defrag.exe process from ...
    Answered | 3 Replies | 1502 Views | Created by develop5 - Wednesday, May 29, 2013 1:02 PM | Last reply by bruh777 - 8 hours 42 minutes ago
  • large check mark
    0 Votes

    C# Student Grade Calculator

    Visual Studio Languages
     > 
    Visual C#
    Application: Develop a program that calculates a student’s final grade based on six 100 point project, a midterm exam and a final exam each worth 100 points. The ...
    Unanswered | 1 Replies | 94 Views | Created by SAB913 - 15 hours 10 minutes ago | Last reply by WayneAKing - 12 hours 50 minutes ago
  • large check mark
    5 Votes

    Why can't change value in foreach?

    Visual Studio Languages
     > 
    Visual C#
    Hello, Why we can't change any value in foreach loop? int[] intArray = { 1,2,3,4,5}; foreach (var item in intArray) ...
    Answered | 9 Replies | 37729 Views | Created by Arash_89 - Sunday, July 12, 2015 12:29 PM | Last reply by frenzal_dude - 14 hours 30 minutes ago
  • large check mark
    0 Votes

    Windows 10 Workspace manipulation

    Visual Studio Languages
     > 
    Visual C#
    I recently ran Win 10's on screen keyboard. And I realized that it pops up from the bottom of the screen and resizes the existing window. So it's not an overlay. ...
    Unanswered | 0 Replies | 82 Views | Created by Paul.Effect - 16 hours 16 minutes ago
  • large check mark
    5 Votes

    How do i compare two arrays in c#

    Visual Studio Languages
     > 
    Visual C#
    I want to compare between two string arrays. The first string array contains answers from a multiple choice, which consists of only a, b, c and d's in a total of 20 questions. I also have a text file ...
    Answered | 12 Replies | 37502 Views | Created by Imtiaz383 - Wednesday, March 13, 2013 12:23 PM | Last reply by Jerscape - 19 hours 14 minutes ago
  • large check mark
    0 Votes

    How can I fill array with model properties in controller action and pass to view?

    Visual Studio Languages
     > 
    Visual C#
    Hi. I have a model with a table namely Resource that consist of multiple properties. I want define an array and fill that with Id,Latitude and Longitude properties in action namely ...
    Unanswered | 3 Replies | 169 Views | Created by Nazanin.Eb - Friday, December 6, 2019 10:03 PM | Last reply by DA924x - 19 hours 24 minutes ago
  • large check mark
    0 Votes

    How to update multiple xml files simultaneously by thread

    Visual Studio Languages
     > 
    Visual C#
    Supposed in a list i have stored many xml files path. I need to update each xml files in separate thread.  So how could i develop a multi threading program which will update ...
    Unanswered | 2 Replies | 149 Views | Created by Sudip_inn - Friday, December 6, 2019 8:05 PM | Last reply by Sudip_inn - 20 hours 53 minutes ago
  • large check mark
    0 Votes

    Text to speech

    Visual Studio Languages
     > 
    Visual C#
    Hello  everyone! Windows 10 home (hungarian) runs on my machine (asus vivobook). I would write a desktop application ...
    Unanswered | 0 Replies | 88 Views | Created by Riha46 - 22 hours 30 minutes ago
  • large check mark
    0 Votes

    C# compiler console output on compile bothering me

    Visual Studio Languages
     > 
    Visual C#
    Is there a way to delete the version output at  every time i compile my code? What file is the following text located in so i can just go delete ...
    Proposed | 2 Replies | 90 Views | Created by Accepted_101 - Saturday, December 7, 2019 12:44 PM | Last reply by Kareninstructor - Saturday, December 7, 2019 1:19 PM
  • large check mark
    0 Votes

    Web APi

    Visual Studio Languages
     > 
    Visual C#
    Hi I've done authentication on Asp Core Web Api using Token and JWT. Now the token is generated in the user part and now how do I send it to the server and do the authentication? Should the token be ...
    Unanswered | 1 Replies | 104 Views | Created by Ali_Lonbar - Saturday, December 7, 2019 11:45 AM | Last reply by DA924x - Saturday, December 7, 2019 12:49 PM
  • large check mark
    0 Votes

    How to prevent the running of rename application

    Visual Studio Languages
     > 
    Visual C#
    1)             {                 MessageBox.Show("Application Already ...
    Unanswered | 2 Replies | 107 Views | Created by Enhance Technology - Saturday, December 7, 2019 11:09 AM | Last reply by Castorix31 - Saturday, December 7, 2019 12:04 PM
  • large check mark
    0 Votes

    Adding an image with hyperlink to clipboard

    Visual Studio Languages
     > 
    Visual C#
    Hi, Does anyone know how you go about creating a clipboard object in c# that has a hyperlink wrapped around an embedded image? I need to be able to paste it into word or OneNote. So ...
    Unanswered | 3 Replies | 331 Views | Created by Rob Marsh - Friday, December 6, 2019 12:02 PM | Last reply by Castorix31 - Saturday, December 7, 2019 11:53 AM
  • large check mark
    2 Votes

    On the display settings page Change the size of text, applications, and other items. How do I find the selected value with code?

    Visual Studio Languages
     > 
    Visual C#
    Hi On the display settings page Change the size of text, applications, and other items. How do I find the selected value ...
    Proposed | 6 Replies | 256 Views | Created by HakanÇtn - Friday, December 6, 2019 1:37 AM | Last reply by tommytwotrain - Saturday, December 7, 2019 10:32 AM
  • large check mark
    0 Votes

    .NET Core MVC EF SQL Login Failure

    Visual Studio Languages
     > 
    Visual C#
    Hello,   I’m trying out a .NET Core MVC app using EF, and unable to get past a login ...
    Unanswered | 1 Replies | 132 Views | Created by Mke HammerFish - Friday, December 6, 2019 6:58 PM | Last reply by DA924x - Saturday, December 7, 2019 7:18 AM
  • large check mark
    0 Votes

    How to add context menu item to Windows Explorer for both folders and files together?

    Visual Studio Languages
     > 
    Visual C#
    from:"https://stackoverflow.com/questions/20449316/how-add-context-menu-item-to-windows-explorer-for-folders"so, I know that one can add a key under ...
    Unanswered | 0 Replies | 125 Views | Created by zweigs Korba Shael - Friday, December 6, 2019 11:36 PM
  • Items 1 to 20 of 112873 Next ›
Announcement: 1

Visual C# announcement

  • Link
    Do Not Ask Windows Forms or WPF or ASP.NET Questions Here (Open to Read Where)
    Reed Copsey, Jr Monday, August 31, 2009 2:13 PM
    This forum is for C# related question. GUI questions become very unclear if its a WPF or Winforms or ASP.Net related question.

    Please post any GUI related questions to the target forum:

    Windows Forms General
    Windows Presentation Foundation (WPF)
    ASP.Net forums

    depending on what you are working on.

    The C# forum is for C# related questions on the language constructs and not indirect component usage. THX
Community Resources
  • O365 Technical Network
  • MSDN Forums
  • UserVoice
  • Stack Overflow
Follow Us
  • Twitter
  • Facebook
  • Office Dev Blog
© 2019 Microsoft
United States - English
  • Terms of Use
  • Trademarks
  • Privacy Statement