Click here to Skip to main content
15,891,567 members
Home / Discussions / C#
   

C#

 
GeneralRe: Switch Pin
Philip Fitzsimons4-Jun-03 2:51
Philip Fitzsimons4-Jun-03 2:51 
GeneralRe: Switch Pin
Bernhard Brieger4-Jun-03 2:56
Bernhard Brieger4-Jun-03 2:56 
QuestionCreating an image mask? Pin
FruitBatInShades4-Jun-03 2:10
FruitBatInShades4-Jun-03 2:10 
AnswerRe: Creating an image mask? Pin
4-Jun-03 3:04
suss4-Jun-03 3:04 
GeneralRe: Creating an image mask? Pin
FruitBatInShades4-Jun-03 11:30
FruitBatInShades4-Jun-03 11:30 
GeneralRe: Creating an image mask? Pin
FruitBatInShades5-Jun-03 0:42
FruitBatInShades5-Jun-03 0:42 
GeneralRe: Creating an image mask? Pin
Valeria Bogdevich5-Jun-03 2:48
Valeria Bogdevich5-Jun-03 2:48 
GeneralUpdateUI Pin
A.Wegierski3-Jun-03 22:42
A.Wegierski3-Jun-03 22:42 
I created an object inherited from DataGridColumnStyle using a pattern from Internet. It gives unpredictable results in DataGrid after modifing first field in new row (data disappears). After some investigations I found the matter:

protected override void UpdateUI(CurrencyManager src,int row,string itx)
{
if(itx!=null) myUniText.Text=itx;
else myUniText.Text=GetText(GetColumnValueAtRow(src,row));
}


myUniText is a TextColumn object from DataGridColumnStyle.
After deleting the method or it's body all works OK.
May be someone know something about it ?

Hi,
AW
GeneralDPI problem Pin
S O S3-Jun-03 21:58
S O S3-Jun-03 21:58 
GeneralRe: DPI problem Pin
S O S4-Jun-03 18:38
S O S4-Jun-03 18:38 
GeneralRe: DPI problem Pin
Bo Hunter5-Jun-03 17:24
Bo Hunter5-Jun-03 17:24 
GeneralDataTable Pin
Cristian_Dior3-Jun-03 20:25
Cristian_Dior3-Jun-03 20:25 
GeneralRe: DataTable Pin
Rocky Moore3-Jun-03 23:15
Rocky Moore3-Jun-03 23:15 
GeneralRe: DataTable Pin
Cristian_Dior4-Jun-03 22:26
Cristian_Dior4-Jun-03 22:26 
GeneralRe: DataTable Pin
Anonymous4-Jun-03 0:30
Anonymous4-Jun-03 0:30 
GeneralRe: DataTable Pin
A.Wegierski4-Jun-03 22:45
A.Wegierski4-Jun-03 22:45 
GeneralRe: DataTable Pin
Cristian_Dior5-Jun-03 1:13
Cristian_Dior5-Jun-03 1:13 
GeneralRe: DataTable Pin
A.Wegierski8-Jun-03 20:27
A.Wegierski8-Jun-03 20:27 
GeneralProblem with XML serializer Pin
paulb3-Jun-03 18:37
paulb3-Jun-03 18:37 
GeneralRe: Problem with XML serializer Pin
shaunAustin3-Jun-03 21:56
shaunAustin3-Jun-03 21:56 
Questionis c# going to stay / take over c++ ? Pin
dynamic3-Jun-03 13:25
dynamic3-Jun-03 13:25 
AnswerRe: is c# going to stay / take over c++ ? Pin
shaunAustin3-Jun-03 22:02
shaunAustin3-Jun-03 22:02 
AnswerRe: is c# going to stay / take over c++ ? Pin
Rocky Moore3-Jun-03 23:06
Rocky Moore3-Jun-03 23:06 
AnswerRe: is c# going to stay / take over c++ ? Pin
KingTermite4-Jun-03 3:45
KingTermite4-Jun-03 3:45 
GeneralRe: is c# going to stay / take over c++ ? Pin
dynamic4-Jun-03 10:00
dynamic4-Jun-03 10:00 

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.