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

Windows Forms

 
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 
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 
when you click any hyper link or button it generally navigate to new page or refresh this page.
This event can be got by the navigating event of webbrowser control of .net.

see example. suppose webBrowser1 is added in a windows application.

private void webBrowser1_Navigating(object sender, WebBrowserNavigatingEventArgs e)
        {
            MessageBox.Show(e.Url.PathAndQuery.ToString());
        }

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

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.