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.