Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vijraj

    listbox problem

    Hi all! I have created a web form in which I have a listbox and a button.I populated the listbox at form load and then I select an listbox item.When I go to the button click event, I don't get the listbox.item as selected though I select it.What is the problem? appreciate any kind of...
  2. vijraj

    clinet/server interaction [2thumbsup]

    Thank you. But I have a fe questions about how to set that message I am sending via the network. We agreed on a protocol to send data. It goes something like this.The first bit is failure or success and next 4 bits are command that we need and so on and so forth and then the actual data.The...
  3. vijraj

    little endian/Big endian

    Thank you.
  4. vijraj

    little endian/Big endian

    Thank you.
  5. vijraj

    little endian/Big endian

    How are integers sent to a client/server on linux machines.Is it 2nd byte first and then the first byte (or) Is it in the same order as the integer is? Thanks in advance. vijraj
  6. vijraj

    clinet/server interaction [2thumbsup]

    Hi all! 1)How should I send bits or bytes to/from a server from/to a client in c language. 2)How should I make a connection on a socket from client to server?What is this Port id. Is it already present or is it a number that we decide on.Please clarify my doubts.Thanks in advance. vijraj.
  7. vijraj

    Adding strings to a listBox

    Thanks.
  8. vijraj

    Adding strings to a listBox

    Is the Datagrid good for a variable number of rows? Just to learn things.
  9. vijraj

    Adding strings to a listBox

    Thanks .I adjusted the font in properties and I got it.[2thumbsup][bigglasses]
  10. vijraj

    Adding strings to a listBox

    Thanks for ur tip. I am new to this .net world. Can you please give me a example of how to check for font sytles of listbox? Thankyou.
  11. vijraj

    Adding strings to a listBox

    Hi all! I am trying to add a few strings to a listbox and using String.format to format the string being added. Sample: listBox1.items.add("{0,-15}{1,-15}{0,-15}{0,-15}{0,-15}{0,-15}{0,-15}",str1,str2.str3,str4,str5,str6,str7); When I use this in a loop to add items,they don't allign with the...

Part and Inventory Search

Back
Top