Click here to Skip to main content
15,898,745 members
Home / Discussions / C#
   

C#

 
AnswerRe: Looking for C# programming practice questions Pin
Colin Angus Mackay19-Jun-06 4:04
Colin Angus Mackay19-Jun-06 4:04 
GeneralRe: Looking for C# programming practice questions Pin
Josh Smith19-Jun-06 4:30
Josh Smith19-Jun-06 4:30 
GeneralRe: Looking for C# programming practice questions Pin
leckey19-Jun-06 5:12
leckey19-Jun-06 5:12 
AnswerRe: Looking for C# programming practice questions Pin
Daniel Persson19-Jun-06 4:25
Daniel Persson19-Jun-06 4:25 
AnswerRe: Looking for C# programming practice questions Pin
Drew McGhie19-Jun-06 7:27
Drew McGhie19-Jun-06 7:27 
Questionhow to delete entries in HKLM of windows registry Pin
YogeshRT19-Jun-06 2:24
YogeshRT19-Jun-06 2:24 
AnswerRe: how to delete entries in HKLM of windows registry Pin
leppie19-Jun-06 2:56
leppie19-Jun-06 2:56 
QuestionScrolling an image Pin
rheia8419-Jun-06 2:08
rheia8419-Jun-06 2:08 
Hi!!
During my trainship I have to write a code that allows you to scroll the image using the arrow keys and, unfortunately, it's the first time I'm working with C#.net. Moreover, there should also be a button-quartett-structure, that is, 4 buttons each scrolling the image into different directions (up, down, right, left). To be more precise:

private void btnUp_Click(object sender, System.EventArgs e)
{
moveUp();
}

private void moveUp()
{

}

I'm familiar with C-language, but I have little more than no experience with object-oriented languages. Has anyone any idea which could be helpful to me??
AnswerRe: Scrolling an image Pin
Judah Gabriel Himango19-Jun-06 6:05
sponsorJudah Gabriel Himango19-Jun-06 6:05 
GeneralRe: Scrolling an image Pin
rheia8420-Jun-06 3:52
rheia8420-Jun-06 3:52 
Questiondisplaying row data into textboxes Pin
iramg19-Jun-06 2:03
iramg19-Jun-06 2:03 
AnswerRe: displaying row data into textboxes Pin
rah_sin19-Jun-06 2:11
professionalrah_sin19-Jun-06 2:11 
QuestionDateTimePicker ValueChanged event fires twice Pin
PaulaM19-Jun-06 1:16
PaulaM19-Jun-06 1:16 
AnswerRe: DateTimePicker ValueChanged event fires twice [modified] Pin
Nader Elshehabi19-Jun-06 1:34
Nader Elshehabi19-Jun-06 1:34 
AnswerRe: DateTimePicker ValueChanged event fires twice Pin
MCSD-Gandalf19-Jun-06 1:44
MCSD-Gandalf19-Jun-06 1:44 
AnswerRe: DateTimePicker ValueChanged event fires twice Pin
LongRange.Shooter19-Jun-06 8:03
LongRange.Shooter19-Jun-06 8:03 
QuestionRegistry Pin
bannapradeep19-Jun-06 0:47
bannapradeep19-Jun-06 0:47 
AnswerRe: Registry Pin
Dave Kreskowiak19-Jun-06 1:27
mveDave Kreskowiak19-Jun-06 1:27 
GeneralRe: Registry [modified] Pin
bannapradeep19-Jun-06 2:52
bannapradeep19-Jun-06 2:52 
GeneralRe: Registry Pin
Dave Kreskowiak19-Jun-06 12:23
mveDave Kreskowiak19-Jun-06 12:23 
GeneralRe: Registry Pin
Dave Kreskowiak21-Jun-06 1:20
mveDave Kreskowiak21-Jun-06 1:20 
QuestionWhere is the modem? Pin
Nader Elshehabi19-Jun-06 0:46
Nader Elshehabi19-Jun-06 0:46 
AnswerRe: Where is the modem? Pin
Ed.Poore19-Jun-06 10:36
Ed.Poore19-Jun-06 10:36 
GeneralRe: Where is the modem? Pin
Nader Elshehabi19-Jun-06 14:37
Nader Elshehabi19-Jun-06 14:37 
GeneralRe: Where is the modem? Pin
Ed.Poore19-Jun-06 20:48
Ed.Poore19-Jun-06 20:48 

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.