Click here to Skip to main content
15,904,653 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to delete static variable Pin
quiteSmart5-Feb-07 23:39
quiteSmart5-Feb-07 23:39 
QuestionPrint with custom font, but without formfeed Pin
VampireM5-Feb-07 22:57
VampireM5-Feb-07 22:57 
Questioninserting a text box into datagridview Pin
Mohammad Daba'an5-Feb-07 22:53
Mohammad Daba'an5-Feb-07 22:53 
AnswerRe: inserting a text box into datagridview Pin
gauthee5-Feb-07 23:01
gauthee5-Feb-07 23:01 
GeneralRe: inserting a text box into datagridview Pin
Kushi Bobby5-Feb-07 23:15
Kushi Bobby5-Feb-07 23:15 
GeneralRe: inserting a text box into datagridview Pin
gauthee5-Feb-07 23:44
gauthee5-Feb-07 23:44 
AnswerRe: inserting a text box into datagridview Pin
VirtualVoid.NET6-Feb-07 3:19
VirtualVoid.NET6-Feb-07 3:19 
AnswerRe: inserting a text box into datagridview Pin
Drew McGhie6-Feb-07 4:34
Drew McGhie6-Feb-07 4:34 
DataGridViewTextBoxColumn MyColumn = new DataGridViewTextBoxColumn();
myDataGridView.Columns.Add(MyColumn);


Try that. Syntax is off the top of my head, so you may have to modify things slightly, but at runtime, that's the way to do it. In the designer, right click the DGV and select "add column"
QuestionC#.NET with Direct X -> a 3d game ? Pin
Software_Specialist5-Feb-07 22:39
Software_Specialist5-Feb-07 22:39 
AnswerRe: C#.NET with Direct X -> a 3d game ? Pin
bobsugar2225-Feb-07 23:27
bobsugar2225-Feb-07 23:27 
GeneralRe: C#.NET with Direct X -> a 3d game ? Pin
aSarafian6-Feb-07 1:17
aSarafian6-Feb-07 1:17 
Questionhow can i get some values from one table to another table? Pin
Nekshan5-Feb-07 22:17
Nekshan5-Feb-07 22:17 
AnswerRe: how can i get some values from one database to another database? Pin
Colin Angus Mackay5-Feb-07 22:32
Colin Angus Mackay5-Feb-07 22:32 
Question[Message Deleted] Pin
Nekshan5-Feb-07 21:56
Nekshan5-Feb-07 21:56 
AnswerRe: insert data in database from textbox Pin
Christian Graus5-Feb-07 21:58
protectorChristian Graus5-Feb-07 21:58 
Generalthanx. Pin
Nekshan5-Feb-07 22:05
Nekshan5-Feb-07 22:05 
AnswerRe: insert data in database from textbox Pin
gauthee5-Feb-07 22:05
gauthee5-Feb-07 22:05 
GeneralRe: insert data in database from textbox Pin
Nekshan5-Feb-07 22:19
Nekshan5-Feb-07 22:19 
GeneralRe: insert data in database from textbox Pin
gauthee5-Feb-07 22:34
gauthee5-Feb-07 22:34 
GeneralRe: insert data in database from textbox Pin
Christian Graus5-Feb-07 22:37
protectorChristian Graus5-Feb-07 22:37 
GeneralRe: insert data in database from textbox Pin
Colin Angus Mackay5-Feb-07 23:32
Colin Angus Mackay5-Feb-07 23:32 
GeneralRe: insert data in database from textbox Pin
Christian Graus5-Feb-07 22:24
protectorChristian Graus5-Feb-07 22:24 
AnswerRe: insert data in database from textbox Pin
Colin Angus Mackay5-Feb-07 22:29
Colin Angus Mackay5-Feb-07 22:29 
GeneralRe: insert data in database from textbox Pin
Christian Graus5-Feb-07 22:38
protectorChristian Graus5-Feb-07 22:38 
AnswerRe: [Message Deleted] Pin
Andy *M*17-Feb-07 6:14
Andy *M*17-Feb-07 6:14 

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.