Click here to Skip to main content
15,920,383 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Internet Explorer - Mouse being disabled Pin
Paul Conrad23-Aug-08 4:50
professionalPaul Conrad23-Aug-08 4:50 
GeneralRe: Internet Explorer - Mouse being disabled Pin
Dennis Lokken23-Aug-08 5:39
Dennis Lokken23-Aug-08 5:39 
GeneralRe: Internet Explorer - Mouse being disabled Pin
csciwizard23-Aug-08 5:13
csciwizard23-Aug-08 5:13 
GeneralRe: Internet Explorer - Mouse being disabled Pin
Dennis Lokken23-Aug-08 8:34
Dennis Lokken23-Aug-08 8:34 
GeneralRe: Internet Explorer - Mouse being disabled Pin
Paul Conrad23-Aug-08 8:44
professionalPaul Conrad23-Aug-08 8:44 
GeneralRe: Internet Explorer - Mouse being disabled Pin
csciwizard23-Aug-08 9:04
csciwizard23-Aug-08 9:04 
GeneralRe: Internet Explorer - Mouse being disabled Pin
Paul Conrad23-Aug-08 9:41
professionalPaul Conrad23-Aug-08 9:41 
GeneralRe: Internet Explorer - Mouse being disabled Pin
Mycroft Holmes23-Aug-08 14:36
professionalMycroft Holmes23-Aug-08 14:36 
GeneralRe: Internet Explorer - Mouse being disabled Pin
Paul Conrad23-Aug-08 18:25
professionalPaul Conrad23-Aug-08 18:25 
GeneralRe: Internet Explorer - Mouse being disabled Pin
Mycroft Holmes23-Aug-08 22:44
professionalMycroft Holmes23-Aug-08 22:44 
GeneralRe: Internet Explorer - Mouse being disabled Pin
Paul Conrad24-Aug-08 8:16
professionalPaul Conrad24-Aug-08 8:16 
GeneralRe: Internet Explorer - Mouse being disabled Pin
Paul Conrad23-Aug-08 8:51
professionalPaul Conrad23-Aug-08 8:51 
QuestionPicturebox transparent Pin
~V~22-Aug-08 1:04
~V~22-Aug-08 1:04 
AnswerRe: Picturebox transparent Pin
Dave Kreskowiak24-Aug-08 17:26
mveDave Kreskowiak24-Aug-08 17:26 
QuestionRich textbox Pin
~V~22-Aug-08 0:59
~V~22-Aug-08 0:59 
AnswerRe: Rich textbox Pin
John Ad22-Aug-08 4:09
John Ad22-Aug-08 4:09 
GeneralRe: Rich textbox Pin
~V~22-Aug-08 21:33
~V~22-Aug-08 21:33 
QuestionHow to call a Gateway using TCP Pin
Exelioindia22-Aug-08 0:39
Exelioindia22-Aug-08 0:39 
GeneralWant to change C# to VB.Net Pin
Golden Jing22-Aug-08 0:10
Golden Jing22-Aug-08 0:10 
GeneralRe: Want to change C# to VB.Net Pin
Tom Deketelaere22-Aug-08 2:34
professionalTom Deketelaere22-Aug-08 2:34 
GeneralRe: Want to change C# to VB.Net [modified] Pin
Golden Jing22-Aug-08 16:33
Golden Jing22-Aug-08 16:33 
Thanks you for your help.
I try to test this code but it have error on underline. What's problem ?

Public Class Form1
Inherits Form
Public Sub New()
InitializeComponent()
' Stand2plates.Add(3);
allStands = New List() {Stand1plates, Stand2plates, Stand3plates}
End Sub

Private allStands As List(Of Integer)
Private Stand1plates As New List(Of Integer)
Private Stand2plates As New List(Of Integer)
Private Stand3plates As New List(Of Integer)

Private Sub MoveFromTo(ByVal source As Integer, ByVal dest As Integer)
Dim top As Integer = allStands(source - 1)(allStands(source - 1).Count - 1)
allStands(source - 1).Remove(top)
allStands(dest - 1).Add(top)

RedrawPanels()
End Sub
End Sub

VB.Net

modified on Friday, August 22, 2008 10:43 PM

GeneralRe: Want to change C# to VB.Net Pin
Tom Deketelaere23-Aug-08 4:35
professionalTom Deketelaere23-Aug-08 4:35 
Questionproblem with picturebox Pin
shee_dee8621-Aug-08 22:10
shee_dee8621-Aug-08 22:10 
AnswerRe: problem with picturebox Pin
prubyholl22-Aug-08 0:05
professionalprubyholl22-Aug-08 0:05 
QuestionUndo the string Pin
neha.lad21-Aug-08 20:45
neha.lad21-Aug-08 20:45 

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.