Andre2
February 10th, 2010, 03:38 PM
Hi guys,
Im new to programming and I am having lots of trouble with an issue. I would be very greatful if anyone could offer any advice. I have an application that makes calls to a dll in c#.net. I will call this app1. I am not able to modify this application.
I know that the application takes the values of six variables that iv defined in the dll. (x,y,z,xangle,yangle,zangle)
I also have a second application, a vb windows form. I am attempting to modify the values of these variables through this windows form so that hopefully app1 can take these modified values from the dll.
I modify the values through the windows form, but when app1 takes these values they have gone back to zero. Obviously the values are not changing in the dll.
I dont know much about programming but I beleive I probably need to change some assembly configuration to allow this to happen. I am aware that there are probably easier ways to do this but I am confined to this method. Any help would be greatly appreciated.
Im new to programming and I am having lots of trouble with an issue. I would be very greatful if anyone could offer any advice. I have an application that makes calls to a dll in c#.net. I will call this app1. I am not able to modify this application.
I know that the application takes the values of six variables that iv defined in the dll. (x,y,z,xangle,yangle,zangle)
I also have a second application, a vb windows form. I am attempting to modify the values of these variables through this windows form so that hopefully app1 can take these modified values from the dll.
I modify the values through the windows form, but when app1 takes these values they have gone back to zero. Obviously the values are not changing in the dll.
I dont know much about programming but I beleive I probably need to change some assembly configuration to allow this to happen. I am aware that there are probably easier ways to do this but I am confined to this method. Any help would be greatly appreciated.