Click here to Skip to main content
15,919,028 members
Home / Discussions / C#
   

C#

 
QuestiondataGridView problems Pin
Steve5177113-Oct-09 2:30
Steve5177113-Oct-09 2:30 
AnswerRe: dataGridView problems Pin
Manas Bhardwaj13-Oct-09 2:40
professionalManas Bhardwaj13-Oct-09 2:40 
GeneralRe: dataGridView problems Pin
Steve5177113-Oct-09 3:22
Steve5177113-Oct-09 3:22 
AnswerRe: dataGridView problems Pin
Steve5177113-Oct-09 4:01
Steve5177113-Oct-09 4:01 
GeneralRe: dataGridView problems Pin
Luc Pattyn13-Oct-09 4:21
sitebuilderLuc Pattyn13-Oct-09 4:21 
AnswerRe: dataGridView problems Pin
Jacobb Michael13-Oct-09 5:49
Jacobb Michael13-Oct-09 5:49 
GeneralRe: dataGridView problems Pin
Steve5177113-Oct-09 6:33
Steve5177113-Oct-09 6:33 
QuestionOpen a POPUP consisting of Two Radio Buttons in Windows Applications Pin
Murthuja13-Oct-09 2:06
Murthuja13-Oct-09 2:06 
AnswerRe: Open a POPUP consisting of Two Radio Buttons in Windows Applications Pin
benjymous13-Oct-09 2:12
benjymous13-Oct-09 2:12 
AnswerRe: Open a POPUP consisting of Two Radio Buttons in Windows Applications Pin
Jacobb Michael13-Oct-09 5:55
Jacobb Michael13-Oct-09 5:55 
QuestionGet string name from listview selected item Pin
Aljaz11113-Oct-09 1:44
Aljaz11113-Oct-09 1:44 
AnswerRe: Get string name from listview selected item Pin
Manas Bhardwaj13-Oct-09 1:47
professionalManas Bhardwaj13-Oct-09 1:47 
AnswerRe: Get string name from listview selected item Pin
stancrm13-Oct-09 1:48
stancrm13-Oct-09 1:48 
AnswerRe: Get string name from listview selected item [modified] Pin
Md. Marufuzzaman13-Oct-09 4:12
professionalMd. Marufuzzaman13-Oct-09 4:12 
GeneralRe: Get string name from listview selected item Pin
Luc Pattyn13-Oct-09 4:23
sitebuilderLuc Pattyn13-Oct-09 4:23 
GeneralRe: Get string name from listview selected item Pin
Md. Marufuzzaman13-Oct-09 4:50
professionalMd. Marufuzzaman13-Oct-09 4:50 
AnswerRe: Get string name from listview selected item Pin
T!T@N14-Mar-10 8:45
T!T@N14-Mar-10 8:45 
Questionhow i can print from ppc (windows mobile) to usb printer ? Pin
E_Gold13-Oct-09 1:11
E_Gold13-Oct-09 1:11 
QuestionGet Control information at Mouse Position? Pin
Lyon Sun13-Oct-09 1:07
Lyon Sun13-Oct-09 1:07 
AnswerRe: Get Control information at Mouse Position? Pin
Luc Pattyn13-Oct-09 2:48
sitebuilderLuc Pattyn13-Oct-09 2:48 
GeneralRe: Get Control information at Mouse Position? Pin
Lyon Sun13-Oct-09 4:10
Lyon Sun13-Oct-09 4:10 
GeneralRe: Get Control information at Mouse Position? Pin
Luc Pattyn13-Oct-09 4:17
sitebuilderLuc Pattyn13-Oct-09 4:17 
A lot of GUI operations cause multiple events to be fired, here is an example:

public void button1_Click(object sender, EventArgs e) {
    Form2 myForm=new Form2();
    Form2.Show();

}


which will fire a Load, a Resize, a Shown, a Paint and many more.

Smile | :)

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages

Local announcement (Antwerp region): Lange Wapper? Neen!


GeneralRe: Get Control information at Mouse Position? Pin
Lyon Sun13-Oct-09 6:29
Lyon Sun13-Oct-09 6:29 
Questionspgridview Pin
ptvce13-Oct-09 1:05
ptvce13-Oct-09 1:05 
QuestionCapture screen in different ways, object wise, rectangle wise etc. Pin
yogesh_softworld12313-Oct-09 0:36
yogesh_softworld12313-Oct-09 0:36 

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.