Posts Tagged ‘process’

How to open the windows explorer programmatically in .net


How to open the windows explorer using vb.net

  1. System.Diagnostics.Process.Start("explorer.exe", "c:\tmp")

, , ,

No Comments


How to Create Schema from XML in .net

You will use the xsd.exe to create an schema from xml.

Process.start(“xsd.exe”, “xmlfile”)

, , , ,

No Comments



SetPageWidth