Click here to Skip to main content
16,005,236 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Export to Excel Pin
Manoj Madhavan16-Dec-03 23:00
Manoj Madhavan16-Dec-03 23:00 
Generaldatagrid Pin
coolerbob16-Dec-03 0:01
coolerbob16-Dec-03 0:01 
GeneralODBC Information (answer it soon) Pin
xprtguro15-Dec-03 23:14
xprtguro15-Dec-03 23:14 
Generalproblem in activexcontrol.... Pin
Vipin Bokariya15-Dec-03 20:27
Vipin Bokariya15-Dec-03 20:27 
GeneralRe: problem in activexcontrol.... Pin
steff kamush16-Dec-03 21:31
steff kamush16-Dec-03 21:31 
GeneralRe: problem in activexcontrol.... Pin
R Sharma17-Dec-03 6:18
R Sharma17-Dec-03 6:18 
GeneralCommon Events Pin
jboss15-Dec-03 15:36
jboss15-Dec-03 15:36 
GeneralRe: Common Events Pin
steff kamush15-Dec-03 20:41
steff kamush15-Dec-03 20:41 
jboss wrote:
2roses=? 14myw-14mym

Rose | [Rose] Rose | [Rose] Theas a beta way:

in vb.net, a sub can handle many similar events for controls of the same type
assume u hav label1, 2,.. labeln, guess this does it

Private Sub Label1_MouseEnter(ByVal sender As Object, ByVal e As System.EventArgs) Handles Label1.MouseEnter, Label2.MouseEnter, Label3.MouseEnter, .. , Labeln.MouseEnter
Me.Cursor.Current = Cursors.Hand
End Sub



Steff Kamush
2roses=? 14myw-14mym
GeneralRe: Common Events Pin
jboss16-Dec-03 14:53
jboss16-Dec-03 14:53 
QuestionHow to read the audio volume meter in VB.NET Pin
nordta15-Dec-03 11:26
nordta15-Dec-03 11:26 
QuestionHow to make shortcut/hotkey Pin
cometz15-Dec-03 6:08
cometz15-Dec-03 6:08 
QuestionHow to execute Dos command line in VB? Pin
Thunder200415-Dec-03 3:07
Thunder200415-Dec-03 3:07 
AnswerRe: How to execute Dos command line in VB? Pin
Thunder200415-Dec-03 4:04
Thunder200415-Dec-03 4:04 
GeneralNeed a huge favor and an honest oppinion Pin
cnurse15-Dec-03 0:27
cnurse15-Dec-03 0:27 
Questionhow to brush color into a textbox ? Pin
dungti14-Dec-03 20:02
dungti14-Dec-03 20:02 
AnswerRe: how to brush color into a textbox ? Pin
cnurse15-Dec-03 0:30
cnurse15-Dec-03 0:30 
GeneralRe: how to brush color into a textbox ? Pin
dungti15-Dec-03 15:19
dungti15-Dec-03 15:19 
GeneralAutomatically loading object properties from SQL data sources Pin
cnurse13-Dec-03 22:39
cnurse13-Dec-03 22:39 
GeneralRe: Automatically loading object properties from SQL data sources Pin
cnurse13-Dec-03 23:03
cnurse13-Dec-03 23:03 
GeneralRe: Automatically loading object properties from SQL data sources Pin
cnurse13-Dec-03 23:13
cnurse13-Dec-03 23:13 
QuestionHow Can i Use Comm in .NET???? Pin
13-Dec-03 21:30
suss13-Dec-03 21:30 
AnswerRe: How Can i Use Comm in .NET???? Pin
elRaptor26-Dec-03 10:37
elRaptor26-Dec-03 10:37 
AnswerRe: How Can i Use Comm in .NET???? Pin
elRaptor31-Dec-03 8:20
elRaptor31-Dec-03 8:20 
GeneralScaling and moving graphics paths Pin
cnurse13-Dec-03 21:16
cnurse13-Dec-03 21:16 
GeneralVB Help Transfering Info from Word to Access Database Pin
^Kyr13-Dec-03 14:51
suss^Kyr13-Dec-03 14:51 

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.