Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

muhammad_umair

@muhammad_umair
About
Posts
7
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to Hide MenuBar/ToolBar while displaying Office Document using Web Browser?
    M muhammad_umair

    Hi, I am displaying Word Document using Web Browser, its working fine but i just want to show the text of that Word file. But currently its showing the Text as well the MenuBar on the top. Is there any way to hide the toolBar and so it only shows the Text ?

    C# tutorial question

  • having problem in opening Ms Office files into webBrowser
    M muhammad_umair

    Hi, im trying to Open multiple Ms Office files like Excel,PowerPoint & Word in my webBrowser, it works fine when im using Ms Office 2003 in other pc, but when i try to run the same application in another pc having Ms Office 2007 then instead of showing the MS Office file in webBrowser, it Opens the file in Ms Office. Does anyone know the solution to overcome this problem.. thanks in advance :)

    C# help

  • how to do Right Alignment?
    M muhammad_umair

    Hi, i am making an application in which the label keeps scrolling up. The problem i have is i want to do right alignment so that i get "." in a sequence like Basket........... ball................ keyboard....... can anyone help me with this please!! i have tried this, but it isn't working for me, for (int u = textBox1.Length; u = 40 ; u++) { strDotsBuilder.Append("."); }

    C# help tutorial question

  • Problem Sending Message from SERVER to CLIENT
    M muhammad_umair

    the problem has been resolved.. the message was not sending for the second time to client because i was using IF loop in client side that would take data from server just once, now on the client side i have replaced if by WHILE(true) and it receives the data until a break is performed send by server in the form of Disconnect..newys thank you guys :)

    C# help csharp sysadmin question

  • Problem Sending Message from SERVER to CLIENT
    M muhammad_umair

    but i have also used server.send(AnyMessage); this isn't working as well..

    C# help csharp sysadmin question

  • Problem Sending Message from SERVER to CLIENT
    M muhammad_umair

    //this is the code at client side for receiving data NetworkStream networkStream = new NetworkStream(server); string input = textBoxUser.Text + ": " + textBoxWrite.Text; ASCIIEncoding encoding = new ASCIIEncoding(); byte[] inputByte = encoding.GetBytes(input); if (networkStream.CanWrite) { networkStream.Write(inputByte, 0, inputByte.Length); textBoxShow.Text = textBoxShow.Text + Environment.NewLine + input; textBoxWrite.Text = ""; networkStream.Flush(); }

    C# help csharp sysadmin question

  • Problem Sending Message from SERVER to CLIENT
    M muhammad_umair

    Hi, im making a Window Application in C# using Socket Programming. I have developed a Server & a Client. Both are working fine but the problem which im gettin is that when ever i send any message from CLIENT, its send perfectly and receives on SERVER but whenever i try to send any message from SERVER it doesn't send to Client, since at the beginning when a connection is built, server sends the message to client that "Connection Established" and received at Client perfectly,but later on server does not send any message to client!!! Could anyone please help me out ??????? Regards Umair

    C# help csharp sysadmin question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups