c# tag

485 questions


1 answers
88 views
0
How to view Xamarin.iOS and Xamarin.Android classes from PCL

Xamarin.iOS and Xamarin.Android have the same class functionality.This class is implemented slightly differently depending on the characteristics of each device.I would like to refer to these classes ...

2 years ago

1 answers
39 views
0
Understanding Byte Limit Processing for String with Character Code UTF-8

I am developing it in C#.NET Framework 2.0.I would like to get the number of bytes in UTF-8 character code for a string and delete it until it falls below the limit when the value exceeds the configur...

c#
2 years ago

1 answers
67 views
0
How to stop playing music when the smartphone application starts (iOS/Android)

You can stop playing music when you start the smartphone application, but We are thinking of implementing this in Xamarin(C#).I'm looking for an example implementation, but I can't find it.If you know...

2 years ago

1 answers
75 views
0
Xamarin.form (XAML) Label Tag Display (Multilingual)

I am having trouble displaying multiple lines on the label because the app supports multiple languages.The following Japanese language is set to the AppResources.resx file.<data name=aaaxml:space=p...

2 years ago

1 answers
141 views
0
JavaScript click event collides with ASP validation

ASP.NET supports double transmission, but the validation and JS click events collide, so I can't reach the event handler...aspx<asp: ImageButton ID=imgUpdate runat=server CauseValidation=false OnCl...

2 years ago

1 answers
97 views
0
C# ASP.NET Ajax Communication Returns Large HTML

I'm a beginner at MVC.The workspace is local.$.ajax({ type: POST, url: /aaa/bbb, data: {selectService:sendId}, success:function(msg){ alert(msg);... [HttpPost]public string bbb(string selectServi...

2 years ago

2 answers
140 views
0
I would like to know how to verify the server certificate with only the server certificate of my project as positive.

■What you want to do The server certificate you purchased will be sent from the server of your project when you communicating with the server. I would like to check that it was sent. I don't know what...

2 years ago

1 answers
85 views
0
The built C# Windows Form application does not start.

We are developing the C# Windows Form application at Visual Studio Express for Desktop in Windows 7.Even if I open the exe that I built in Debug and Release respectively, the application does not star...

2 years ago

3 answers
44 views
0
How to Create a Method to Return an Instance with C#

I'm studying C#.The method in the class has to specify the type of return value.I know intuitively that I can specify string or int for string type and numeric type.How do I return an instance?Also, d...

c#
2 years ago

1 answers
83 views
0
Questions about how to use Unity C# to input coordinates into a conditional expression and other questions.

I am a beginner in software development and programming.I am writing a script using unity ver 5.1.1 f1, C#, but I have a question because it has boiled down.I'm trying to write a script that says Obje...

2 years ago
« - 11 - »

© 2024 OneMinuteCode. All rights reserved.