10,626 questions with C#-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

else geht nicht

Liebe Community Ich habe zwei mal ein if/else in meinem Code. Das erste if/else geht ohne Probleme, das zweite jedoch funktioniert nicht. unten ist das if else welches nicht geht. if (server_tokens_string == token_eingabe);…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,626 questions
asked 2020-11-20T09:20:45.193+00:00
RobinJ 276 Reputation points
commented 2020-11-24T08:41:45.543+00:00
Timon Yang-MSFT 9,586 Reputation points
2 answers

Programmatically determine if WiFi direct is supported

I would like to programmatically determine if WiFi direct is supported on a given windows 10 machine... including a foreign windows 10 OS. Most of the articles I have come across involve "IpConfig /all" and then searching for the string…

Universal Windows Platform (UWP)
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,626 questions
asked 2020-11-23T23:11:56.077+00:00
Jason 1 Reputation point
answered 2020-11-24T08:17:52.16+00:00
Castorix31 83,101 Reputation points
0 answers

Adding tags to a Header with AddressHeader.CreateAddressHeader

I am trying to add some tags to the Header of a SOAP request, but I cannot insert this tag: <ReplyTo xmlns="http://www.w3.org/2005/08/addressing"> <Address>http://www.w3.org/2005/08/addressing/anonymous</Address> …

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,626 questions
asked 2020-11-21T10:44:03.893+00:00
Infoservice 1 Reputation point
commented 2020-11-23T09:35:32.923+00:00
Timon Yang-MSFT 9,586 Reputation points
0 answers

Change field text color(red) on Main Entity and Subgrid using Javascript (Unified Interface)

I am currently using Dynamic 365 Unified Interface whereby on the javascript web resource which is using XMLHttpRequest(Retrieve data) to change some text field color on certain tabs and subgrid entity. May I know what will be the correct syntax on…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,626 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,140 questions
asked 2020-11-20T02:59:23.587+00:00
Kweh Hong Yang 1 Reputation point
commented 2020-11-23T08:06:52.07+00:00
Timon Yang-MSFT 9,586 Reputation points
1 answer One of the answers was accepted by the question author.

Why does ToolStripMenuItem OnPaint draws only the first item?

Hello, I'm trying to add white space within the item's text in a ContextMenu for that the string after the space is always left aligned and always stands under each other in each item. What I'm trying to do in the following code: I add the items to…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,869 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,626 questions
asked 2020-11-21T18:22:40.6+00:00
chris harper 96 Reputation points
accepted 2020-11-21T22:43:07.78+00:00
chris harper 96 Reputation points
1 answer One of the answers was accepted by the question author.

replace a chart.serie with new values

Is it possible to empty 1 serie in a chart that is constantly being built up with the help of a timer and fill it with 1 value? So that a straight line is put in the chart for this series. So i want to update the Yvalue of a chart.serie. I found that i…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,626 questions
asked 2020-11-21T08:36:35.643+00:00
Hans 251 Reputation points
accepted 2020-11-21T14:09:00.893+00:00
Hans 251 Reputation points