Click here to Skip to main content
15,885,914 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionProblem with binding two comboBox Pin
waner michaud23-Nov-10 8:50
waner michaud23-Nov-10 8:50 
AnswerRe: Problem with binding two comboBox Pin
Luc Pattyn23-Nov-10 9:37
sitebuilderLuc Pattyn23-Nov-10 9:37 
GeneralRe: Problem with binding two comboBox Pin
waner michaud23-Nov-10 9:59
waner michaud23-Nov-10 9:59 
GeneralRe: Problem with binding two comboBox Pin
Luc Pattyn23-Nov-10 10:25
sitebuilderLuc Pattyn23-Nov-10 10:25 
GeneralRe: Problem with binding two comboBox Pin
waner michaud23-Nov-10 11:00
waner michaud23-Nov-10 11:00 
QuestionProblem to Convert a Javascript GTIN calculate function to VB.net Pin
star_platinum23-Nov-10 1:54
star_platinum23-Nov-10 1:54 
AnswerRe: Problem to Convert a Javascript GTIN calculate function to VB.net Pin
Dave Kreskowiak23-Nov-10 4:17
mveDave Kreskowiak23-Nov-10 4:17 
AnswerRe: Problem to Convert a Javascript GTIN calculate function to VB.net Pin
Dave Doknjas23-Nov-10 11:17
Dave Doknjas23-Nov-10 11:17 
factor = 3
sum = 0
Dim gNum As String = "1234564020233"

For index = gNum To 1 Step -1
	sum = sum + gNum.Substring(index - 1, index - (index - 1)) * factor
	factor = 4 - factor
Next index

cc = ((1000 - sum) Mod 10)
result = gNum + cc

David Anton
Convert between VB, C#, C++, & Java
www.tangiblesoftwaresolutions.com

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 
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 

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.