Click here to Skip to main content
15,899,314 members
Home / Discussions / C#
   

C#

 
QuestionReading data from a dataset with a checkedlistbox Pin
falles0112-Sep-07 15:28
falles0112-Sep-07 15:28 
AnswerRe: Reading data from a dataset with a checkedlistbox Pin
Christian Graus12-Sep-07 18:52
protectorChristian Graus12-Sep-07 18:52 
GeneralRe: Reading data from a dataset with a checkedlistbox Pin
falles0112-Sep-07 19:00
falles0112-Sep-07 19:00 
GeneralRe: Reading data from a dataset with a checkedlistbox Pin
Christian Graus13-Sep-07 3:10
protectorChristian Graus13-Sep-07 3:10 
GeneralRe: Reading data from a dataset with a checkedlistbox Pin
falles0113-Sep-07 15:12
falles0113-Sep-07 15:12 
GeneralRe: Reading data from a dataset with a checkedlistbox Pin
falles0113-Sep-07 15:17
falles0113-Sep-07 15:17 
GeneralRe: Reading data from a dataset with a checkedlistbox Pin
falles0113-Sep-07 15:30
falles0113-Sep-07 15:30 
QuestionDrawing a line to a bitmap Pin
Klazen12-Sep-07 13:31
Klazen12-Sep-07 13:31 
Hey,
I am trying to draw a line on a bitmap. I have tried using System.Drawing.Graphics, however this apparently only works with forms. When I try the following code:
System.Drawing.Graphics.DrawLine(drawerpen, lastpoint, currentpoint);
I get an error saying that I must create an object instance to use this. However, System.Drawing.Graphics has no constructors, so I cannot create an instance such as:
System.Drawing.Graphics lineDrawer = new System.Drawing.Graphics();
How can I draw lines on a bitmap?
AnswerRe: Drawing a line to a bitmap Pin
Christian Graus12-Sep-07 13:45
protectorChristian Graus12-Sep-07 13:45 
GeneralRe: Drawing a line to a bitmap Pin
Klazen12-Sep-07 14:12
Klazen12-Sep-07 14:12 
GeneralRe: Drawing a line to a bitmap Pin
Christian Graus12-Sep-07 14:28
protectorChristian Graus12-Sep-07 14:28 
QuestionThe "EGG" task Pin
Saikek12-Sep-07 11:16
Saikek12-Sep-07 11:16 
AnswerRe: The "EGG" task Pin
Brent Lamborn12-Sep-07 11:27
Brent Lamborn12-Sep-07 11:27 
AnswerRe: The "EGG" task Pin
Christian Graus12-Sep-07 13:47
protectorChristian Graus12-Sep-07 13:47 
QuestionPC - Ethernet - Ethernet/RS232 changer - µC Pin
suam11112-Sep-07 11:12
suam11112-Sep-07 11:12 
AnswerRe: PC - Ethernet - Ethernet/RS232 changer - µC Pin
Dave Kreskowiak12-Sep-07 13:33
mveDave Kreskowiak12-Sep-07 13:33 
AnswerRe: PC - Ethernet - Ethernet/RS232 changer Pin
Luc Pattyn12-Sep-07 14:31
sitebuilderLuc Pattyn12-Sep-07 14:31 
GeneralRe: PC - Ethernet - Ethernet/RS232 changer - µC Pin
Dave Kreskowiak12-Sep-07 15:01
mveDave Kreskowiak12-Sep-07 15:01 
QuestionTopMost visible and BottomMost visible rows in DataGrid Pin
zaboboa12-Sep-07 10:26
zaboboa12-Sep-07 10:26 
QuestionSend PAGEDOWN Message to DataGrid, when DataGrid does not have focus. Pin
zaboboa12-Sep-07 9:55
zaboboa12-Sep-07 9:55 
QuestionlistBox event - strange behavior [modified] Pin
kboyette12-Sep-07 9:51
kboyette12-Sep-07 9:51 
QuestionHelp please! About Listview and .txt file Pin
andredani12-Sep-07 9:38
andredani12-Sep-07 9:38 
QuestionDataGridView update Pin
ss.mmm12-Sep-07 8:59
ss.mmm12-Sep-07 8:59 
AnswerRe: DataGridView update Pin
mertkan6512-Sep-07 20:47
mertkan6512-Sep-07 20:47 
QuestionAdd hyperlink to datagridview column, who can help me? Pin
liujw12-Sep-07 8:31
liujw12-Sep-07 8:31 

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.