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

Visual Basic

 
GeneralRe: TextBox Pin
walkingdude23-Apr-05 3:09
walkingdude23-Apr-05 3:09 
Generalto PrintDocument Class Help Pin
dpagka20-Apr-05 3:54
dpagka20-Apr-05 3:54 
Generalvery strange socket error (winsock error 10055 i think) Pin
carlos_rocha19-Apr-05 23:03
carlos_rocha19-Apr-05 23:03 
GeneralStoring and Retriving Images from Access 2000 database using VB.NET 2003 Pin
RCuber19-Apr-05 21:58
RCuber19-Apr-05 21:58 
GeneralRe: Storing and Retriving Images from Access 2000 database using VB.NET 2003 Pin
Tom John20-Apr-05 3:29
Tom John20-Apr-05 3:29 
GeneralSaving/Updating a Word file in Oracle DB using VB.net Pin
hkpillai19-Apr-05 21:15
hkpillai19-Apr-05 21:15 
Generaldatagrid with checkbox ???/ Pin
sumit2119-Apr-05 20:50
sumit2119-Apr-05 20:50 
GeneralRe: datagrid with checkbox ???/ Pin
Mohamed Ishak20-Apr-05 0:27
professionalMohamed Ishak20-Apr-05 0:27 
Hello

It is there
There r two methods
first one is in ur Datasource table you sholud be craeat the Boolean Column
the u give the DataGrid DataSource
Datagrid.Datasource = Table (Table with Boolean column)
Otherwise create the table style Of DataGrid

Dim m_tbs as new  DataGridTableStyle<br />
with m_tbs<br />
dim col as mew DataGridBoolColumn<br />
with col<br />
.MappingName= ColName // colName is in table which column u want to display <br />
.witdh=180<br />
<br />
<br />
end with<br />
.GridColmnStyle.Add(col)<br />
end with<br />
<br />
DataGrid.TableStyles.Add(m_tbs)

I hope This will help to uBig Grin | :-D
Questionhow to build relation between tables ??? Pin
sumit2119-Apr-05 20:48
sumit2119-Apr-05 20:48 
AnswerRe: how to build relation between tables ??? Pin
Colin Angus Mackay20-Apr-05 0:51
Colin Angus Mackay20-Apr-05 0:51 
AnswerRe: how to build relation between tables ??? Pin
Mohamed Ishak20-Apr-05 0:55
professionalMohamed Ishak20-Apr-05 0:55 
GeneralData Grid ColumnStyle Pin
Ahmed S Shanab19-Apr-05 20:28
Ahmed S Shanab19-Apr-05 20:28 
GeneralRe: Data Grid ColumnStyle Pin
Mohamed Ishak20-Apr-05 0:34
professionalMohamed Ishak20-Apr-05 0:34 
GeneralCreating Windows Service Pin
Mahesh167919-Apr-05 17:22
Mahesh167919-Apr-05 17:22 
GeneralRe: Creating Windows Service Pin
Ray Cassick20-Apr-05 10:51
Ray Cassick20-Apr-05 10:51 
Generalclassroom project Pin
clear2719-Apr-05 17:09
clear2719-Apr-05 17:09 
GeneralRe: classroom project Pin
Christian Graus19-Apr-05 17:41
protectorChristian Graus19-Apr-05 17:41 
GeneralRe: classroom project Pin
clear2719-Apr-05 17:46
clear2719-Apr-05 17:46 
GeneralRe: classroom project Pin
clear2719-Apr-05 18:41
clear2719-Apr-05 18:41 
GeneralRe: classroom project Pin
Mohamed Ishak20-Apr-05 2:08
professionalMohamed Ishak20-Apr-05 2:08 
GeneralRe: classroom project Pin
Vikash Ranjan20-Apr-05 23:33
Vikash Ranjan20-Apr-05 23:33 
GeneralVB.NEt/win32 waveinopen Pin
ebred19-Apr-05 12:49
ebred19-Apr-05 12:49 
GeneralRe: VB.NEt/win32 waveinopen Pin
Anonymous19-Apr-05 13:22
Anonymous19-Apr-05 13:22 
GeneralSorry, the tags were on Pin
Anonymous19-Apr-05 13:24
Anonymous19-Apr-05 13:24 
GeneralRe: Sorry, the tags were on Pin
ebred19-Apr-05 13:41
ebred19-Apr-05 13:41 

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.