T
Tony Johansson
Hello!
I'm taking a course at a university and I have a task here that I hope that
somebody might understand more then I do about this exercise.
I will quite easy do the task as soon as I understand it.
I have worked with user control many times so I understand how they works.
Here is the text from the specification document.
"Build a user control which works as a login control using Windows Class
Library and user Control Template.The user control returns the user name the
password and the login time. It means that the control has three ReadOnly
properties. Create a Windows application to test your control as in the
picture"
The user control GUI looks like this in design mode:
-------------------!
UserName: Nisse !
Password: ***** !
!
timer control here !
-------------------!
When you run a test application it looks like this.
-------------------
UserName: Nisse
Password: ***** Login
You have login 14:10:52
My question
I mean that when you run the application you enter the username and password
and click the Login button and as a result a text is written like in the
example above You have login: 14:10:52
I must say that the specification is very badly written.
There are two sentences that bother me here.
First the sentence "The user control returns the user name the password and
the login time"
what does this mean ?
Second what is this sentence trying to say It means that the control has
three ReadOnly properties ?
//Tony
I'm taking a course at a university and I have a task here that I hope that
somebody might understand more then I do about this exercise.
I will quite easy do the task as soon as I understand it.
I have worked with user control many times so I understand how they works.
Here is the text from the specification document.
"Build a user control which works as a login control using Windows Class
Library and user Control Template.The user control returns the user name the
password and the login time. It means that the control has three ReadOnly
properties. Create a Windows application to test your control as in the
picture"
The user control GUI looks like this in design mode:
-------------------!
UserName: Nisse !
Password: ***** !
!
timer control here !
-------------------!
When you run a test application it looks like this.
-------------------
UserName: Nisse
Password: ***** Login
You have login 14:10:52
My question
I mean that when you run the application you enter the username and password
and click the Login button and as a result a text is written like in the
example above You have login: 14:10:52
I must say that the specification is very badly written.
There are two sentences that bother me here.
First the sentence "The user control returns the user name the password and
the login time"
what does this mean ?
Second what is this sentence trying to say It means that the control has
three ReadOnly properties ?
//Tony