Posts by Sloan Moura • 12 points
3 posts
-
0
votes0
answers26
viewsQ: Problems with C# and UTF-16
the scenario is this... I am exchanging data with a websocket, however, one of the messages I send no reply. The message contains the following " X02 x00" but when compiling turns to " u0002 0". It…
c#asked Sloan Moura 12 -
-2
votes0
answers21
viewsQ: Bypass automatic conversion to utf-16 on C#
I need to send data to a webosocket Handshake, however, it does not seem to recognize the exhaust sequences in utf-16 generated by c#. the correct string is contains " X02 x00" but when compiling…
c#asked Sloan Moura 12 -
0
votes1
answer21
viewsA: Use checkbox to go to an Activity
What language are you using? it is only to do an if .. if you post your code I help you better, but it would be something like if (checkboxMasculino.Checked) { //codigo do botao masculino } else if…