Click here to Skip to main content
15,921,905 members
Home / Discussions / Windows Forms
   

Windows Forms

 
Questionpaging datagridview in vb.net Pin
vikas shukla26-Oct-09 1:12
vikas shukla26-Oct-09 1:12 
AnswerRe: paging datagridview in vb.net Pin
Ashfield26-Oct-09 3:21
Ashfield26-Oct-09 3:21 
AnswerRe: paging datagridview in vb.net Pin
Henry Minute26-Oct-09 4:40
Henry Minute26-Oct-09 4:40 
GeneralRe: paging datagridview in vb.net Pin
AhmedMasum28-Oct-09 1:30
AhmedMasum28-Oct-09 1:30 
GeneralRe: paging datagridview in vb.net Pin
Henry Minute28-Oct-09 1:34
Henry Minute28-Oct-09 1:34 
GeneralRe: paging datagridview in vb.net Pin
AhmedMasum28-Oct-09 1:53
AhmedMasum28-Oct-09 1:53 
AnswerRe: paging datagridview in vb.net Pin
AhmedMasum28-Oct-09 1:52
AhmedMasum28-Oct-09 1:52 
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 
Hi,

I am not 100% sure if this has been answered elsewhere, I did some searches both in the Code Project Articles and Message Boards and Google, but don't feel I've come across my answer yet. May have been something I missed.

I have an IDE-style application which includes a text editor window. The interface is Tabbed MDI and I already have that implemented by Weifen Luo's excelent WinForms.Docking library. Each MDI child window in my program contains an instance of the ICSharpCode.TextEditor control.

I know that the ICSharpCode.TextEditor control provides a splitter, but the UI is not quite what I am looking for.

What I want to do is add dynamic splitters, a la the MFC documentation's definition: "A dynamic splitter window typically is used to create and scroll a number of individual panes, or views, of the same document. The framework automatically creates an initial pane for the splitter; then the framework creates, resizes, and disposes of additional panes as the user operates the splitter window's controls." How can I do the same thing in C# Windows Forms?

You know what I am talking about...for a CSplitterWnd with 2 columns and 2 rows, the window would start off unsplit, with a little tiny button above the top of the vertical scroll bar and a little tiny button to the left of the left edge of the horizontal scroll bar, and then you can drag either button to turn it into a full-fledged splitter bar and split the window into up to 4 "panes."

Any hints on how I might accomplish this? I am brewing my own Java IDE, that's why I am asking.

Thank you!

Sincerely Yours,
Brian Hart

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 
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 

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.