use visio in asp


hi

i need to  sample create designer visio in asp draw shape , diagram

please me

thanks

hi vahidbakhtiary,

  feel need use  microsoft office visio 2007 viewer perfom it,here official document:about programming microsoft office visio 2007 viewer 

  meanwhile, tackle looks activex controls embed windows form.

public class form1 { 	private void form1_load(object sender, system.eventargs e) 	{ 	axviewer1.load("e:\\temp\\drawing1.vsd"); 	}  	public form1() 	{  //instant c# note: converted event handler wireups: 		base.load += new system.eventhandler(form1_load); 	} }

  , thread has announced related information:

  host interactive visio drawing surface in .net custom clients 

  hope helps you.

  sincerely,

  jason wang


jason wang [msft]
msdn community support | feedback us




Visual Studio Languages  ,  .NET Framework  >  Visual C#



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

BizTalk Server 2013 Azure VM Log Shipping and HA for hosts

How to Share webservice object to all user