Click here to Skip to main content
15,915,019 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,
I have to create a web page with tables in MFC,,, any body have any idea, pls help me



thank you
Posted

1 solution

Follow this link[^].

In the link I gave you last time you will be able to see lots of articles in which different people (even myself) have done what you want to do using different approaches.

Apart from that, HTML is easy, you could get information on how to do tables looking at:

w3schools[^], tutorial[^],... or simply googling for: "html table tutorial".

Good luck...

PS: Anyway, you'll get more luck if you don't repost your questions and if you try something and when fail ask for specific information... take a look at those articles, they show you how to create HTML pages insiede C++ in a really easy way.
 
Share this answer
 
Comments
degorio 1-Jun-11 4:56am    
table can be easily done by using html...i want to create table in MFC using html tags .... the output must be in html format
Joan M 1-Jun-11 5:04am    
So, you need to create a control or view that handle/render HTML code, and to create at least a text string that contains all the HTML code that you want to create from the MFC and then send this text/string to the rendering control... something that you can see how it works in the articles I've pointed you to. The other option would be to create a file with all the HTML you are interested in and then load that file into i.e. IE9... Could you clarify exactly what are you interested in?
degorio 1-Jun-11 5:57am    
controls must not be used ... table is created and array is populated in it ,link must be created in particular text
Joan M 2-Jun-11 2:32am    
And how do you want to show HTML to the user? explain, explain a little bit more what you need.
thatraja 1-Jun-11 23:40pm    
Well spotted Tyler, 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900