Click here to Skip to main content
15,896,269 members
Home / Discussions / C#
   

C#

 
AnswerRe: Generic Collection class question Pin
Kevin McFarlane22-Nov-05 9:28
Kevin McFarlane22-Nov-05 9:28 
AnswerRe: Generic Collection class question Pin
Christian Graus22-Nov-05 11:48
protectorChristian Graus22-Nov-05 11:48 
GeneralRe: Generic Collection class question Pin
akyriako7822-Nov-05 12:30
akyriako7822-Nov-05 12:30 
GeneralRe: Generic Collection class question Pin
Christian Graus22-Nov-05 12:39
protectorChristian Graus22-Nov-05 12:39 
AnswerRe: Generic Collection class question Pin
smh123-Nov-05 8:58
smh123-Nov-05 8:58 
QuestionXmlValidatingReader problem with xs:date Pin
IsaacB22-Nov-05 6:51
IsaacB22-Nov-05 6:51 
QuestionDynamically Add Textboxes to datagrid Pin
tadhg8822-Nov-05 6:36
tadhg8822-Nov-05 6:36 
AnswerRe: Dynamically Add Textboxes to datagrid Pin
Stanciu Vlad22-Nov-05 9:08
Stanciu Vlad22-Nov-05 9:08 
A DataGrid displays data and let's you modify it into a special control derived from the DataGridColumnStyle. The TextBox-looklike contol that is avaliable on a DataGrid actualy is a DataGridTextBoxColumn.
When you set a DataGrid's Data Source if a Custom TalbeStyle is not provided, then a standard one is created. So basicly you don't have acces to the "TextBoxes into the cells".
But if you do not supply a Custom TableStyle and make changes to the DataSource (table) you may see the correct results onto the Grid. (na. adding more columns to the table, or if you do have a table style - lets say you preffer the columns to be sorted - be sure to update the table style afther adding a new column)

I hope you understand...because is a rough world out there...
QuestionProblem with Mutex in multithreading Application Pin
Alexandr Sergeevich Ilyin22-Nov-05 6:16
Alexandr Sergeevich Ilyin22-Nov-05 6:16 
AnswerRe: Problem with Mutex in multithreading Application Pin
whizzs22-Nov-05 8:57
whizzs22-Nov-05 8:57 
GeneralRe: Problem with Mutex in multithreading Application Pin
Alexandr Sergeevich Ilyin22-Nov-05 17:24
Alexandr Sergeevich Ilyin22-Nov-05 17:24 
GeneralRe: Problem with Mutex in multithreading Application Pin
S. Senthil Kumar22-Nov-05 19:34
S. Senthil Kumar22-Nov-05 19:34 
AnswerRe: Problem with Mutex in multithreading Application Pin
S. Senthil Kumar22-Nov-05 19:36
S. Senthil Kumar22-Nov-05 19:36 
GeneralRe: Problem with Mutex in multithreading Application Pin
Alexandr Sergeevich Ilyin22-Nov-05 19:53
Alexandr Sergeevich Ilyin22-Nov-05 19:53 
AnswerRe: Problem with Mutex in multithreading Application Pin
mcljava29-Nov-05 12:57
mcljava29-Nov-05 12:57 
QuestionHow do i get directx to play a video, without opening a new window? Pin
Anthony Mushrow22-Nov-05 6:01
professionalAnthony Mushrow22-Nov-05 6:01 
AnswerRe: How do i get directx to play a video, without opening a new window? Pin
leppie22-Nov-05 19:00
leppie22-Nov-05 19:00 
QuestionCapture console output Pin
Kash22-Nov-05 5:42
Kash22-Nov-05 5:42 
AnswerRe: Capture console output Pin
S. Senthil Kumar22-Nov-05 5:57
S. Senthil Kumar22-Nov-05 5:57 
GeneralRe: Capture console output Pin
Kash22-Nov-05 23:40
Kash22-Nov-05 23:40 
QuestionHow to playback file wave by tapi Pin
sharapova22-Nov-05 4:51
sharapova22-Nov-05 4:51 
QuestionHash Code calculation Pin
J4amieC22-Nov-05 4:20
J4amieC22-Nov-05 4:20 
AnswerRe: Hash Code calculation Pin
Stanciu Vlad22-Nov-05 6:08
Stanciu Vlad22-Nov-05 6:08 
GeneralRe: Hash Code calculation Pin
J4amieC22-Nov-05 6:23
J4amieC22-Nov-05 6:23 
GeneralRe: Hash Code calculation Pin
Stanciu Vlad22-Nov-05 7:40
Stanciu Vlad22-Nov-05 7:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.