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...
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...
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
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.
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.
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.