Click here to Skip to main content
15,902,299 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralAligning the Buttons in the form Pin
prathiba_naresh15-Jul-05 4:06
prathiba_naresh15-Jul-05 4:06 
GeneralRe: Aligning the Buttons in the form Pin
Dave Kreskowiak15-Jul-05 5:18
mveDave Kreskowiak15-Jul-05 5:18 
GeneralRe: Aligning the Buttons in the form Pin
Anonymous15-Jul-05 5:46
Anonymous15-Jul-05 5:46 
GeneralRe: Aligning the Buttons in the form Pin
prathiba_naresh15-Jul-05 6:02
prathiba_naresh15-Jul-05 6:02 
Generaloracle on linux Pin
smita_roy14-Jul-05 23:08
smita_roy14-Jul-05 23:08 
GeneralRe: oracle on linux Pin
Dave Kreskowiak15-Jul-05 1:40
mveDave Kreskowiak15-Jul-05 1:40 
Generalhelp on crystal report Pin
fire8514-Jul-05 20:27
fire8514-Jul-05 20:27 
GeneralRe: help on crystal report Pin
Rizwan Bashir14-Jul-05 21:57
Rizwan Bashir14-Jul-05 21:57 
Well for Column I am not sure but there are sections in the report. you can make them visible true or false. may be this helps you for hiding columns.. check this code

Dim opt as new report1
' blnShow is my boolean variable to decided either to show the section or not
' dsEmployee is the section in the report

If blnShow = False Then
opt.dsEmployee.SectionFormat.EnableSuppress = True
End If

May be with this code you will find the way of hiding columns...

best of luck
GeneralMultithread Pin
hung_ngole14-Jul-05 18:50
hung_ngole14-Jul-05 18:50 
GeneralRe: Multithread Pin
rwestgraham14-Jul-05 19:50
rwestgraham14-Jul-05 19:50 
GeneralRe: Multithread Pin
hung_ngole15-Jul-05 15:58
hung_ngole15-Jul-05 15:58 
GeneralRe: Multithread Pin
rwestgraham16-Jul-05 23:45
rwestgraham16-Jul-05 23:45 
GeneralAdd records to DB Table usin VB.Net Pin
JERUSHA14-Jul-05 18:30
JERUSHA14-Jul-05 18:30 
GeneralRe: Add records to DB Table usin VB.Net Pin
Anonymous15-Jul-05 23:20
Anonymous15-Jul-05 23:20 
Generalset ms.word to different orientation in different page Pin
IvanChang14-Jul-05 18:04
IvanChang14-Jul-05 18:04 
GeneralArray Pin
hung_ngole14-Jul-05 17:48
hung_ngole14-Jul-05 17:48 
GeneralRe: Array Pin
Christian Graus14-Jul-05 17:56
protectorChristian Graus14-Jul-05 17:56 
GeneralVB.Net inherited from GroupBox but if I drag a control onto it at design time it is added to form's controls collection Pin
SBendBuckeye14-Jul-05 12:55
SBendBuckeye14-Jul-05 12:55 
GeneralRe: VB.Net inherited from GroupBox but if I drag a control onto it at design time it is added to form's controls collection Pin
vtalau14-Jul-05 18:34
vtalau14-Jul-05 18:34 
GeneralVB .NET: XML to Datagrid Pin
Anonymous14-Jul-05 9:54
Anonymous14-Jul-05 9:54 
GeneralRe: VB .NET: XML to Datagrid Pin
Anonymous14-Jul-05 9:57
Anonymous14-Jul-05 9:57 
GeneralRe: VB .NET: XML to Datagrid Pin
Anonymous14-Jul-05 9:59
Anonymous14-Jul-05 9:59 
GeneralProblem in Query Pin
eshban28414-Jul-05 9:47
eshban28414-Jul-05 9:47 
GeneralRe: Problem in Query Pin
Christian Graus14-Jul-05 11:27
protectorChristian Graus14-Jul-05 11:27 
GeneralRe: Problem in Query Pin
J4amieC15-Jul-05 1:37
J4amieC15-Jul-05 1:37 

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.