Jump to content

Stupid add in question

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
williamevanl

williamevanl

    Learning Programmer

  • Members
  • PipPipPip
  • 61 posts
I have been messing around with excel add ins 'for visual studio' and I'm trying to figure out how to integrate that into a windows forms program.

So my question: How do I link my excel add in project to a windows form's project.

Thanks.
-William

#2
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
http://lmgtfy.com/?q... form's project

No offence :)
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#3
williamevanl

williamevanl

    Learning Programmer

  • Members
  • PipPipPip
  • 61 posts
To be fair it's not the kind of thing that can be googled easily. It's probably has a fairly complicated answer. Can google find the answer? Probably but it might take a really long time to sift throug all that information.

#4
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
I agree, sorry, but it's hard to find help when talking about Office add-ins. Your best chance is Google. Try to start by learning some Office macro's, and google tutorials for simple add-ins (video tutorials are even better).
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#5
williamevanl

williamevanl

    Learning Programmer

  • Members
  • PipPipPip
  • 61 posts
Found it
Calling Code in Application-Level Add-ins from Other Solutions