Click here to Skip to main content
15,887,676 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCustom Skins/Themes for VB .NET application. Pin
jeshra27917-Jan-10 5:27
jeshra27917-Jan-10 5:27 
AnswerRe: Custom Skins/Themes for VB .NET application. Pin
Eddy Vluggen18-Jan-10 7:43
professionalEddy Vluggen18-Jan-10 7:43 
QuestionHow to print directly crystal report other than Crystalreportviewer? Pin
Paramu197317-Jan-10 3:08
Paramu197317-Jan-10 3:08 
AnswerRe: How to print directly crystal report other than Crystalreportviewer? Pin
Mycroft Holmes17-Jan-10 14:40
professionalMycroft Holmes17-Jan-10 14:40 
AnswerRe: How to print directly crystal report other than Crystalreportviewer? Pin
Steven J Jowett18-Jan-10 8:02
Steven J Jowett18-Jan-10 8:02 
QuestionNeutralize click event on Tab Pin
tannghia16-Jan-10 23:28
tannghia16-Jan-10 23:28 
AnswerRe: Neutralize click event on Tab Pin
dan!sh 16-Jan-10 23:58
professional dan!sh 16-Jan-10 23:58 
GeneralRe: Neutralize click event on Tab Pin
Paul Hasler19-Jan-10 3:15
Paul Hasler19-Jan-10 3:15 
The VB.Net for d@nish's code might be something like:
Private Sub TabControl1_Selecting(ByVal sender As Object, ByVal e As System.Windows.Forms.TabControlCancelEventArgs) Handles TabControl1.Selecting
    e.Cancel = Not CanSelect
End Sub

i.e. If CanSelect is True then .......... Don't cancel the TabControl1_Selecting event
If CanSelect is False then ......... Do cancel the TabControl1_Selecting event
QuestionXML Interaction Pin
The ANZAC16-Jan-10 19:03
The ANZAC16-Jan-10 19:03 
AnswerRe: XML Interaction Pin
Estys17-Jan-10 1:30
Estys17-Jan-10 1:30 
GeneralRe: XML Interaction Pin
The ANZAC17-Jan-10 13:50
The ANZAC17-Jan-10 13:50 
GeneralRe: XML Interaction Pin
Estys17-Jan-10 22:40
Estys17-Jan-10 22:40 
GeneralRe: XML Interaction Pin
The ANZAC18-Jan-10 1:14
The ANZAC18-Jan-10 1:14 
GeneralRe: XML Interaction Pin
Estys18-Jan-10 2:37
Estys18-Jan-10 2:37 
QuestionVB/Batch Scripting Pin
AndieDu16-Jan-10 17:01
AndieDu16-Jan-10 17:01 
AnswerRe: VB/Batch Scripting Pin
Garth J Lancaster16-Jan-10 17:57
professionalGarth J Lancaster16-Jan-10 17:57 
Questioncombo box in datagrid in vb6 Pin
sohil masani15-Jan-10 23:53
sohil masani15-Jan-10 23:53 
AnswerRe: combo box in datagrid in vb6 Pin
Eddy Vluggen16-Jan-10 9:01
professionalEddy Vluggen16-Jan-10 9:01 
GeneralRe: combo box in datagrid in vb6 Pin
sohil masani22-Jan-10 20:03
sohil masani22-Jan-10 20:03 
Questiondate from calender control into Crystal report. Pin
jeshra27915-Jan-10 8:40
jeshra27915-Jan-10 8:40 
AnswerRe: date from calender control into Crystal report. Pin
thatraja15-Jan-10 21:03
professionalthatraja15-Jan-10 21:03 
QuestionActiveDs.IADsComputer and ADSPath Pin
AURANEXT15-Jan-10 5:26
AURANEXT15-Jan-10 5:26 
AnswerRe: ActiveDs.IADsComputer and ADSPath Pin
AURANEXT15-Jan-10 5:55
AURANEXT15-Jan-10 5:55 
QuestionObject reference not set to an instance of an object. Pin
Saqib Jabbar15-Jan-10 1:31
Saqib Jabbar15-Jan-10 1:31 
AnswerRe: Object reference not set to an instance of an object. Pin
DaveAuld15-Jan-10 1:52
professionalDaveAuld15-Jan-10 1:52 

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.