Click here to Skip to main content
15,891,657 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: On demand sub-report Pin
Ali 11015-Jan-09 3:22
Ali 11015-Jan-09 3:22 
QuestionAbout the combobox textchange event Pin
drexler_kk13-Jan-09 17:07
drexler_kk13-Jan-09 17:07 
AnswerRe: About the combobox textchange event Pin
_mubashir14-Jan-09 21:42
_mubashir14-Jan-09 21:42 
QuestionRe: About the combobox textchange event Pin
drexler_kk15-Jan-09 0:01
drexler_kk15-Jan-09 0:01 
Questiondisable selection and context menu for a single column in datagrid view Pin
sohaib_a13-Jan-09 9:51
sohaib_a13-Jan-09 9:51 
AnswerRe: disable selection and context menu for a single column in datagrid view Pin
dan!sh 13-Jan-09 17:53
professional dan!sh 13-Jan-09 17:53 
GeneralRe: disable selection and context menu for a single column in datagrid view Pin
sohaib_a13-Jan-09 21:10
sohaib_a13-Jan-09 21:10 
GeneralRe: disable selection and context menu for a single column in datagrid view Pin
dan!sh 13-Jan-09 21:34
professional dan!sh 13-Jan-09 21:34 
Instead of taking this much pain, just reinitialize the contextmenustrip for the second column. Change the following C# code to VB.

this.dataGridView1.ContextMenuStrip = oContextMnuStrip;
this.dataGridView1.Columns[1].ContextMenuStrip = new ContextMenuStrip();


You will not need any extra code then.

The word "politics" describes the process so well: "Poli" in Latin meaning "many" and "tics" meaning "bloodsucking creatures."

जय हिंद

GeneralRe: disable selection and context menu for a single column in datagrid view Pin
sohaib_a13-Jan-09 21:52
sohaib_a13-Jan-09 21:52 
GeneralRe: disable selection and context menu for a single column in datagrid view Pin
dan!sh 13-Jan-09 22:19
professional dan!sh 13-Jan-09 22:19 
GeneralRe: disable selection and context menu for a single column in datagrid view Pin
sohaib_a13-Jan-09 23:00
sohaib_a13-Jan-09 23:00 
GeneralRe: disable selection and context menu for a single column in datagrid view Pin
dan!sh 15-Jan-09 3:54
professional dan!sh 15-Jan-09 3:54 
QuestionHow to pass values to Unbound Fields? Pin
Historysheeter13-Jan-09 7:58
Historysheeter13-Jan-09 7:58 
AnswerRe: How to pass values to Unbound Fields? Pin
Dave Kreskowiak13-Jan-09 8:46
mveDave Kreskowiak13-Jan-09 8:46 
AnswerRe: How to pass values to Unbound Fields? Pin
programmervb.netc++14-Jan-09 2:58
programmervb.netc++14-Jan-09 2:58 
QuestionUnable to Upgrade Vb6 to Vb.net Pin
sarfarazaliqureshi13-Jan-09 6:44
sarfarazaliqureshi13-Jan-09 6:44 
AnswerRe: Unable to Upgrade Vb6 to Vb.net Pin
Henry Minute13-Jan-09 8:35
Henry Minute13-Jan-09 8:35 
GeneralRe: Unable to Upgrade Vb6 to Vb.net Pin
sarfarazaliqureshi13-Jan-09 9:00
sarfarazaliqureshi13-Jan-09 9:00 
GeneralRe: Unable to Upgrade Vb6 to Vb.net Pin
Henry Minute13-Jan-09 9:06
Henry Minute13-Jan-09 9:06 
GeneralRe: Unable to Upgrade Vb6 to Vb.net Pin
sarfarazaliqureshi13-Jan-09 9:20
sarfarazaliqureshi13-Jan-09 9:20 
GeneralRe: Unable to Upgrade Vb6 to Vb.net Pin
Dave Kreskowiak13-Jan-09 10:19
mveDave Kreskowiak13-Jan-09 10:19 
AnswerRe: Unable to Upgrade Vb6 to Vb.net Pin
Dave Kreskowiak13-Jan-09 8:42
mveDave Kreskowiak13-Jan-09 8:42 
GeneralRe: Unable to Upgrade Vb6 to Vb.net Pin
sarfarazaliqureshi13-Jan-09 9:04
sarfarazaliqureshi13-Jan-09 9:04 
GeneralRe: Unable to Upgrade Vb6 to Vb.net Pin
Henry Minute13-Jan-09 9:08
Henry Minute13-Jan-09 9:08 
GeneralRe: Unable to Upgrade Vb6 to Vb.net Pin
sarfarazaliqureshi13-Jan-09 9:11
sarfarazaliqureshi13-Jan-09 9:11 

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.