Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 45

Thread: C#

  1. #11

    Default Re: C#


    Hehe. Well, now the thing is, I understand how powerful the C# can be. And how it makes programmers lives easier when developing apps for a Windows environment. But why limit yourself?

    I suppose this is a good thing if you work for a company that targets Windows users specifically but, as programmers, shouldn't we aim for multi-platform implementations? shouldn't we be against the elitist corporations that is Microsoft and Apple? =P

    There's absolutely nothing wrong with the language itself. It's the ideals of it that seem problematic to me. That's why it's not my favorite language. =)

  2. #12

    Default Re: C#

    Well, we all have a right to our own opinion. It all comes down to our preferences. Its not about working with the most powerful language, it''s how you enjoy working with it . . .

  3. #13

    Default Re: C#

    d***! dili diay ko ka install og visual c# kung walay internet connection? naunsa naman ni uy . . .

  4. #14

    Default Re: C#

    lol. di pd ka ka post dri kung wa kay internet connection. Which means, naa kay internet connection kay nka post man ka dri.

    So what's the problem? =P

  5. #15

    Default Re: C#

    naa man ko sa internetan karon . . . bwahahaha . . . walay internet connection akong boarding house uy . . . mag download nalang ko og c++ how to program tingale hehehe . . . nganong dAko man kaayo ang file size sa c++ how to program? ebook ra man unta ni . . . hehehe

  6. #16

    Default Re: C#

    Quote Originally Posted by marzzz21 View Post
    hello guyz , , , i wanted to learn c# programming language , so kinsa tong mga master na diha og c# share your ideas naman. . .

    unsa prerequisite na programming language ang akong dapat tun-an before ko mo tackle ani na language? Naa koy pirting gamaya na background regarding C . . . ok na ba na para mu tackle ko sa programming language na c#?

    and also gae ko ninyo og kanang pinaka best na ebook beh para ako lang i download para mu tudlo nako about c# programming language . . .

    thanks guyz
    i suggest Wrox Professional C# 2005. But anyway, got some links, i hope it'll be useful.



    As far as I know, you don't necessary need any knowledge on any language to study C#. Though syntax-wise, IMO it looks a lot like Java though.

  7. #17

    Default Re: C#

    Quote Originally Posted by marzzz21 View Post
    d***! dili diay ko ka install og visual c# kung walay internet connection? naunsa naman ni uy . . .
    Select the Offline Install ISO bro, then you can burn that to DVD or mount the ISO in you PC to install

  8. #18

    Default Re: C#

    Good Evening mga programmers....

    Does any of you here know how to access a textbox from another form?....

    here's my codes:
    private void dataGridView1_DoubleClick(object sender, EventArgs e)
    {
    CreateAccount acc = new CreateAccount();
    acc.ShowDialog();
    acc.txtcid.Text = dataGridView1.CurrentRow.Cells[0].Value.ToString();
    acc.txtfname.Text = dataGridView1.CurrentRow.Cells[1].Value.ToString();
    }

    but txtcid and txtfname is inaccessible due to its protection level error...

  9. #19

    Default Re: C#

    Quote Originally Posted by Eisen Japhet Larnx View Post
    Good Evening mga programmers....

    Does any of you here know how to access a textbox from another form?....

    here's my codes:
    private void dataGridView1_DoubleClick(object sender, EventArgs e)
    {
    CreateAccount acc = new CreateAccount();
    acc.ShowDialog();
    acc.txtcid.Text = dataGridView1.CurrentRow.Cells[0].Value.ToString();
    acc.txtfname.Text = dataGridView1.CurrentRow.Cells[1].Value.ToString();
    }

    but txtcid and txtfname is inaccessible due to its protection level error...
    Set the textbox modifier property to public.

  10. #20

    Default Re: C#

    ^^^ hmmm... thanks... i'll try it tomorrow.... how should i set it?...

  11.    Advertisement

Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top