Click here to Skip to main content
15,912,932 members
Home / Discussions / C#
   

C#

 
GeneralRe: Open program and detect when it closes Pin
kripzz14-Apr-07 23:43
kripzz14-Apr-07 23:43 
GeneralRe: Open program and detect when it closes Pin
Christian Graus15-Apr-07 0:51
protectorChristian Graus15-Apr-07 0:51 
AnswerRe: Open program and detect when it closes Pin
lmoelleb15-Apr-07 0:03
lmoelleb15-Apr-07 0:03 
AnswerRe: Open program and detect when it closes Pin
kripzz15-Apr-07 2:20
kripzz15-Apr-07 2:20 
QuestionTrouble with TypeConverter/TypeDescriptor Pin
Nathan Ridley14-Apr-07 19:10
Nathan Ridley14-Apr-07 19:10 
AnswerRe: Trouble with TypeConverter/TypeDescriptor Pin
Christian Graus14-Apr-07 20:24
protectorChristian Graus14-Apr-07 20:24 
GeneralRe: Trouble with TypeConverter/TypeDescriptor Pin
Nathan Ridley15-Apr-07 16:20
Nathan Ridley15-Apr-07 16:20 
QuestionDataGridView RowHeader Text Pin
freshonlineMax14-Apr-07 18:54
freshonlineMax14-Apr-07 18:54 
Hello everybody.
I have a TabControl with two TabPages each contains one DatagridView control.
I want that, when i click on a row in First Datagridview (Customers),
Second DatagridView (Shopping List) refresh to show the according to that row.
I can do this, but I want to show "Date of shopping" in second Datagridview
RowHeader's Cell, When i'm going to TabPage2 i see all rows with
empty RowHeade. But when i back to TabPage1 and change the row and back again
to TabPage2 I can see RowHeader's value now!
Why i should click on some rows of first to setting RowHeader's
Value on second? How can i solve this?
<br />
dGridViewShopping.DataSource = ds;<br />
dGridViewShopping.DataMember = ds.Tables["tblShopping"].TableName;<br />
dGridViewShopping.Columns["date"].Visible = false;<br />
<br />
foreach (DataGridViewRow dgRow in dGridViewShopping.Rows)<br />
{<br />
if (dgRow.Index != dGridViewShopping.Rows.Count - 1)<br />
 {<br />
  dgRow.HeaderCell.Value = dgRow.Cells["date"].Value.ToString();<br />
 }<br />
}<br />

Tanx
QuestionNeed Help With Win Forms Pin
DRAYKKO14-Apr-07 16:07
professionalDRAYKKO14-Apr-07 16:07 
AnswerRe: Need Help With Win Forms Pin
Muammar©14-Apr-07 19:29
Muammar©14-Apr-07 19:29 
AnswerRe: Need Help With Win Forms Pin
Christian Graus14-Apr-07 21:06
protectorChristian Graus14-Apr-07 21:06 
GeneralRe: Need Help With Win Forms Pin
DRAYKKO14-Apr-07 22:53
professionalDRAYKKO14-Apr-07 22:53 
GeneralRe: Need Help With Win Forms Pin
Christian Graus15-Apr-07 0:04
protectorChristian Graus15-Apr-07 0:04 
GeneralRe: Need Help With Win Forms Pin
DRAYKKO15-Apr-07 5:24
professionalDRAYKKO15-Apr-07 5:24 
QuestionHow get an Array with the EnumValues from a FlagEnum-Value Pin
MarkPhB14-Apr-07 12:48
MarkPhB14-Apr-07 12:48 
AnswerRe: How get an Array with the EnumValues from a FlagEnum-Value Pin
Luc Pattyn14-Apr-07 13:31
sitebuilderLuc Pattyn14-Apr-07 13:31 
GeneralRe: How get an Array with the EnumValues from a FlagEnum-Value Pin
MarkPhB15-Apr-07 1:12
MarkPhB15-Apr-07 1:12 
AnswerRe: How get an Array with the EnumValues from a FlagEnum-Value Pin
Scott Dorman14-Apr-07 14:23
professionalScott Dorman14-Apr-07 14:23 
GeneralRe: How get an Array with the EnumValues from a FlagEnum-Value Pin
MarkPhB15-Apr-07 2:54
MarkPhB15-Apr-07 2:54 
QuestionAcces an ArrayList from multiple threads Pin
crazy friend14-Apr-07 9:00
crazy friend14-Apr-07 9:00 
AnswerRe: Acces an ArrayList from multiple threads Pin
Luc Pattyn14-Apr-07 12:46
sitebuilderLuc Pattyn14-Apr-07 12:46 
QuestionIs is possible to change the setting of the ContextMenu? Pin
Khoramdin14-Apr-07 8:49
Khoramdin14-Apr-07 8:49 
AnswerRe: Is is possible to change the setting of the ContextMenu? Pin
Luc Pattyn14-Apr-07 12:51
sitebuilderLuc Pattyn14-Apr-07 12:51 
QuestionRe: Is is possible to change the setting of the ContextMenu? Pin
Khoramdin15-Apr-07 7:27
Khoramdin15-Apr-07 7:27 
AnswerRe: Is is possible to change the setting of the ContextMenu? Pin
maryamf14-Apr-07 22:48
maryamf14-Apr-07 22:48 

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.