Click here to Skip to main content
15,663,557 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How TO Show DataTable Records IN HTML Editor?

i have created HTMLEditor for email using webBrowser in VB.NET and want to store more then one email body as a template and that are store in dataset.

using navigation control i can view them one by one all records of html body but in that only first record not shown rather then working ok.

I think it is due to Form_Resize event

can anybody help me how to show Data in webbrowser control?


Thanks In Advance.
Posted
Updated 26-Oct-21 1:32am
v3

1 solution

Use BackgroundWorker Class For calling the Resize Event at last From Load Event.
 
Share this answer
 

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