Search found 4 matches

by aprobi
Fri Jan 16, 2004 3:21 pm
Forum: Suggestions/Questions
Topic: Dplot and VB.Net
Replies: 5
Views: 32763

For the benefit of others who might have the same question I just added the dplotlib.dll into the bin directory of my solution. This way it is in the same directory with the App.

Now I've got my hbitmap and trying to use .Image.FromHBitmap function of the picture box but it wants a System.IntPTR ...
by aprobi
Fri Jan 16, 2004 2:25 pm
Forum: Suggestions/Questions
Topic: Dplot and VB.Net
Replies: 5
Views: 32763

Thanks. I'll try the change app path trick and see how that works.

- Andy
by aprobi
Fri Jan 16, 2004 9:44 am
Forum: Suggestions/Questions
Topic: Dplot and VB.Net
Replies: 5
Views: 32763

I've been able to translate the header file without much problem, i.e. changing types to struc and creating enums, Anys to Objects/or Singles. Everything compiles fine but when I go to run the app it gives me an error saying it can't load the dplotlib.dll. I know the dll is registered b/c all of the ...
by aprobi
Thu Jan 15, 2004 6:37 pm
Forum: Suggestions/Questions
Topic: Dplot and VB.Net
Replies: 5
Views: 32763

Dplot and VB.Net

I am in the process of trying to get Dplot to work in VB.Net. Running into some pesky issues here and there. Has anyone done this? If so, some sample code would be great. Specifically interested in getting the bitmap and displaying it in a picture box.

If I get there first I'll post my results for ...