TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ramon 0
NA
1
0
Pass a handle from VB.NET to a dll in c#
Nov 20 2003 8:38 AM
Hello everybody, I´m trying to use a dll to save in a xml document, an inkcollector used in a tablet pc application made in VB.NET. A make the call to the dll passing a handle of the InkPicture control. The problem I have is that I don´t know how to make reference to the handle in the function of the dll. VB.NET: Dim guardarXML As New SaveXML WriteXMLdoc.SaveData(Me.InkPicture1.Handle) ---- dll: namespace Guardar.SaveXML { public void SaveDatos( ? ) { ... Any idea how to do it ??? Thanks in advance and sorry for my english.
Reply
Answers (
1
)
GAC and DirectDraw help
Formatting Numbers