Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
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 
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 
when your about to do your complex and time costing code, simply add

this.Cursor = Cursor.Busy;

// your code

this.Cursor = Cursor.Default;
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 
AnswerRe: icon problem Pin
Ed.Poore17-Jul-06 1:18
Ed.Poore17-Jul-06 1:18 
QuestionHow To set password to my database in sql sever 2000 ? Pin
hdv21217-Jul-06 0:25
hdv21217-Jul-06 0:25 
AnswerRe: How To set password to my database in sql sever 2000 ? Pin
Ed.Poore17-Jul-06 1:19
Ed.Poore17-Jul-06 1:19 
GeneralRe: How To set password to my database in sql sever 2000 ? [modified] Pin
hdv21217-Jul-06 2:08
hdv21217-Jul-06 2:08 
GeneralRe: How To set password to my database in sql sever 2000 ? Pin
Gavin Roberts17-Jul-06 3:12
Gavin Roberts17-Jul-06 3:12 

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.