2
Answers

How to draw a line in a loading image in a C# form??

Christos Alexiou

Christos Alexiou

14y
3.5k
1
Hi everyone,

In windows Application form,I have put a Picture Box on it and button which name is "Load" below the picture box.
Pressing button "Load" it opens a dialog box to have the choice of the image i want to load.
All I want to do, is to draw a line in the loading photo in the picture box,how do i achieve this?
What is the appropriate code to have the loading image with drawing line in the center of the image for example???
Thank you in advance about your time!
Answers (2)
0
Raja

Raja

NA 1.7k 45.4k 8y
 
 
 
 
Css Code
 
 
.top-nav ul li
{

list-style:none;
}
.top-nav ul li a {
display:block;
outline: none;
color: black;
text-decoration: none;
font-size: 1.3em;
padding: 1em;
text-align: right;
background: #333b3e;

}
.top-nav ul li a.black{
background: white;

}
.top-nav ul li a.black1
{
background: white;

}
.top-nav ul li a.black2
{
background:white;
}
.top-nav ul li a.black3
{
background:white;
}
.top-nav ul li a.black4
{
background:white;
}
.top-nav ul li a.black5
{
background:white;
}

.top-nav ul li a:hover,.top-nav ul li.active a {
width: 91%;
padding-left: 0px;
background: gray;
}
.top-nav ul li.active a
{
width: 91%;
padding-left: 0px;
background: #23aeac;
}
 
0
Manas Mohapatra

Manas Mohapatra

NA 29.3k 3.3m 8y
Please provide code for design of you menu. Secondly do you want to implement in server side or client?