Click here to Skip to main content
15,886,110 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionUSB Control Pin
jmcgill18-Jan-10 11:12
jmcgill18-Jan-10 11:12 
AnswerRe: USB Control Pin
DaveAuld18-Jan-10 12:37
professionalDaveAuld18-Jan-10 12:37 
GeneralRe: USB Control Pin
jmcgill18-Jan-10 13:20
jmcgill18-Jan-10 13:20 
GeneralRe: USB Control Pin
Dave Kreskowiak18-Jan-10 18:33
mveDave Kreskowiak18-Jan-10 18:33 
GeneralRe: USB Control Pin
DaveAuld19-Jan-10 2:32
professionalDaveAuld19-Jan-10 2:32 
Questionhow do I know which button was clicked Pin
spawneditions18-Jan-10 8:43
spawneditions18-Jan-10 8:43 
AnswerRe: how do I know which button was clicked Pin
Luc Pattyn18-Jan-10 10:11
sitebuilderLuc Pattyn18-Jan-10 10:11 
GeneralRe: how do I know which button was clicked Pin
spawneditions18-Jan-10 10:30
spawneditions18-Jan-10 10:30 
this is what i did

Sub SetHabs(ByVal sender As Object, ByVal e As EventArgs)

Dim boton As New Button
boton = CType(sender, Button)
Dim btnName As String = boton.Name
end sub

with this in each click event i get the name
GeneralRe: how do I know which button was clicked Pin
EliottA18-Jan-10 10:31
EliottA18-Jan-10 10:31 
GeneralRe: how do I know which button was clicked Pin
Luc Pattyn18-Jan-10 10:50
sitebuilderLuc Pattyn18-Jan-10 10:50 
GeneralRe: how do I know which button was clicked Pin
spawneditions18-Jan-10 12:03
spawneditions18-Jan-10 12:03 
GeneralRe: how do I know which button was clicked Pin
Luc Pattyn18-Jan-10 12:15
sitebuilderLuc Pattyn18-Jan-10 12:15 
GeneralRe: how do I know which button was clicked Pin
spawneditions18-Jan-10 12:24
spawneditions18-Jan-10 12:24 
GeneralRe: how do I know which button was clicked Pin
spawneditions18-Jan-10 12:12
spawneditions18-Jan-10 12:12 
GeneralRe: how do I know which button was clicked Pin
Luc Pattyn18-Jan-10 10:49
sitebuilderLuc Pattyn18-Jan-10 10:49 
QuestionXML file not written in intended directory Pin
Paul Hasler17-Jan-10 18:52
Paul Hasler17-Jan-10 18:52 
AnswerRe: XML file not written in intended directory Pin
Garth J Lancaster17-Jan-10 20:36
professionalGarth J Lancaster17-Jan-10 20:36 
GeneralRe: XML file not written in intended directory Pin
Paul Hasler18-Jan-10 0:30
Paul Hasler18-Jan-10 0:30 
QuestionI was thinking that the result of 50\1000 was 0.05 ........ Pin
Hurricane300017-Jan-10 6:25
Hurricane300017-Jan-10 6:25 
AnswerRe: I was thinking that the result of 50\1000 was 0.05 ........ Pin
dan!sh 17-Jan-10 6:47
professional dan!sh 17-Jan-10 6:47 
GeneralRe: I was thinking that the result of 50\1000 was 0.05 ........ Pin
Hurricane300017-Jan-10 7:49
Hurricane300017-Jan-10 7:49 
AnswerRe: I was thinking that the result of 50\1000 was 0.05 ........ Pin
Dave Kreskowiak17-Jan-10 8:58
mveDave Kreskowiak17-Jan-10 8:58 
GeneralRe:[SOLVED] I was thinking that the result of 50\1000 was 0.05 ........ Pin
Hurricane300017-Jan-10 10:06
Hurricane300017-Jan-10 10:06 
GeneralRe: I was thinking that the result of 50\1000 was 0.05 ........ Pin
Dalek Dave18-Jan-10 3:48
professionalDalek Dave18-Jan-10 3:48 
QuestionCustom Skins/Themes for VB .NET application. Pin
jeshra27917-Jan-10 5:27
jeshra27917-Jan-10 5:27 

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.