CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: micr0man

Search: Search took 0.03 seconds.

  1. Replies
    13
    Views
    17,675

    Re: is the a C# equivalent to TextBox(i).Text =

    Yeh, i think this may bring problems, as all the text boxes are in panels which are inside another panel in the form. Will it still be feasible. I am just trying to find the easiest way of doing this...
  2. Replies
    13
    Views
    17,675

    Re: is the a C# equivalent to TextBox(i).Text =

    sorry i do not think i understand. I entered this code into a c# application:


    namespace test
    {
    public partial class Form1 : Form
    {
    public Form1()
    {
    ...
  3. Replies
    2
    Views
    756

    using the internet

    hello everyone,

    I am starting up a new project which is a little complicated. At the moment i am looking at demo code but my software requires the use of many ports as it is a bit of a server,
    ...
  4. Replies
    13
    Views
    17,675

    Re: is the a C# equivalent to TextBox(i).Text =

    Thank you for the help everyone, Yes it is a COM conversation utility for a friend, you add your command in a list of text boxes and the data retreived is put into another, this is all done...
  5. Replies
    13
    Views
    17,675

    is the a C# equivalent to TextBox(i).Text =

    Hello everyone,

    I am new here to this forum and to c#. I am a developer but i have now recently come across a problem. As far as i am aware VB has a function "TextBox(i).Text = ;". this allows a...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured