Forum: C# 23 Days Ago |
| Replies: 4 Views: 320 |
Forum: C# 26 Days Ago |
| Replies: 4 Views: 320 Keep main form open and visible Hi everyone,
I have four forms. Form1 is the main form and needs to be kept open and visible at all times but cannot be clicked while the other forms are open. For example, the main form is open and... |
Forum: C# Oct 21st, 2008 |
| Replies: 4 Views: 283 |
Forum: C# Oct 21st, 2008 |
| Replies: 4 Views: 283 |
Forum: C# Oct 20th, 2008 |
| Replies: 4 Views: 283 capture link text when link clicked c# Hi everyone,
I have a webbrowser which displays a webpage. I need to capture the text of any links that are clicked on that webpage. For example if the link 'certificates' is displayed then I need... |
Forum: C# Sep 25th, 2008 |
| Replies: 3 Views: 403 Re: 'look' of webpage in webbrowser window (c#) Thanks for the reply Liz.
I looked at my internet explorer settings and it is still at medium. I don't understand why the page displays 'normally' in internet explorer but is different in my... |
Forum: C# Sep 25th, 2008 |
| Replies: 3 Views: 403 'look' of webpage in webbrowser window (c#) Hello everyone,
On my webbrowser when it displays webpages the text is larger than normal and the whole page doesn't fit into the webbrowser and requires scrollbars eg google homepage. This doesn't... |
Forum: C# Sep 16th, 2008 |
| Replies: 1 Views: 250 webBrowser.GoBack method and frames Hi everyone,
I have a webbrowser which displays a webpage that contains frames. The contents of both frames are changed at the same time (from within the html document) but when the back button is... |
Forum: C# Sep 16th, 2008 |
| Replies: 2 Views: 595 |
Forum: C# Sep 16th, 2008 |
| Replies: 2 Views: 595 Calling a function in html file from c# code Hello everyone,
I have a html file (that is displayed in a webbrowser) which contains an onclick function that calls an external function in c# code. I have this part working and after the external... |
Forum: C# Jul 30th, 2008 |
| Replies: 2 Views: 726 |
Forum: C# Jul 29th, 2008 |
| Replies: 2 Views: 726 Back navigation in web browser not working c# Hello everyone,
I have a web browser which is used to display html files that are stored locally. However when I try to use the webBrowser.GoBack() method to navigate back to previous files nothing... |
Forum: C# Jun 10th, 2008 |
| Replies: 2 Views: 463 Re: eb browser question Hi RamyMahrous,
I attempted what you suggested but I'm having a problem with the regular expression to extract the URLs. My code is:
Regex r = new... |
Forum: C# Jun 9th, 2008 |
| Replies: 2 Views: 463 eb browser question Hello everyone,
I have a question regarding the web browser in visual studio 2005.
At the moment I have a web browser that navigates to the URL that I have typed into the combobox when the 'GO'... |
Forum: C# Jun 9th, 2008 |
| Replies: 6 Views: 1,331 |
Forum: C# Jun 6th, 2008 |
| Replies: 6 Views: 1,331 |
Forum: C# Jun 6th, 2008 |
| Replies: 6 Views: 1,331 |
Forum: C# Jun 6th, 2008 |
| Replies: 6 Views: 1,331 remove unwanted character from textbox Hello,
I have a textbox which I write data out to. I use "\n" to make sure that the next line of data is written on a new line. This works but I keep getting an unwanted character at the end of each... |
Forum: C# Jun 4th, 2008 |
| Replies: 2 Views: 772 |
Forum: C# Jun 4th, 2008 |
| Replies: 2 Views: 772 move cursor automatically in a richtextbox Hello,
I have a richtextbox which I write lines of data to. However, everytime a new line is written to the richtextbox it overwrites the last line of data so therefore after the progam runs only... |
Forum: C# Mar 26th, 2008 |
| Replies: 9 Views: 3,242 Re: Close a Form Guys,
This worked! Thanks for all your help I really appreciate it
SubProf :) |
Forum: C# Mar 20th, 2008 |
| Replies: 9 Views: 3,242 Close a Form Hello,
I have two forms where one is a login form and the other is the main form. The user enters their username and password and clicks the "login" button. The code in the login button validates... |
Forum: Visual Basic 4 / 5 / 6 Mar 10th, 2008 |
| Replies: 3 Views: 1,485 |
Forum: Visual Basic 4 / 5 / 6 Mar 7th, 2008 |
| Replies: 3 Views: 1,485 |