python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I convert this code using GDI Bitmap pointers from C# to VB.NET?
I need help to convert my code from C# to VB.NET. I'm stuck on these lines:
byte* ptr = (byte*)(void*)bitmapData.Scan0;
byte* ptr2 = (byte*)(void*)bitmapData2.Scan0;
Here is my full code.
kokosik 1221
Votes: 0
Answers: 0
Angular translate toggle button text dynamically
I have this toggle that expands text which i would like to have in two languages. Normally i use | translate and i add the translated text in json files (i18n), but this time it doesn´t work. Could i...
Curiocity
Votes: 0
Answers: 1
How can I remove \n from a string without translate, replace or strip
I'm making a simple rpg and I'm trying to add a feature where the user can type 'save' and their stats will be written onto a txt file named 'save.txt'.
Here is the code for the saving:
elif first_ste...
DylanHammond2022
Votes: 0
Answers: 1
Convert Erlang code to elixir in mnesia delete function?
I need to convert this Erlang code to Elixir.
fun(OtpTemp, otp) when OtpTemp#otp.genenrated_time < time ->
[OtpTemp | otp];
(_, otp) ->
IO.i...
Hasantha Lakshan
Votes: 0
Answers: 1