I have tab pages in my form and in one of the pages, based on the user's selection, some engineering graphics have to be drawn. I tried my best to get the same on the tab page but wasn't able to figure it out so presently the user has to click a button which then calls another form on which I am displaying those graphics.
Is there a way in which I can get the same graphics directly on the tab page? I have the following Import statements on the form which holds the tab pages:
"Imports System.Data.OleDb
Imports CrystalDecisions.CrystalReports.Engine
Imports System.Drawing
Imports System.Console
Imports System.Math"
But nothing is getting displayed when I use the tdraw function.
Would really appreciate some help on this. Thanks
Is there a way in which I can get the same graphics directly on the tab page? I have the following Import statements on the form which holds the tab pages:
"Imports System.Data.OleDb
Imports CrystalDecisions.CrystalReports.Engine
Imports System.Drawing
Imports System.Console
Imports System.Math"
But nothing is getting displayed when I use the tdraw function.
Would really appreciate some help on this. Thanks