UserDocument?

martijnsan333

New member
Joined
Mar 12, 2008
Messages
2
Programming Experience
3-5
Hi All,

I'm trying to create an application in VB.NET.
The application will replace an existing application written in VB (Version 6).
The 'old' application consists of a userdocument (Active X Object) that is displayed in SAP.

I trying to find a way to create such a userdocument in VB.NET, but untill now, i was unable to find a way.:(
I could find the correct references to Microsoft ActiveX Data Objects Library 2.5.

The userdocument has an extention of 'dob' (visual basic user document)

An other way of dealing with the problem might be to create a userdocument in VB6 and trigger the new VB.NET application. But i would like to have a clean start, whitout the old VB6 in between...


Can anyone please help me? Anyone has experience with userdocuments in VB.NET?

Looking forward for answers or suggestions !! Thanks a lot!

Martijn
 
Back
Top