User Profile

Collapse

Profile Sidebar

Collapse
prenap
prenap
Last Activity: Dec 6 '07, 12:35 PM
Joined: Jan 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • This is more to make your own spell checker using their functions. I originally wanted to capture Word’s spell checker but I think this will work for me. Thanks
    See more | Go to post

    Leave a comment:


  • prenap
    replied to How do I open a form in .net
    in .NET
    This is how I did it:

    Dim ListMng As New frmListMng(data Class)
    ' Display the child form.
    ListMng.MdiPare nt = Me.MdiParent
    ListMng.Show()
    Me.Close()
    See more | Go to post

    Leave a comment:


  • prenap
    replied to DIfference between VB and VB.NET
    in .NET
    The .Net framework is just amazing at what you can do in so little time. It also can do many things, VB6 can't do.

    I just Googled "benefits of .net" and found this:
    http://www.isa.co.uk/INDEX_opinion30 062003.htm

    Only drawback is that it requires the .Net framework to be on the computer to work. It can be bundled with the application but it increases the size by 20 MB. As more programs use it, the chances...
    See more | Go to post

    Leave a comment:


  • How to Write a VB.Net COM Add-in to Get Words that were Spelled Wrong?

    My goal is to write a COM add-in for word that records the words I spell wrong when I use Word to check my spelling.

    I thought the way to do this would be to override the checkspelling method in Microsoft.Offic e.Interop.Word. DocumentClass . When I try to override that one function I get an error:

    COM Interop registration failed. Type library exporter encountered an error while processing 'OfficeSpelling Addin'. Error:...
    See more | Go to post
No activity results to display
Show More
Working...