Navision and .NET

Does anyone know how to put .NET controls on navision forms, using automation ? I´ve seen demos but, until now, i dont know how to do it. Thank you

Olá! [;)] Follow this thread, it has some good info: http://www.mbsonline.org/forum/topic.asp?TOPIC_ID=6310 And here is a direct link to a sample you can find in the thread: http://www16.brinkster.com/moonlightkr/Sample.zip Because of that particular thread, Jan-Pieter de Boer and his company developed the following product: http://www.logicvision.nl/EmbeddedControls.html And there is a downloadable test version available here: http://www.mibuso.com/dlinfo.asp?FileID=333 I hope those links are useful for you. Good luck!

Obrigado Nelson [:D] Even that the thread doesn’t have code examples, it’s a help If someone have such examples… [8D] Thank you very much

I’m sorry we cannot provide code examples. We still want to do some things with the technique. Currently i’m working on a ganttchart for navision. Possibly we will release it as Embedded Controls 2.0. Personally i think in this case code examples wouldn’t help much because you have to understand what is happening when using the embedding technique. If you don’t know what is happening you will never be able to solve possible problems. It took me not very long to get an control embedded in Navision, but it took me months to get it stable (and a lot of frustration because of navision crashing every time [xx(]). VC++ is not very forgiving! What type of control would you like to embed?

a simple label, just for starters [;)]