Click here to Skip to main content
15,929,430 members
Home / Discussions / C#
   

C#

 
Questionhow can create a really transparent control? Pin
Susuko23-Jul-06 14:20
Susuko23-Jul-06 14:20 
AnswerRe: how can create a really transparent control? Pin
ankita patel24-Jul-06 6:50
ankita patel24-Jul-06 6:50 
QuestionHow Do I Access All File Types And Association Information [modified] Pin
christico23-Jul-06 11:49
christico23-Jul-06 11:49 
Questionneed help with a function call Pin
Patrick Snoeij23-Jul-06 11:28
Patrick Snoeij23-Jul-06 11:28 
AnswerRe: need help with a function call Pin
Christian Graus23-Jul-06 11:30
protectorChristian Graus23-Jul-06 11:30 
GeneralRe: need help with a function call Pin
Patrick Snoeij23-Jul-06 20:57
Patrick Snoeij23-Jul-06 20:57 
GeneralRe: need help with a function call Pin
Christian Graus23-Jul-06 21:12
protectorChristian Graus23-Jul-06 21:12 
GeneralRe: need help with a function call Pin
Guffa23-Jul-06 21:16
Guffa23-Jul-06 21:16 
The method that you use to handle the event has to have the same data types for the parameters as the delegate definition. You can't make up your own parameters and expect the event to guess what you are trying to do.

The first parameter is of type object, and is a reference to the control that caused the event. Type cast the reference to the actual data type of the control to access it's members.

---
b { font-weight: normal; }

QuestionSocket Connectivity Behind Router or Proxy??? Pin
RizwanSharp23-Jul-06 7:51
RizwanSharp23-Jul-06 7:51 
AnswerRe: Socket Connectivity Behind Router or Proxy??? Pin
stancrm23-Jul-06 8:14
stancrm23-Jul-06 8:14 
GeneralRe: Socket Connectivity Behind Router or Proxy??? Pin
RizwanSharp23-Jul-06 8:19
RizwanSharp23-Jul-06 8:19 
GeneralRe: Socket Connectivity Behind Router or Proxy??? Pin
stancrm23-Jul-06 8:22
stancrm23-Jul-06 8:22 
QuestionRe: Socket Connectivity Behind Router or Proxy??? [modified] Pin
RizwanSharp23-Jul-06 8:25
RizwanSharp23-Jul-06 8:25 
AnswerRe: Socket Connectivity Behind Router or Proxy??? Pin
stancrm23-Jul-06 8:30
stancrm23-Jul-06 8:30 
GeneralRe: Socket Connectivity Behind Router or Proxy??? Pin
RizwanSharp23-Jul-06 8:33
RizwanSharp23-Jul-06 8:33 
GeneralRe: Socket Connectivity Behind Router or Proxy??? Pin
stancrm23-Jul-06 8:58
stancrm23-Jul-06 8:58 
QuestionTo remove errors from the program. Pin
arun.m23-Jul-06 7:14
arun.m23-Jul-06 7:14 
QuestionRe: To remove errors from the program. Pin
RizwanSharp23-Jul-06 7:40
RizwanSharp23-Jul-06 7:40 
AnswerRe: To remove errors from the program. Pin
mav.northwind23-Jul-06 10:22
mav.northwind23-Jul-06 10:22 
AnswerRe: To remove errors from the program. Pin
Christian Graus23-Jul-06 10:44
protectorChristian Graus23-Jul-06 10:44 
QuestionIVR (Interactive Voice Response) Pin
mohsen_dez23-Jul-06 7:03
mohsen_dez23-Jul-06 7:03 
Questionpassing data to another form Pin
simsen23-Jul-06 5:21
simsen23-Jul-06 5:21 
AnswerRe: passing data to another form Pin
Christian Graus23-Jul-06 10:45
protectorChristian Graus23-Jul-06 10:45 
GeneralRe: passing data to another form Pin
simsen23-Jul-06 20:00
simsen23-Jul-06 20:00 
GeneralRe: passing data to another form Pin
Christian Graus23-Jul-06 21:11
protectorChristian Graus23-Jul-06 21:11 

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.