33 Topics

Member Avatar for
Member Avatar for ammadiqbal

i want that when i click NewToolstripbutton it run active child form newbutton procedure Note: newbutton is a userdefine Procedure. Help if any body known Ammad Iqbal

Member Avatar for ammadiqbal
0
1K
Member Avatar for culebrin

Hi, I have this: Public Class bParentClass [...] End Class Public Class bChildClass1 inherits bParentClass [...] End Class So, I do this: [CODE=vb] Dim vChildClass1 as bChildClass1 '<-- Here I create a reference to a child class type vChildClass1 = New bChildClass1 '<-- Here I point to a new object …

0
86
Member Avatar for Baradaran

Hi, This is probably a very simple problem, but still it is bugging me for a while. I have tried to google for solutions, but I did not find any. I have a div containing a few text elements like date and description. I want to change the background-color of …

Member Avatar for Baradaran
0
250

The End.