User Profile

Collapse

Profile Sidebar

Collapse
lazyvlad
lazyvlad
Last Activity: Nov 17 '08, 01:28 PM
Joined: Sep 19 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • lazyvlad
    replied to Form drawing and painting very slow
    in C
    The DataGridView is bound to a bindingsource witch in turn gets the data from a table adapter which is filled with data from a "SELECT * FROM TABLE" query
    Every checkbox in the datagrid represents a column in the table, there are 30 such columns in the table (bool columns) and therefor there are 30 such columns in the datagrid.Think of a table with 32 columns where 30 of them are Bool values the other 2 are int values (one of those...
    See more | Go to post

    Leave a comment:


  • lazyvlad
    replied to Form drawing and painting very slow
    in C
    1.Nope processor usage never goes to 100% and stays there except when executing the application and then when showing the form it briefly goes up to some 90% and then drops back down to idle(well firefox is known to keep it busy and vary on 2% to 4% ), but I think that's something to be expected
    2.I'm not using multithreading, it's a simple application with a dataset created with the visual studio designer i've got 3 tables in it a simple...
    See more | Go to post

    Leave a comment:


  • lazyvlad
    started a topic Form drawing and painting very slow
    in C

    Form drawing and painting very slow

    Hi, I'm writing here because this issue is becoming more annoying with each day it passes.
    So I have a form, a dataset with a few table adapters (3 to be precise) and a datagridview.Th e datagridview has a lot of columns as checkboxes (30 columns are checkboxes per row).
    The problem is in the form drawing and painting, when first shown the form paints itself very slow and im running this on a relatively powerful computer (Pentium 2.4GHz...
    See more | Go to post

  • lazyvlad
    replied to Two or more columns act as one unique column
    in .NET
    Sorry for the late reply:(
    Yeah I am aware of the ability to make more columns act as a unique key in any relational database, that is why i was hoping this will be an easy task.What I really need is to make this sort of action in the dataset designer. I am not working with an actual database, I was trying to work in a disconnected mode all my tables are created in the xsd designer and I don't have a database connection. Was searching for...
    See more | Go to post

    Leave a comment:


  • lazyvlad
    started a topic Two or more columns act as one unique column
    in .NET

    Two or more columns act as one unique column

    Hi people, I thought I had a simple problem ahead of me but it turns out it ain't that simple as I hoped it would be. So here is the problem:
    I've got a table in a dataset which acts like a join table to other parent tables making a many to many relation.
    Got two foreign keys in it which are related to their master tables, problems is I want to make the combination of the two foreign keys act like an unique entry.
    To be more...
    See more | Go to post
No activity results to display
Show More
Working...