Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 10th, 2004, 07:58 AM
Authorized User
 
Join Date: Apr 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default a usercontrol problem

hello
i have written a usercontrol which contains a listbox,
and i use it in a winApp.
i want the listbox to recieve some mouse_event,
and handle these mouse_event,but i canot write the
eventhandle funtion in the usercontrol,i want to write
it in the winApp.How to handle this problem?

waiting help

 
Old July 10th, 2004, 08:47 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 996
Thanks: 2
Thanked 11 Times in 11 Posts
Send a message via Yahoo to melvik
Default

I guess u need Form Items or any that u cant do!
Quote:
quote:but i canot write the eventhandle funtion in the usercontrol
So the way I used was:
Set ur ListBox provider as public(or any to be accessible from From) in ur UserControl And then in Form make an Event for that like:
Code:
UserControl.ListBox1.MouseDown += ...
I dont know is it a good way or any, But I did t & its works fine.
I'll be glad if anyone has new IDEA?!

Always:),
Hovik Melkomian.
 
Old July 10th, 2004, 10:55 AM
Authorized User
 
Join Date: Apr 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thanks
it really works!






Similar Threads
Thread Thread Starter Forum Replies Last Post
Get value of a QueryStringParameter in UserControl hpox ASP.NET 2.0 Basics 1 February 16th, 2007 11:54 AM
UserControl in DataGrid kdkcchoco ASP.NET 1.0 and 1.1 Professional 7 January 23rd, 2007 04:38 PM
Problem in accessing the UserControl properties anujrathi ASP.NET 1.0 and 1.1 Professional 1 June 8th, 2006 02:13 PM
Usercontrol Properties anothervbaddict Pro VB 6 3 July 18th, 2003 10:27 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.