External Application program
Last Post 02/02/2015 12:46 AM by laxmi pandey. 2 Replies.
Author Messages
laxmi pandey
Nuke Active Member
Nuke Active Member
Posts:23


--
02/01/2015 6:16 AM  
Hello All,



I had one external windows application in which they facilitate for adding custom user control as per you requirements.

I have created on user control in class library and added (linked) generated DLL in to that application, but That user control is not rendering in application.

Also I am not able to debug user control codes, Please help me to follow the right way to develop user control and use/debug with external windows application.

Thanks in advance.
Joseph Craig
DNN MVP
Posts:11667


--
02/01/2015 10:57 PM  
I'm not sure what you mean by an "external windows application." Is this something that needs to live inside a DNN installation? Perhaps a few more details would help me understand the problem.

Joe Craig, Patapsco Research Group
Complete DNN Support
laxmi pandey
Nuke Active Member
Nuke Active Member
Posts:23


--
02/02/2015 12:46 AM  
Hello,
this is not regarding DNN
this is for window class library project Question

I have created a window class library project and then open property window in that debug select the external program and giving the path of a external exe file .
n adding a uSer control in my project then run the project.
first that exe will run and then after i am adding my Usercontrol in that external Program.
i have added successfully UserControl but not render that User control contents (like label and button )

please help

thank you


---