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

Search:

Type: Posts; User: dwally89

Search: Search took 0.02 seconds.

  1. Data binding: Re: DataGrid, SQL and custom object

    Hi,

    I'm quite new to these forums, so if I'm posting in the wrong section, then please tell me.

    I have a program that reads and writes a list of Videos (not actual videos, a class that I...
  2. Replies
    3
    Views
    1,545

    Re: How to set up an SQL server

    Thanks for the reply.
    I had already seen that link, but it doesn't seem to mention (from what I can see), how to actually set up the server itself.

    Thanks
  3. Replies
    3
    Views
    1,545

    How to set up an SQL server

    Hi,

    I learnt some SQL in university, and would like to continue to practice by setting up my own SQL server, creating a database and running some queries.

    I have Visual Studio 2010, and would...
  4. Replies
    5
    Views
    891

    Re: Unable to open new form

    I am using an IDE, Visual Studio 2010.
  5. Replies
    5
    Views
    891

    Re: Unable to open new form

    Thanks :-)
  6. Replies
    3
    Views
    825

    Re: XmlSerialization doesn't write to file

    Managed to sort it out. Was due to my incorrect implementation of getters and setters, I think.
  7. Replies
    3
    Views
    825

    XmlSerialization doesn't write to file

    Hi,

    I have been programming in Java for a few years and have just started learning C#.
    I have created the following code:

    public static void WriteToFile(Song song, String filename)
    {...
  8. Replies
    5
    Views
    891

    Unable to open new form

    Hi,

    I have been programming in Java for a few years and am now trying to teach myself C#. I am using Visual Studio 2010 as my IDE.

    I have created a basic form called AddVideo, and I have a...
  9. Replies
    2
    Views
    1,223

    Learning C++ or C# after having learnt Java

    Hi,

    This is my first post in this forum, so please let me know if this should be posted elsewhere.

    I have just finished a degree where Java was taught as the main programming language and I am...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured