Click here to Skip to main content
16,006,013 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to initialize a database connection for the target computer? Pin
Christian Graus25-Mar-08 18:48
protectorChristian Graus25-Mar-08 18:48 
GeneralRe: how to initialize a database connection for the target computer? Pin
crookshanks25-Mar-08 19:05
crookshanks25-Mar-08 19:05 
GeneralRe: how to initialize a database connection for the target computer? Pin
Christian Graus25-Mar-08 19:08
protectorChristian Graus25-Mar-08 19:08 
GeneralRe: how to initialize a database connection for the target computer? Pin
crookshanks25-Mar-08 19:40
crookshanks25-Mar-08 19:40 
GeneralRe: how to initialize a database connection for the target computer? Pin
N a v a n e e t h25-Mar-08 19:45
N a v a n e e t h25-Mar-08 19:45 
GeneralRe: how to initialize a database connection for the target computer? Pin
crookshanks25-Mar-08 20:29
crookshanks25-Mar-08 20:29 
GeneralRe: how to initialize a database connection for the target computer? Pin
Christian Graus25-Mar-08 20:30
protectorChristian Graus25-Mar-08 20:30 
QuestionHow to add button in window form datagrid Pin
Eunice (VB junior)25-Mar-08 16:49
Eunice (VB junior)25-Mar-08 16:49 
Hi,
I would like to add a button column on each row in datagrid.
How should i do it? I searched the forum from google.
The codes look like this: -
' Set datagrid XP Style Button ColumnStyle for City field
.Add(New DataGridXPButtonColumn(SystemColors.ControlText, SystemColors.Control))
' Also you may set datagrid Button ColumnStyle for City
' field without XP Button Style as the following:
' .Add(New DataGridButtonColumn())
With .Item(3)
.MappingName = "City"
.HeaderText = "City"
.Width = 60
.NullText = String.Empty
End With

But the problem that I'm facing is, i can't add "New DataGridXPButtonColumn" or "New DataGridButtonColumn" in datagridtablestyle.
There is no "datagridbuttoncolum" for me to add.
It's not allow for me to do so. How should i do?
Pls help.....
thanks in advance.

regards,
eunice
AnswerRe: How to add button in window form datagrid Pin
Dave Kreskowiak26-Mar-08 6:50
mveDave Kreskowiak26-Mar-08 6:50 
GeneralRe: How to add button in window form datagrid Pin
Eunice (VB junior)26-Mar-08 14:08
Eunice (VB junior)26-Mar-08 14:08 
NewsFYI: Crystal Reports 2008 integration with Visual Studio 2008 Pin
Steven J Jowett25-Mar-08 7:53
Steven J Jowett25-Mar-08 7:53 
GeneralCheck for newest file Pin
AHeavey25-Mar-08 7:11
AHeavey25-Mar-08 7:11 
GeneralRe: Check for newest file Pin
Steven J Jowett25-Mar-08 7:57
Steven J Jowett25-Mar-08 7:57 
GeneralRe: Check for newest file Pin
Vimalsoft(Pty) Ltd25-Mar-08 10:47
professionalVimalsoft(Pty) Ltd25-Mar-08 10:47 
GeneralRe: Check for newest file Pin
N a v a n e e t h25-Mar-08 19:48
N a v a n e e t h25-Mar-08 19:48 
GeneralRe: Check for newest file [modified] Pin
AHeavey26-Mar-08 1:52
AHeavey26-Mar-08 1:52 
GeneralRe: Check for newest file Pin
N a v a n e e t h26-Mar-08 4:39
N a v a n e e t h26-Mar-08 4:39 
GeneralPrintPreviewDialog control is creating problems! Pin
BooleanTrue25-Mar-08 2:47
professionalBooleanTrue25-Mar-08 2:47 
GeneralRe: PrintPreviewDialog control is creating problems! Pin
Dave Kreskowiak25-Mar-08 4:04
mveDave Kreskowiak25-Mar-08 4:04 
GeneralRe: PrintPreviewDialog control is creating problems! Pin
BooleanTrue25-Mar-08 4:22
professionalBooleanTrue25-Mar-08 4:22 
GeneralRe: PrintPreviewDialog control is creating problems! Pin
Dave Kreskowiak25-Mar-08 4:50
mveDave Kreskowiak25-Mar-08 4:50 
GeneralRe: PrintPreviewDialog control is creating problems! Pin
BooleanTrue25-Mar-08 6:14
professionalBooleanTrue25-Mar-08 6:14 
QuestionHow to call Java Web Services (wsdl) in .net Pin
C.Shivashankar25-Mar-08 1:43
C.Shivashankar25-Mar-08 1:43 
AnswerRe: How to call Java Web Services (wsdl) in .net Pin
Dave Kreskowiak25-Mar-08 4:01
mveDave Kreskowiak25-Mar-08 4:01 
GeneralRe: How to call Java Web Services (wsdl) in .net Pin
C.Shivashankar26-Mar-08 0:02
C.Shivashankar26-Mar-08 0:02 

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.