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

Search:

Type: Posts; User: Necrowizard

Search: Search took 0.03 seconds.

  1. Re: Can someone help with my C# programming code?

    I think this is what you're trying to do:



    using System;
    using System.Windows.Forms;

    namespace WindowsFormsApplication1
    {
    public partial class Form1 : Form
  2. Call a dynamic function using a variable

    Hi there,

    I'm trying to dynamically call a function at runtime, I made this very simple code example:



    using System;

    class Class1
    {
  3. Re: [RESOLVED] Include files as references, instead of a copy?

    @boudino, oke thanks :)

    @arjay, yea, thanks to boudino I've found the "add as link" option. Its pretty well hidden.. lol
  4. [RESOLVED] Include files as references, instead of a copy?

    Hello,

    I'm kind of new to C#, (and new to this forum),
    But anyway, I used to be a vb6 / Java programmer, but recently I started to learn c#...

    So, in vb6 and Java when you add a class, it just...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured