Click here to Skip to main content
15,949,686 members
Home / Discussions / C#
   

C#

 
QuestionI don´t know how to access my components to the groupbox Pin
Ens805-Apr-07 5:50
Ens805-Apr-07 5:50 
AnswerRe: I don´t know how to access my components to the groupbox Pin
BoneSoft5-Apr-07 6:33
BoneSoft5-Apr-07 6:33 
GeneralRe: I don´t know how to access my components to the groupbox Pin
Ens805-Apr-07 7:56
Ens805-Apr-07 7:56 
GeneralRe: I don´t know how to access my components to the groupbox Pin
BoneSoft5-Apr-07 8:47
BoneSoft5-Apr-07 8:47 
GeneralRe: I don´t know how to access my components to the groupbox Pin
Ens805-Apr-07 13:19
Ens805-Apr-07 13:19 
QuestionDataTable Pin
joaquimc5-Apr-07 4:43
joaquimc5-Apr-07 4:43 
AnswerRe: DataTable Pin
Not Active5-Apr-07 5:07
mentorNot Active5-Apr-07 5:07 
GeneralRe: DataTable Pin
joaquimc5-Apr-07 11:29
joaquimc5-Apr-07 11:29 
No, this example does not work, because what you get is the record position in the DataView, that is not always the same as the record position in the datatable:

Example - a table with 4 records:
0) "9999"
1) "8888"
2) "6666"
3) "5555"

After you sort it at the DataView, it became:
0) "5555"
1) "6666"
2) "8888"
3) "9999"

And if i search the value "9999" the index should be 3, but i want the index 0 (that's the real index at the DataTable).
I need this index for positioning in the DataGrid.

Thank you anyway.

P.S. i'm not a Englis speaker, can you explain to me your last statement: 'only two letters away from being an asset', i don't know if i got it right.
GeneralRe: DataTable Pin
Not Active5-Apr-07 14:51
mentorNot Active5-Apr-07 14:51 
QuestionXMLTextWriter question Pin
LCI5-Apr-07 4:36
LCI5-Apr-07 4:36 
AnswerRe: XMLTextWriter question Pin
roel_v5-Apr-07 6:35
roel_v5-Apr-07 6:35 
GeneralRe: XMLTextWriter question Pin
LCI5-Apr-07 6:44
LCI5-Apr-07 6:44 
AnswerRe: XMLTextWriter question Pin
led mike5-Apr-07 9:49
led mike5-Apr-07 9:49 
GeneralRe: XMLTextWriter question Pin
LCI6-Apr-07 2:34
LCI6-Apr-07 2:34 
GeneralRe: XMLTextWriter question Pin
led mike6-Apr-07 5:05
led mike6-Apr-07 5:05 
QuestionSoftware Design/Architechture Tools Pin
BlitzPackage5-Apr-07 4:20
BlitzPackage5-Apr-07 4:20 
AnswerRe: Software Design/Architechture Tools Pin
Douglas Troy5-Apr-07 5:39
Douglas Troy5-Apr-07 5:39 
AnswerRe: Software Design/Architechture Tools Pin
BoneSoft5-Apr-07 6:28
BoneSoft5-Apr-07 6:28 
Questionwindow application Pin
tittly5-Apr-07 4:05
tittly5-Apr-07 4:05 
AnswerRe: window application Pin
originSH5-Apr-07 4:10
originSH5-Apr-07 4:10 
AnswerRe: window application Pin
Daniel Grunwald5-Apr-07 4:33
Daniel Grunwald5-Apr-07 4:33 
Questionutility Pin
tittly5-Apr-07 3:55
tittly5-Apr-07 3:55 
AnswerRe: utility Pin
originSH5-Apr-07 4:11
originSH5-Apr-07 4:11 
AnswerRe: utility Pin
Adeel Chaudhry5-Apr-07 4:43
Adeel Chaudhry5-Apr-07 4:43 
QuestionF1 HelpProvider How 2 set the HelpNamespace to a path in the registry Pin
Support1235-Apr-07 2:53
Support1235-Apr-07 2:53 

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.