Click here to Skip to main content
15,889,863 members
Home / Discussions / C#
   

C#

 
GeneralMessageBox Pin
thomasa25-May-04 21:03
thomasa25-May-04 21:03 
GeneralRe: MessageBox Pin
Nick Seng25-May-04 21:09
Nick Seng25-May-04 21:09 
GeneralRe: MessageBox Pin
MilesAhead26-May-04 4:13
MilesAhead26-May-04 4:13 
GeneralCompiling code Pin
Wizard_0125-May-04 20:40
Wizard_0125-May-04 20:40 
GeneralRe: Compiling code Pin
Marc Clifton26-May-04 3:34
mvaMarc Clifton26-May-04 3:34 
GeneralCustom Control Pin
Ryan Joseph25-May-04 19:46
Ryan Joseph25-May-04 19:46 
GeneralRe: Custom Control Pin
Stefan Troschuetz26-May-04 0:44
Stefan Troschuetz26-May-04 0:44 
GeneralRe: Custom Control Pin
Ryan Joseph26-May-04 15:17
Ryan Joseph26-May-04 15:17 
I did this because I like to create a custom control that is all-in-one, meaning I will be adding my custom dropdown box, add a date dropdown, add some buttons to it and anything that I can think of. My problem is if I compile my control then use it on VB.NET environment I can't access the event of my textbox becuase all event that is showing are usercontrol event(unless I make my own custom event which render the usercontrol event useless but still showing in my control's event). So what I want is when I run my VB project using my custom control then I press a key on my custom control what I want is the keypress event of the control to fire up. So is there any way to expose the events of the textbox instead of the event of the user control without making custom event just to send all the events of the textbox to the user? And is there anyway to hide some events in the usercontrol?

Thanks. Big Grin | :-D
GeneralRe: Custom Control Pin
Stefan Troschuetz26-May-04 21:25
Stefan Troschuetz26-May-04 21:25 
GeneralRe: Custom Control Pin
Ryan Joseph27-May-04 16:11
Ryan Joseph27-May-04 16:11 
GeneralRe: Custom Control Pin
Stefan Troschuetz27-May-04 21:05
Stefan Troschuetz27-May-04 21:05 
GeneralRe: Custom Control Pin
Heath Stewart26-May-04 4:09
protectorHeath Stewart26-May-04 4:09 
GeneralCalender control in asp.net Pin
HowRU25-May-04 18:14
HowRU25-May-04 18:14 
GeneralRe: Calender control in asp.net Pin
Aryadip25-May-04 19:28
Aryadip25-May-04 19:28 
GeneralRe: Calender control in asp.net Pin
HowRU25-May-04 20:17
HowRU25-May-04 20:17 
GeneralC# windows app Pin
Anthony_Yio25-May-04 17:56
Anthony_Yio25-May-04 17:56 
GeneralRe: C# windows app Pin
Nick Seng25-May-04 19:00
Nick Seng25-May-04 19:00 
GeneralRe: C# windows app Pin
Anthony_Yio25-May-04 20:05
Anthony_Yio25-May-04 20:05 
GeneralRe: C# windows app Pin
Nick Seng25-May-04 20:07
Nick Seng25-May-04 20:07 
GeneralRe: C# windows app Pin
Anthony_Yio25-May-04 20:16
Anthony_Yio25-May-04 20:16 
GeneralRe: C# windows app Pin
Nick Seng25-May-04 20:21
Nick Seng25-May-04 20:21 
GeneralRe: C# windows app Pin
Anthony_Yio25-May-04 20:35
Anthony_Yio25-May-04 20:35 
GeneralRe: C# windows app Pin
Anthony_Yio25-May-04 20:45
Anthony_Yio25-May-04 20:45 
GeneralRe: C# windows app Pin
Dave Kreskowiak26-May-04 2:48
mveDave Kreskowiak26-May-04 2:48 
GeneralRe: C# windows app Pin
Heath Stewart26-May-04 4:19
protectorHeath Stewart26-May-04 4:19 

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.