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
grace
NA
2
0
Creating controls from reading a text file
Oct 16 2006 8:28 AM
Hello. Is it possible to create controls from a textfile? For example, my text file contains: Panel pNew = new Panel(); pNew.BackColor = System.Drawing.SystemColors.ControlLightLight; pNew.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; pNew.Location = new System.Drawing.Point(3, 5); pNew.Name = "panel1"; pNew.Size = new System.Drawing.Size(368, 408); pNew.AutoScroll = true; How do I create this after openning the text file?
Reply
Answers (
0
)
The server committed a protocol violation
use login control with exsit database Visual Studio 2005