Click here to Skip to main content
15,909,051 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
Hello,everyone! I've knowan how to click treenode to make tabpages selected and show, but I don't want users could click the tabpage and selected one of them. I searched in internet and found that it should use a intenger such as "tab = 1" in some Tabcontrol and Tabpage events like this webpage said whick use TabPage1_Validating & TabPage1_Enter like below :

Private Sub TabPage1_Validating(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles TabPage1.Validating
If tab = 1 Then
e.Cancel = True
Else
e.Cancel = False
End If
End Sub

Private Sub TabPage1_Enter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TabPage1.Enter
tab = 1 ' setting the selected tab when user gets back to this tab
End Sub


I tried it and now the tabpage could not click,but when I clicked treenode, it could not selected tabpage too.In fact,I didn't understand how the code in the webpage made tabpage disable click after I looked up in MSDN... Dead | X|
Could anyone give me some suggestions and help? Thanks a lot!
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 
AnswerRe: File name in a cell Pin
Dave Kreskowiak18-Nov-10 5:57
mveDave Kreskowiak18-Nov-10 5:57 

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.