Click here to Skip to main content
15,921,113 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionpdf Pin
WhiteGirl2318-Jun-07 19:59
WhiteGirl2318-Jun-07 19:59 
AnswerRe: pdf Pin
Christian Graus18-Jun-07 20:04
protectorChristian Graus18-Jun-07 20:04 
QuestionWriting the date through registry editor during installation. Pin
tonymathewt18-Jun-07 19:06
professionaltonymathewt18-Jun-07 19:06 
AnswerRe: Writing the date through registry editor during installation. Pin
Sathesh Sakthivel18-Jun-07 19:44
Sathesh Sakthivel18-Jun-07 19:44 
AnswerRe: Writing the date through registry editor during installation. Pin
Dave Kreskowiak19-Jun-07 4:50
mveDave Kreskowiak19-Jun-07 4:50 
GeneralRe: Writing the date through registry editor during installation. Pin
tonymathewt19-Jun-07 18:22
professionaltonymathewt19-Jun-07 18:22 
QuestionVB.NET UserControl Click Issue Pin
JB of Three18-Jun-07 9:52
JB of Three18-Jun-07 9:52 
AnswerRe: VB.NET UserControl Click Issue Pin
Dave Kreskowiak18-Jun-07 10:00
mveDave Kreskowiak18-Jun-07 10:00 
JB of Three wrote:
the problem is that when the UserControl is clicked, the event handler only works if you click off of the labels. If you click the labels, the click event is not fired.


Of course. The labels sit on top of the surface of the UC. Your UC internal Click event will only fire in response to clicking on the UC surface, not the labels. If you want the full control to respond to this, your UC will have to handle the Click event for all of its constituent label controls also. If this handler, you'd just call RaiseEvent on your UC's Click event, or call OnClick to do it for you.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionGlobal Data set Usage for multiple SP querries Pin
mrarunks18-Jun-07 7:32
mrarunks18-Jun-07 7:32 
AnswerRe: Global Data set Usage for multiple SP querries Pin
Dave Kreskowiak18-Jun-07 9:56
mveDave Kreskowiak18-Jun-07 9:56 
AnswerRe: Global Data set Usage for multiple SP querries Pin
MidwestLimey18-Jun-07 10:06
professionalMidwestLimey18-Jun-07 10:06 
Questionweb app, opening Word Doc's Pin
kindzieb18-Jun-07 5:35
kindzieb18-Jun-07 5:35 
AnswerRe: web app, opening Word Doc's Pin
Dave Kreskowiak18-Jun-07 6:32
mveDave Kreskowiak18-Jun-07 6:32 
GeneralRe: web app, opening Word Doc's Pin
kindzieb18-Jun-07 8:22
kindzieb18-Jun-07 8:22 
GeneralRe: web app, opening Word Doc's Pin
Dave Kreskowiak18-Jun-07 8:59
mveDave Kreskowiak18-Jun-07 8:59 
GeneralRe: web app, opening Word Doc's Pin
kindzieb18-Jun-07 10:03
kindzieb18-Jun-07 10:03 
GeneralRe: web app, opening Word Doc's Pin
Dave Kreskowiak18-Jun-07 10:20
mveDave Kreskowiak18-Jun-07 10:20 
QuestionAccess form variables from custom control (bindingsource) Pin
AlexeiXX318-Jun-07 4:56
AlexeiXX318-Jun-07 4:56 
AnswerRe: Access form variables from custom control (bindingsource) Pin
Dave Kreskowiak19-Jun-07 4:43
mveDave Kreskowiak19-Jun-07 4:43 
GeneralRe: Access form variables from custom control (bindingsource) Pin
AlexeiXX319-Jun-07 8:51
AlexeiXX319-Jun-07 8:51 
GeneralRe: Access form variables from custom control (bindingsource) Pin
Dave Kreskowiak19-Jun-07 10:41
mveDave Kreskowiak19-Jun-07 10:41 
QuestionPrint Existing files in the Folder in vb.net Pin
Saivjil18-Jun-07 2:21
Saivjil18-Jun-07 2:21 
AnswerRe: Print Existing files in the Folder in vb.net Pin
originSH18-Jun-07 4:09
originSH18-Jun-07 4:09 
QuestionDropDown problem Pin
matjame18-Jun-07 0:40
matjame18-Jun-07 0:40 
AnswerRe: DropDown problem Pin
Dave Kreskowiak19-Jun-07 4:17
mveDave Kreskowiak19-Jun-07 4: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.