Click here to Skip to main content
16,010,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: change the write allowed access to write denied. Pin
amaneet4-Apr-07 23:50
amaneet4-Apr-07 23:50 
Questionhelp-MCPD exam Pin
ajay588864-Apr-07 23:12
ajay588864-Apr-07 23:12 
AnswerRe: help-MCPD exam Pin
Christian Graus5-Apr-07 0:39
protectorChristian Graus5-Apr-07 0:39 
GeneralRe: help-MCPD exam Pin
Colin Angus Mackay5-Apr-07 2:04
Colin Angus Mackay5-Apr-07 2:04 
GeneralRe: help-MCPD exam Pin
Christian Graus5-Apr-07 9:27
protectorChristian Graus5-Apr-07 9:27 
GeneralRe: help-MCPD exam Pin
Colin Angus Mackay5-Apr-07 23:46
Colin Angus Mackay5-Apr-07 23:46 
Questiondeactivate sorting in datagridview Pin
ayeleteric4-Apr-07 22:58
ayeleteric4-Apr-07 22:58 
AnswerRe: deactivate sorting in datagridview Pin
Dave Kreskowiak5-Apr-07 3:48
mveDave Kreskowiak5-Apr-07 3:48 
There is no property on the DataGirdView to turn this on or off. This is done on each individual column itself giving you the ability to turn on sorting on certain columns and off for others:
Dim dgvCol As DataGridViewColumn
For Each dgvCol In dataGridView1.Columns
    dgvCol.SortMode = DataGridViewColumnSortMode.NotSortable
Next i



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: deactivate sorting in datagridview Pin
ayeleteric5-Apr-07 3:51
ayeleteric5-Apr-07 3:51 
Questionexe of the operating system Pin
amaneet4-Apr-07 22:48
amaneet4-Apr-07 22:48 
AnswerRe: exe of the operating system Pin
Christian Graus5-Apr-07 0:38
protectorChristian Graus5-Apr-07 0:38 
Questionno of Window operations system users Pin
amaneet4-Apr-07 22:41
amaneet4-Apr-07 22:41 
QuestionHow do I create graphics are same in different areas Pin
BatUlzii4-Apr-07 21:33
BatUlzii4-Apr-07 21:33 
AnswerRe: How do I create graphics are same in different areas Pin
Christian Graus4-Apr-07 22:40
protectorChristian Graus4-Apr-07 22:40 
GeneralRe: How do I create graphics are same in different areas Pin
BatUlzii4-Apr-07 23:00
BatUlzii4-Apr-07 23:00 
GeneralRe: How do I create graphics are same in different areas Pin
Christian Graus5-Apr-07 9:26
protectorChristian Graus5-Apr-07 9:26 
QuestionDocking Form? Pin
Muhammad Nauman Yousuf4-Apr-07 20:51
Muhammad Nauman Yousuf4-Apr-07 20:51 
AnswerRe: Docking Form? Pin
Dave Kreskowiak5-Apr-07 3:38
mveDave Kreskowiak5-Apr-07 3:38 
GeneralRe: Docking Form? Pin
Muhammad Nauman Yousuf5-Apr-07 18:47
Muhammad Nauman Yousuf5-Apr-07 18:47 
GeneralRe: Docking Form? Pin
Dave Kreskowiak6-Apr-07 1:38
mveDave Kreskowiak6-Apr-07 1:38 
QuestionRegular Expression to remove single line comments Pin
irsh_is4-Apr-07 19:51
irsh_is4-Apr-07 19:51 
AnswerRe: Regular Expression to remove single line comments Pin
amaneet4-Apr-07 22:54
amaneet4-Apr-07 22:54 
Questionhow to build a trial version of an application? [modified] Pin
Mr.Kode4-Apr-07 19:28
Mr.Kode4-Apr-07 19:28 
AnswerRe: how to build a trial version of an application? Pin
JUNEYT4-Apr-07 22:38
JUNEYT4-Apr-07 22:38 
GeneralRe: how to build a trial version of an application? Pin
Mr.Kode4-Apr-07 23:35
Mr.Kode4-Apr-07 23:35 

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.