IPEndPoint localEndPoint = new IPEndPoint(IPAddress.Any, myPort); eric feng
E
eric feng
@eric feng
Posts
-
Exception in calling Socket.Accept -
extract info from XML config filestry this, ArrayList array = new ArrayList(); XmlNode node = doc.SelectSingleNode("*/langauges"); foreach (XmlNode n in node.Nodes) { array.Add(n.InnerText); } Good luck! eric feng
-
How can I use the serail port ?:confused:use CreateFile() pass "Com1:" as file name. make sure you have com1 available in the system. eric feng www.infospec.com
-
Row selection for datagrid controlthis works, but when scroll the grid, the cell goes into edit mode. eric feng www.infospec.com
-
Playing Video with windows media player in C#Player.AutoStart = true; Player.URL = "c:\movie.avi"; eric feng www.infospec.com
-
Playing Video with windows media player in C#SetURL to your video file name. eric feng www.infospec.com
-
Row selection for datagrid controlAny one knows how to make the datagrid select the whole row when the mouse click on it? just like a list box. Thanks. eric feng www.infospec.com