hi all:
In my application im using richtextbox control and need to display the word doc in the rich textbox control.
How can i get the application folder path.I am trying to use following code
RTxtEula.FileName = Application.excutablePath & "\EULA.rtf"
but it has pointed the bin folder.
Plz any one help me to overcome the issue.
thanks in advance,
In my application im using richtextbox control and need to display the word doc in the rich textbox control.
How can i get the application folder path.I am trying to use following code
RTxtEula.FileName = Application.excutablePath & "\EULA.rtf"
but it has pointed the bin folder.
Plz any one help me to overcome the issue.
thanks in advance,