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

Search:

Type: Posts; User: SixSence

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    953

    Re: Relationship Question

    Sorry for the long paragraph. I feel like theres no reason for a table to map the relationship between the two tables, because all of the cakes are in each event, not just some of them, so why would...
  2. Replies
    3
    Views
    1,077

    Re: LINQ to SQL Relationship Problem

    Thanks for the reply! That's exactly what I want to do, the problem is the only way I know of to have the database automatically load a collection of objects from the database to one of my entity...
  3. Replies
    3
    Views
    1,077

    LINQ to SQL Relationship Problem

    hey, im using linq to sql, and in my database i have an events table, then i have a cakes table, every event uses ALL of the cakes in the cakes table. There is no explicit foreign key relationship,...
  4. Replies
    4
    Views
    953

    Relationship Question

    Hey, I'm doing this project for class, and I'm really stuck on how to represent this one relationship in the database. I'm making a party planner application, and there are several types of cakes, so...
  5. Replies
    6
    Views
    2,906

    Re: Issues with Homework

    oh is that the answer?
  6. Replies
    6
    Views
    2,906

    Re: Issues with Homework

    Square.cs


    using System;

    namespace DemoSquares
    {
    public class Square
    {
    private double sideLength;
  7. Replies
    13
    Views
    1,711

    [RESOLVED] Custom User Control Issue

    I got it to work finally sheesh :/ In the main form's constructor i looped through all of the tables and set a delegate in each table to reference the main form's userControl_Click method, and then...
  8. Replies
    13
    Views
    1,711

    Re: Custom User Control Issue

    And thanks btw I have been trying to learn C# and work on this thing for nights now ughhh :P
  9. Replies
    13
    Views
    1,711

    Re: Custom User Control Issue

    I get what you're saying, but say I wanted to change the right side of the panel i have on the main form when a table is clicked. How do I get this click event to work and at the same time be able to...
  10. Replies
    13
    Views
    1,711

    Re: Custom User Control Issue

    otay... :O

    http://www.sixsence.net/pool.jpg
  11. Replies
    13
    Views
    1,711

    Re: Custom User Control Issue

    lol i do believe you, not trying to question your knowledge, just trying to understand it :D i need it beat into me. Maybe I'm going about this wrong. Let me elaborate what I'm doing. I have 14 pool...
  12. Replies
    13
    Views
    1,711

    Re: Custom User Control Issue

    if i do it that way, I'm only going to be able to call a method within the user control right ? the whole point of the control is to notify the main form when it's clicked, so i can manipulate the...
  13. Replies
    13
    Views
    1,711

    Re: Custom User Control Issue

    i was hoping there was an easier way =/ Where do I set the event handler on the main form? It's viewed as one control from the main form, so I can only set the click event for the control as a whole.
  14. Replies
    13
    Views
    1,711

    [RESOLVED] Custom User Control Issue

    Hey all,

    I created a custom user control in windows forms which simply has a background image and a label. When I add the custom control to one of my forms and set the click event, the event only...
  15. Replies
    3
    Views
    6,546

    Re: Beginner Database/OOP Question

    Thanks for the advice, I guess there are many ways to go about it. I'm leaning towards LINQ to SQL, and every time a pool table is updated or changed I have to update the database. I just have to...
  16. Replies
    3
    Views
    6,546

    Beginner Database/OOP Question

    Hey, I am new to C# and object-oriented programming. Object-oriented programming involves creating classes that are used to represent objects in memory. However, in real-world applications you are...
  17. Replies
    5
    Views
    1,061

    Re: Listing files at a URL

    thus creating a directory listing
  18. Replies
    5
    Views
    1,061

    Re: Listing files at a URL

    Then how do search engines work?
Results 1 to 18 of 18





Click Here to Expand Forum to Full Width

Featured