Visual C# announcement
-
Link
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
-
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#?
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 -
6 Votes
Contributors: How to avoid aiding the development of malicious code
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 ... -
5 Votes
Visual C# Samples, Specifications, Quick Reference and Visual C# General FAQ
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
-
0 Votes
Running .NET app in a Docker container
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 ... -
0 Votes
Class diagram
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 -
1 Votes
I am making a web browser in C# I am stuck and need help.
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 -
1 Votes
using multiple thread how to copy multiple files simultaneously
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. ThanksUnanswered | 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 -
0 Votes
How to control JpegBitmapDecoder output format?
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 -
0 Votes
Defrag Output in 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 -
0 Votes
C# Student Grade Calculator
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 -
5 Votes
Why can't change value in foreach?
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 -
0 Votes
Windows 10 Workspace manipulation
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. ... -
5 Votes
How do i compare two arrays in 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 -
0 Votes
How can I fill array with model properties in controller action and pass to view?
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 -
0 Votes
How to update multiple xml files simultaneously by thread
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 -
0 Votes
Text to speech
Hello everyone! Windows 10 home (hungarian) runs on my machine (asus vivobook). I would write a desktop application ... -
0 Votes
C# compiler console output on compile bothering me
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 -
0 Votes
Web APi
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 -
0 Votes
How to prevent the running of rename application
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 -
0 Votes
Adding an image with hyperlink to clipboard
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 -
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?
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 -
0 Votes
.NET Core MVC EF SQL Login Failure
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 -
0 Votes
How to add context menu item to Windows Explorer for both folders and files together?
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 ›
Visual C# announcement
-
Link
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