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
fuchyst
NA
3
0
Invaild Operation Exception error !..
Jun 24 2010 10:23 AM
I have this error while i debug.
you can see error in image ..
http://img441.imageshack.us/img441/4139/mt4error.jpg
while my mouse over
private
void
Log(
String
pText) its show me ( "GBPUSDig: 2010/06/24 15:03 1.49866 1.49882\0" )
Codes here;
private
void
Log(
String
pText)
{
// textBox1.AppendText(pText + "\r\n"); // does not put cr lf, why?
textBox1.AppendText(pText);
textBox1.AppendText(
"\r\n"
);
}
Ty So much.
Reply
Answers (
1
)
C# Modelling turn based rounds system with different rules
Calling COM+ component after installing throws the exception