i am new to c#.
I want to write a windows app that will display a txt file in a new window.

Recommended Answers

All 3 Replies

not specify, explain more...

i have a txt file comma separated. i am trying to display its contents in a grid type on a separeate window not the default form. so basically i want to click on a button and have a popup display the file contents.

Hi,

You can call MessageBox.Show("The test you want to display"); Hope this help.
Camilo

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.