Click here to Skip to main content
15,891,810 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem to Convert a Javascript GTIN calculate function to VB.net Pin
star_platinum23-Nov-10 21:29
star_platinum23-Nov-10 21:29 
GeneralRe: Problem to Convert a Javascript GTIN calculate function to VB.net Pin
Dave Doknjas24-Nov-10 4:02
Dave Doknjas24-Nov-10 4:02 
Questionscroll 2 textbox at the same time Pin
kun8521-Nov-10 16:20
kun8521-Nov-10 16:20 
AnswerRe: scroll 2 textbox at the same time Pin
Eddy Vluggen22-Nov-10 7:20
professionalEddy Vluggen22-Nov-10 7:20 
GeneralRe: scroll 2 textbox at the same time Pin
Luc Pattyn22-Nov-10 7:52
sitebuilderLuc Pattyn22-Nov-10 7:52 
GeneralRe: scroll 2 textbox at the same time Pin
Eddy Vluggen22-Nov-10 8:55
professionalEddy Vluggen22-Nov-10 8:55 
AnswerRe: scroll 2 textbox at the same time Pin
S Houghtelin24-Nov-10 5:33
professionalS Houghtelin24-Nov-10 5:33 
AnswerRe: scroll 2 textbox at the same time Pin
Luc Pattyn24-Nov-10 5:53
sitebuilderLuc Pattyn24-Nov-10 5:53 
Unfortunately a WinForms ListBox does not offer scroll events, so the only technique I'm aware of is by overriding its WndProc. Here[^] is an example (it is using C#, you can do the same in VB.NET).

Once you got scroll events, you can have the second ListBox mimic the scrolling of the first. You can also do it both ways, but then you probably need to be careful and avoid eternal loops.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


Questiondisable tabpages click & click treenode to control pages selected Pin
sanyexian20-Nov-10 2:48
sanyexian20-Nov-10 2:48 
AnswerRe: disable tabpages click & click treenode to control pages selected Pin
Dave Kreskowiak23-Nov-10 6:24
mveDave Kreskowiak23-Nov-10 6:24 
QuestionGecko Layout Engine .net Module... Pin
thebiostyle19-Nov-10 12:50
thebiostyle19-Nov-10 12:50 
AnswerRe: Gecko Layout Engine .net Module... Pin
Thomas Krojer21-Nov-10 21:21
Thomas Krojer21-Nov-10 21:21 
GeneralRe: Gecko Layout Engine .net Module... Pin
thebiostyle22-Nov-10 6:22
thebiostyle22-Nov-10 6:22 
GeneralRe: Gecko Layout Engine .net Module... Pin
Thomas Krojer22-Nov-10 21:40
Thomas Krojer22-Nov-10 21:40 
AnswerRe: Gecko Layout Engine .net Module... Pin
Eddy Vluggen22-Nov-10 7:18
professionalEddy Vluggen22-Nov-10 7:18 
QuestionUsing Serial Port to communicate HEX Pin
RyJaBy19-Nov-10 3:10
RyJaBy19-Nov-10 3:10 
AnswerRe: Using Serial Port to communicate HEX Pin
Luc Pattyn19-Nov-10 3:28
sitebuilderLuc Pattyn19-Nov-10 3:28 
Questiontwo UDP socket on the same machine.. Pin
jainiraj18-Nov-10 18:45
jainiraj18-Nov-10 18:45 
AnswerRe: two UDP socket on the same machine.. Pin
Luc Pattyn18-Nov-10 18:59
sitebuilderLuc Pattyn18-Nov-10 18:59 
JokeRe: two UDP socket on the same machine.. Pin
DaveAuld18-Nov-10 23:42
professionalDaveAuld18-Nov-10 23:42 
GeneralRe: two UDP socket on the same machine.. Pin
Luc Pattyn19-Nov-10 1:59
sitebuilderLuc Pattyn19-Nov-10 1:59 
GeneralRe: two UDP socket on the same machine.. Pin
_Erik_19-Nov-10 3:58
_Erik_19-Nov-10 3:58 
GeneralRe: two UDP socket on the same machine.. Pin
Luc Pattyn19-Nov-10 4:01
sitebuilderLuc Pattyn19-Nov-10 4:01 
AnswerRe: two UDP socket on the same machine.. Pin
MikeD 219-Nov-10 2:45
MikeD 219-Nov-10 2:45 
QuestionFile name in a cell [SOLVED] Pin
vijay248218-Nov-10 5:14
vijay248218-Nov-10 5:14 

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.