Click here to Skip to main content
15,913,487 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionDynamic Splitter window to Split a MDI Child Window into Panes Pin
Brian C Hart22-Oct-09 9:10
professionalBrian C Hart22-Oct-09 9:10 
AnswerRe: Dynamic Splitter window to Split a MDI Child Window into Panes Pin
Shameel27-Oct-09 0:19
professionalShameel27-Oct-09 0:19 
GeneralRe: Dynamic Splitter window to Split a MDI Child Window into Panes Pin
Brian C Hart27-Oct-09 12:26
professionalBrian C Hart27-Oct-09 12:26 
GeneralRe: Dynamic Splitter window to Split a MDI Child Window into Panes Pin
Richard MacCutchan27-Oct-09 13:04
mveRichard MacCutchan27-Oct-09 13:04 
GeneralTracking activity in a WebBrowser control from a Windows Form Host Pin
Brady Kelly22-Oct-09 5:49
Brady Kelly22-Oct-09 5:49 
GeneralRe: Tracking activity in a WebBrowser control from a Windows Form Host Pin
AhmedMasum28-Oct-09 1:49
AhmedMasum28-Oct-09 1:49 
Questionhow to prevent the user from moving to the clicked cell in DataGridView ? Pin
alladeen21-Oct-09 13:11
alladeen21-Oct-09 13:11 
AnswerRe: how to prevent the user from moving to the clicked cell in DataGridView ? Pin
Mycroft Holmes21-Oct-09 13:29
professionalMycroft Holmes21-Oct-09 13:29 
You can make the column read only, it then won't accept the click.

I think you can make the cell read only but you need to do that on the cell paint event (not sure if thats the correct event), then you can evaluate the cell content and change the properties.

If you make the underlying collection (datatable of BindingSource) read only (cannot add/edit/delete) then I believe this will be reflected in the DGV.

There are many ways to kill a cat other than drowning it in milk.

Never underestimate the power of human stupidity
RAH

GeneralRe: how to prevent the user from moving to the clicked cell in DataGridView ? Pin
alladeen21-Oct-09 20:24
alladeen21-Oct-09 20:24 
GeneralRe: how to prevent the user from moving to the clicked cell in DataGridView ? Pin
molesworth22-Oct-09 7:03
molesworth22-Oct-09 7:03 
AnswerRe: how to prevent the user from moving to the clicked cell in DataGridView ? Pin
AhmedMasum28-Oct-09 1:59
AhmedMasum28-Oct-09 1:59 
Questioncustom DataGridView column type and it's properties! Pin
maryam.saboor20-Oct-09 3:18
professionalmaryam.saboor20-Oct-09 3:18 
QuestionVB.Net Application not working in LAN, SQL Server does not allow remote connections Pin
Francis K Antony20-Oct-09 0:00
Francis K Antony20-Oct-09 0:00 
AnswerRe: VB.Net Application not working in LAN, SQL Server does not allow remote connections Pin
Eddy Vluggen20-Oct-09 0:28
professionalEddy Vluggen20-Oct-09 0:28 
Questionhow to transfer data from textbox to gridview? Pin
ganesh kumarrr19-Oct-09 15:20
ganesh kumarrr19-Oct-09 15:20 
AnswerRe: how to transfer data from textbox to gridview? Pin
Richard MacCutchan20-Oct-09 2:07
mveRichard MacCutchan20-Oct-09 2:07 
GeneralRe: how to transfer data from textbox to gridview? Pin
ganesh kumarrr20-Oct-09 3:30
ganesh kumarrr20-Oct-09 3:30 
GeneralRe: how to transfer data from textbox to gridview? Pin
Richard MacCutchan20-Oct-09 3:36
mveRichard MacCutchan20-Oct-09 3:36 
GeneralRe: how to transfer data from textbox to gridview? Pin
Mycroft Holmes21-Oct-09 13:32
professionalMycroft Holmes21-Oct-09 13:32 
AnswerRe: how to transfer data from textbox to gridview? Pin
AhmedMasum28-Oct-09 2:10
AhmedMasum28-Oct-09 2:10 
QuestionForm layout at runtime differs from design Pin
Member 332970019-Oct-09 0:56
Member 332970019-Oct-09 0:56 
AnswerRe: Form layout at runtime differs from design Pin
Dave Kreskowiak19-Oct-09 1:43
mveDave Kreskowiak19-Oct-09 1:43 
GeneralRe: Form layout at runtime differs from design Pin
Member 332970019-Oct-09 2:14
Member 332970019-Oct-09 2:14 
GeneralRe: Form layout at runtime differs from design Pin
Luc Pattyn19-Oct-09 3:17
sitebuilderLuc Pattyn19-Oct-09 3:17 
GeneralRe: Form layout at runtime differs from design Pin
Member 332970019-Oct-09 3:44
Member 332970019-Oct-09 3:44 

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.