helpme

  1. j3k01

    FormData in post to API

    Hi, I'm struggling with post to api on endpoint that requires formdata content-type. I dont have idea why json in postman works, but in my code not. I'll be glad for any type of help :) using System; using System.Net.Http; using System.Net.Http.Headers; using Newtonsoft.Json.Linq; using...
  2. creampuff1

    Question How would I write a "GetKeyDown" Input as a Variable

    sorry if its a stupid question or if I phrased it wrong im still very new. Unity is saying, "The left-hand side of an assignment must be a variable, property or indexer" However I cant figure out how to make into one of those The part thats causing the error is, if...
  3. creampuff1

    Question I Need Help Using IntelliSense

    I dont know how to describe the problem im having, Im typing "Transform" into visual studio but Intellisense isnt understanding it, the tutorial im following it recognizes it and auto fills it. My code isnt working because of this, please help! My Code The Tutorial
  4. S

    Question Reading Blender Files (.dae) in C#

    I'm in the process of trying to make a certain program that can read each objects data such as: Scale, Position, etc and then output that information to the console, I have no idea where to even start.
  5. ivanbossa

    I am in dire need of help with a solution

    I would be really grateful!
  6. T

    How to put spaces in console output

    Console.WriteLine("your answer is" + num10 * num20); This prints 'your answer is20' And i want it to say 'your answer is 20' Thanks! :)
  7. AndrewShev05

    Resolved currency converter

    Hi. I was given a project for school and I am lost. Don't know how to and where to start. I will attach the file. any guidance will be much appreciated. I got the form up, removed minimize maximize buttons. Got it to the center when run But I don't know how to start with the code.
  8. M

    show the message with WaitForSeconds

    Hi, I´m currently wokring on an application, the purpose of the app is to display a message with a text, then you should be able to close the message down (like a notification). The message should be displayed after a couple of seconds. So what i need help with is to understand how to show the...
  9. Rafael Vinicius

    Resolved how do i do this?

    1 - In order to represent employees in a company, create a class called Employee that includes the following three information as attributes: a first name, a surname, and a monthly salary. all attributes must be public at this point. 2 - Create a constructor that initializes all the attributes...
  10. V1ck

    script cannot convert int?

    rSimple script i don't get the problem
  11. shawnhee

    Resolved Windows Forms Application overlayed other Application

    My WFA has overlayed other application since i added this code unto it. But i need this code to lock other users from repositioning the form. Please help ? protected override void WndProc(ref Message m) { const int WM_NCLBUTTONDOWN = 161; const int WM_SYSCOMMAND = 274; const int...
Back
Top Bottom