Hi all. I'm using MDI Forms in my project. Control boxes of child forms are false. But when i make the window states of child forms Maximized, althoug they are false, control boxes of child forms are shown on the MainMenu. I don't wan't them to be shown. What can I do? Thanks all...
F
FatihTheScorpio
@FatihTheScorpio
Posts
-
MDI Forms And Control Box -
return Xml?HttpWebRequest req = (HttpWebRequest)WebRequest.Create(address); req.ContentType ="application/x-www-form-urlencoded"; req.Method= "POST"; Stream stream = req.GetRequestStream(); ASCIIEncoding encoding=new ASCIIEncoding(); byte[] byte1=encoding.GetBytes(message); stream.Write(byte1,0,byte1.Length); stream.Close(); WebResponse resp = req.GetResponse(); Stream respStream = resp.GetResponseStream(); StreamReader rdr = new StreamReader( respStream,System.Text.Encoding.ASCII ); string strResponse = rdr.ReadToEnd(); message is your XML structured string and strResponse is XML structured Response
-
Error Messegethe HTML form tag must be