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
John
NA
4
0
Dinamically created code
Aug 25 2009 1:58 AM
Please help me with this question.
That's not a multiple choice question.
An executable code that will be dinamically created within a running application
1) is not possible with #
2) should be done using the Microsoft.VisualBasic.Compiler class
3)
should be done using the Microsoft.VisualBasic.VBCodeProvider class
4)
should be done by explicitly creating a process and running vbc.exe
5) requires that Visual Studio is installed and automated to create the new code
Reply
Answers (
1
)
DataGridView ComboBox Key Press/Down Event takes 1-2 seconds to fire
In csharp windows application