TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ferdi Kocboga
NA
15
994
String of the expression I defined from object type
Apr 23 2019 5:26 AM
foreach
(
object
a
in
listView1.Items)
{
if
(a.ToString() == textBox4.Text.ToString())
//Burada " a " ifadesi textbox4.text ifadesine esit oldugu halde false degeri veriyor sebebi ne olabilr.
{
kontrol=kontrol+1;
}
if
(a==textBox7)
{
kontrol=kontrol+3;
}
if
(a==maskedTextBox2)
{
kontrol = kontrol + 5;
}
Reply
Answers (
3
)
Window form Locked issue
String of the expression I defined from object type