Hi

I am trying to use vb.net to create apell check add in to ArcMap 10. I have finished code, but do not know why it does not works. need urgent help

here is my code:

Public Sub SpellCheck()
Dim pDoc As IMxDocument
pDoc = My.ArcMap.Docum ent
Dim pGC As IGraphicsContai nerSelect
If pDoc.ActiveView Is pDoc.PageLayout Then
pGC = pDoc.PageLayout...