| Thread | Last Post | Replies |
|
| How to get URL adress from "My favorites" files ? | 23 Sep 2004 17:47 GMT | 3 |
I'd like to get URL from any link file placed in "My Favorites" web browser folder (as I see - that's shortcut files). How can I do it? Thanks for wrote, nice sunny day with no work:).
|
| Opening new WebForm | 23 Sep 2004 17:24 GMT | 1 |
I have a web-application. After pressing the button special form should be opened in a new browser window. How can I achieve that? Please, give a simple example.
|
| Syntax for Accessing Controls in VB.Net | 23 Sep 2004 17:19 GMT | 1 |
I have created a MainForm and included a Textbox control in the MainForm. Then i have added another new form using "Add Windows Form". I have used this syntax for accessing the textbox control in MainForm: MainForm.Textbox1.text = "Welcome".
|
| Flat progressbar? | 23 Sep 2004 17:05 GMT | 1 |
Help needed to create a flat progressbar! // Mats
|
| Can I create a PDF using VB code? | 23 Sep 2004 16:24 GMT | 1 |
I want to create a VB.NET program to create a PDF. Is it possible? I have Acrobat 6 Pro and think I need to use it somehow. Does anyone know a starting place for me to look into how to do this? Any help is appreciated.
|
| Transparent forms help! | 23 Sep 2004 13:21 GMT | 2 |
I am in the process of trying to create a new application that has a transparent form. I am trying to create something to look like this GIF that I created in Photoshop. http://www.caublestoneink.com/projects/sample.gif
|
| Printer Properties Dialog | 23 Sep 2004 07:19 GMT | 1 |
Does anyone know how to display printer properties dialog? It's the one that show when you click "Properties" from PrintDialog next to dropdown with printer names. I have printer name and need to display it's properties dialog without
|
| make controls on form centered when form maximized | 23 Sep 2004 03:18 GMT | 4 |
how do i do this first with one size monitor/ resolution, and hopefully with any size monitor/screen resolution? thanks
|
| HELP - MDI Form with SDI - SDI hidden by MDI objects | 22 Sep 2004 19:26 GMT | 4 |
Hi all; I have one MDI form, with it's IsMDIForm property set to true, which has lot's of components (panels, toolbars, menus, explorer bars, etc.). I also have one SDI form, and somewhere in my code i do this;
|
| How to Embedded one Window Form datagrid as row of other datagrid | 22 Sep 2004 17:20 GMT | 1 |
Hi Friends, My requirement are as follow..... 1) First DataGrid display all row of one table, with this one additional column having +/- control like tree.
|
| Question on Component | 22 Sep 2004 15:08 GMT | 4 |
Hi experts, I created a custom Component in VS.NET 2003. From my component, I need to catch the Load event of the parent Form. The question is how can I get the reference to the parent instance, without passing it to the constructor of my
|
| How to catch max button click event? (C#) | 22 Sep 2004 14:19 GMT | 1 |
I have MDIForm and some ChildForms in it. When user click maximize button in one of child form, I want to be alerted that user has just been clicked max button. My purpose to do this, I want to set property Sizing Grip in status bar on
|
| Per pixel alpha blend on control (not on a form) | 22 Sep 2004 14:13 GMT | 1 |
I want to make my control (and it child controls) to be alpha blended (just like the form can do with Opacity property) but I don't know how to do it. I attempted to use WS_EX_LAYERED style and SetLayeredWindowAttributes but when I set this style on the control in CreateParms I got ...
|
| RichTextBox: Detecting when user moves cursor to new linw | 22 Sep 2004 11:26 GMT | 1 |
Is there a simple way to tell if the user changes to a new line in a RichTextBox - e.g. by up/down arrow key, Enter key, etc? Regards Jay Ayliff
|
| problem! application slows down and registers exceptions | 22 Sep 2004 09:12 GMT | 3 |
I'm review-in an application and found large number on (# of Excepts Thrown) in .Net Performance counters, the value constantly raises (few thousand per hour). Further investigation of that exceptions shows that they are raised
|