Click here to Skip to main content
15,906,558 members
Home / Discussions / C#
   

C#

 
Questionhow to pass paramters in an httprequest Pin
priy@3-Jun-08 21:20
priy@3-Jun-08 21:20 
QuestionRe: how to pass paramters in an httprequest Pin
sunspeed3-Jun-08 22:01
sunspeed3-Jun-08 22:01 
AnswerRe: how to pass paramters in an httprequest Pin
priy@3-Jun-08 23:19
priy@3-Jun-08 23:19 
GeneralRe: how to pass paramters in an httprequest Pin
leppie3-Jun-08 23:38
leppie3-Jun-08 23:38 
QuestionHow i can download file from server Pin
wasimsharp3-Jun-08 21:18
wasimsharp3-Jun-08 21:18 
AnswerRe: How i can download file from server Pin
Giorgi Dalakishvili3-Jun-08 21:22
mentorGiorgi Dalakishvili3-Jun-08 21:22 
Questionusercontrol and control and form events Pin
Marcel Vreuls (www.agentbase.nl)3-Jun-08 21:13
Marcel Vreuls (www.agentbase.nl)3-Jun-08 21:13 
AnswerRe: usercontrol and control and form events Pin
sunspeed3-Jun-08 22:13
sunspeed3-Jun-08 22:13 
Hy,

I have a usercontrol with on it a listview control. This usercontrol is placed on a standard winform. Now i want on the form react on a event of the listview control. In other words. I the listview is clicked i want to catch the event en do something with the selected record.

Why would you react in your Form? Handle the Events in your Usercontrol.

I can set the on click event in the usercontrol but that will not show up in my form. I have tried something with override on click events but cannot get the hang of it.

The event will be fired, if the usercontrol itself is clicked for example. If you want to catch the event on the listview, you have to publish an event for that in your usercontrol and forward the onclick event of your ListView. For Example:
MyUserControl.OnListViewClicked += new someeventhandler(handler)

Hope this helps

Der Staat mit der niedrigsten Geburtenrate ist nicht die Bundesrepublik, sondern der Vatikan.

QuestionImage Comparision.. Pin
tasumisra3-Jun-08 20:07
tasumisra3-Jun-08 20:07 
AnswerRe: Image Comparision.. Pin
John Ad3-Jun-08 20:41
John Ad3-Jun-08 20:41 
GeneralRe: Image Comparision.. Pin
tasumisra3-Jun-08 20:48
tasumisra3-Jun-08 20:48 
GeneralRe: Image Comparision.. Pin
John Ad3-Jun-08 20:51
John Ad3-Jun-08 20:51 
QuestionHow to call a method in every specific seconds? Pin
YAI3-Jun-08 19:52
YAI3-Jun-08 19:52 
AnswerRe: How to call a method in every specific seconds? Pin
Guffa3-Jun-08 20:13
Guffa3-Jun-08 20:13 
AnswerRe: How to call a method in every specific seconds? Pin
dan!sh 3-Jun-08 21:08
professional dan!sh 3-Jun-08 21:08 
Questionttyrywrewe Pin
anujarya_20013-Jun-08 19:34
anujarya_20013-Jun-08 19:34 
AnswerRe: ttyrywrewe Pin
Shree3-Jun-08 19:39
Shree3-Jun-08 19:39 
QuestionFingerprint Reader Pin
Member 47748683-Jun-08 19:08
Member 47748683-Jun-08 19:08 
AnswerRe: Fingerprint Reader Pin
Shree3-Jun-08 19:48
Shree3-Jun-08 19:48 
AnswerRe: Fingerprint Reader Pin
Harvey Saayman4-Jun-08 0:14
Harvey Saayman4-Jun-08 0:14 
GeneralRe: Fingerprint Reader Pin
Member 47748684-Jun-08 4:22
Member 47748684-Jun-08 4:22 
GeneralRe: Fingerprint Reader Pin
Harvey Saayman4-Jun-08 4:44
Harvey Saayman4-Jun-08 4:44 
GeneralRe: Fingerprint Reader Pin
Member 47748684-Jun-08 18:14
Member 47748684-Jun-08 18:14 
GeneralRe: Fingerprint Reader Pin
Harvey Saayman8-Jun-08 20:12
Harvey Saayman8-Jun-08 20:12 
GeneralRe: Fingerprint Reader Pin
satiss7pwr1-May-11 21:17
satiss7pwr1-May-11 21:17 

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.