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
onez
NA
73
0
Basic Form questions
Aug 29 2004 12:40 AM
When debugging, can I write messages to the console window? Console.WriteLine("xx"); does not display anything In, my form.cs file, I would like to access some of the forms objects like a textbox in a public class. However, I can only access the objects with form events such as button click. public static void DrawYLabels() { YLabel1.Text = "Y1"; Form1.ActiveForm.YLabel1.Text = "Y1"; // both these don't work }
Reply
Answers (
1
)
How can I use wildcards in the file path
report from 2 tables in crystal report