Click here to Skip to main content
16,009,114 members
Home / Discussions / C#
   

C#

 
GeneralRe: Increase the size of a label Pin
C-sharper 16-Oct-06 1:40
C-sharper 16-Oct-06 1:40 
AnswerRe: Increase the size of a label Pin
Guffa6-Oct-06 1:45
Guffa6-Oct-06 1:45 
GeneralRe: Increase the size of a label Pin
Christian Graus6-Oct-06 1:51
protectorChristian Graus6-Oct-06 1:51 
GeneralRe: Increase the size of a label Pin
C-sharper 16-Oct-06 1:56
C-sharper 16-Oct-06 1:56 
GeneralRe: Increase the size of a label Pin
C-sharper 16-Oct-06 3:17
C-sharper 16-Oct-06 3:17 
QuestionGet connected clients Pin
The underdog5-Oct-06 22:10
The underdog5-Oct-06 22:10 
AnswerRe: Get connected clients Pin
WillemM6-Oct-06 2:06
WillemM6-Oct-06 2:06 
QuestionHow to print Datagrid in C# ? Pin
hdv2125-Oct-06 22:10
hdv2125-Oct-06 22:10 
hi i found an article in codeproject as DataGridPrinter that print datagrid good. but it has written with VB.Net and i want it in csharp. when i create dll in VB.Net and i use it in c# the following error shown me :

Unable to cast object of type 'System.Windows.Forms.BindingSource' to type 'System.Data.DataTable'

and when i set Datagrid1.DataSource = ds1.Tables["Table1"]; the following error shown me :

//in Line 374
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index

how to solve my problem and do you have a other class that print datagrid in C# with header and footer ?
thanks ..
AnswerRe: How to print Datagrid in C# ? Pin
Christian Graus5-Oct-06 23:04
protectorChristian Graus5-Oct-06 23:04 
QuestionHow to play a sound from my program. Pin
CodeItWell5-Oct-06 20:50
CodeItWell5-Oct-06 20:50 
AnswerRe: How to play a sound from my program. Pin
Merlin Tintin6-Oct-06 1:14
Merlin Tintin6-Oct-06 1:14 
Questionhi plz give a sample program for send data to com port in c#.net2003 using win32 API's Pin
premkamalg5-Oct-06 20:33
premkamalg5-Oct-06 20:33 
QuestionClass inheritance compile error Pin
ekareem5-Oct-06 18:14
ekareem5-Oct-06 18:14 
AnswerRe: Class inheritance compile error Pin
Michael Dunn5-Oct-06 18:57
sitebuilderMichael Dunn5-Oct-06 18:57 
GeneralRe: Class inheritance compile error Pin
ekareem6-Oct-06 2:59
ekareem6-Oct-06 2:59 
QuestionDrag Drop with Object Shadow Pin
robert1105-Oct-06 15:44
robert1105-Oct-06 15:44 
AnswerRe: Drag Drop with Object Shadow Pin
Christian Graus5-Oct-06 16:27
protectorChristian Graus5-Oct-06 16:27 
QuestionJust a though about httpwebrequest Pin
Anthony Mushrow5-Oct-06 14:06
professionalAnthony Mushrow5-Oct-06 14:06 
AnswerRe: Just a though about httpwebrequest Pin
Christian Graus5-Oct-06 16:26
protectorChristian Graus5-Oct-06 16:26 
GeneralRe: Just a though about httpwebrequest Pin
Anthony Mushrow5-Oct-06 20:41
professionalAnthony Mushrow5-Oct-06 20:41 
Questionis a byte array an octal number ? Pin
mmatteson5-Oct-06 12:20
mmatteson5-Oct-06 12:20 
AnswerRe: is a byte array an octal number ? Pin
Mike_V5-Oct-06 12:59
Mike_V5-Oct-06 12:59 
AnswerRe: is a byte array an octal number ? Pin
Christian Graus5-Oct-06 16:25
protectorChristian Graus5-Oct-06 16:25 
QuestionLicensing Component Pin
Aaron Schaefer5-Oct-06 11:23
Aaron Schaefer5-Oct-06 11:23 
QuestionGet a properties name via reflection Pin
Dan Neely5-Oct-06 10:28
Dan Neely5-Oct-06 10:28 

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.