Click here to Skip to main content
15,908,581 members
Home / Discussions / C#
   

C#

 
GeneralRe: Yes you can Pin
_tasleem17-Jul-06 20:41
_tasleem17-Jul-06 20:41 
AnswerRe: treeview question Pin
Josh Smith17-Jul-06 4:17
Josh Smith17-Jul-06 4:17 
QuestionEnable InvalidOperationException for thread-crossing calls in .NET 1.1? Pin
mav.northwind17-Jul-06 2:06
mav.northwind17-Jul-06 2:06 
QuestionDataGridView problem when columns amount varies. Help, please! Pin
HilSoft17-Jul-06 1:59
HilSoft17-Jul-06 1:59 
AnswerRe: DataGridView problem when columns amount varies. Help, please! Pin
Mr. VB.NET18-Jul-06 1:03
Mr. VB.NET18-Jul-06 1:03 
GeneralRe: DataGridView problem when columns amount varies. Help, please! Pin
HilSoft18-Jul-06 1:34
HilSoft18-Jul-06 1:34 
GeneralRe: DataGridView problem when columns amount varies. Help, please! Pin
Mr. VB.NET18-Jul-06 1:39
Mr. VB.NET18-Jul-06 1:39 
GeneralRe: DataGridView problem when columns amount varies. Help, please! Pin
HilSoft18-Jul-06 2:16
HilSoft18-Jul-06 2:16 
Should I write down something like this (see ??? places):

(theGrid.DataMember= "Table1"; // It is so already without programming)
(theTable= theDataSet.Tables[0];)
(theDataSet= (DataSet)(theGrid.DataSource);)

for (i=0; i < val; i++) {
theTable.Columns.Add();
theTable.Columns[i].ColumnMapping= ?????;
}

and below:
for (i=0; i < val; i++) {
acol= new DataGridViewColumn();
acol.CellType= ???;
theGrid.Columns.Add(acol);
}

What do you mean with "define the types"?

HilSoft
GeneralRe: DataGridView problem when columns amount varies. Help, please! Pin
Mr. VB.NET18-Jul-06 2:42
Mr. VB.NET18-Jul-06 2:42 
GeneralRe: DataGridView problem when columns amount varies. Help, please! Pin
HilSoft18-Jul-06 9:01
HilSoft18-Jul-06 9:01 
GeneralRe: DataGridView problem when columns amount varies. Help, please! Pin
HilSoft20-Jul-06 1:07
HilSoft20-Jul-06 1:07 
QuestionWait Cursor with Timer? Pin
redfish3417-Jul-06 1:55
redfish3417-Jul-06 1:55 
AnswerRe: Wait Cursor with Timer? Pin
Gavin Roberts17-Jul-06 1:57
Gavin Roberts17-Jul-06 1:57 
QuestionCommunity Server DAAB Pin
Brendan Vogt17-Jul-06 1:33
Brendan Vogt17-Jul-06 1:33 
Questionhow to idetify whether the user responded to a messagebox Pin
engsrini17-Jul-06 1:30
engsrini17-Jul-06 1:30 
AnswerRe: how to idetify whether the user responded to a messagebox Pin
Shajeel17-Jul-06 1:52
Shajeel17-Jul-06 1:52 
AnswerRe: how to idetify whether the user responded to a messagebox Pin
Gavin Roberts17-Jul-06 1:52
Gavin Roberts17-Jul-06 1:52 
GeneralYou have got to be kidding me Pin
Ennis Ray Lynch, Jr.17-Jul-06 2:58
Ennis Ray Lynch, Jr.17-Jul-06 2:58 
GeneralRe: You have got to be kidding me Pin
Gavin Roberts17-Jul-06 3:01
Gavin Roberts17-Jul-06 3:01 
GeneralSmall grain of salt Pin
Ennis Ray Lynch, Jr.17-Jul-06 3:06
Ennis Ray Lynch, Jr.17-Jul-06 3:06 
GeneralRe: Small grain of salt Pin
Gavin Roberts17-Jul-06 3:11
Gavin Roberts17-Jul-06 3:11 
GeneralRe: how to idetify whether the user responded to a messagebox Pin
engsrini17-Jul-06 21:36
engsrini17-Jul-06 21:36 
QuestionExcel Application Pin
pirogramci17-Jul-06 0:40
pirogramci17-Jul-06 0:40 
AnswerRe: Excel Application Pin
Ed.Poore17-Jul-06 1:17
Ed.Poore17-Jul-06 1:17 
Questionicon problem Pin
Kim061817-Jul-06 0:27
Kim061817-Jul-06 0:27 

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.