| Thread | Last Post | Replies |
|
| Disabling the popup menu in the WebBrowser control | 12 Sep 2003 07:36 GMT | 2 |
Hi, I have read the threads about how to display html using the Webrowser Control and that works fine. Is it possible to disable the popupmenu shown when the right mousebutton is pressed in the browser window.
|
| How to detect closed form? | 12 Sep 2003 07:23 GMT | 2 |
I have opened form from another form and I have an variable with reference on it. But what if someone close referenced form? I tryed to test an variable on Nothing value but there is still reference on closed form. The questin is: How can I find out that the referenced form is ...
|
| Can I display a mainMenu in a Mdi Form? | 11 Sep 2003 23:43 GMT | 1 |
I would like to display a MainMenu on a Mdi Form but I can't get this to work. See my code example. I think it should work since the SDK documentation doesn't seem to say otherwise. I am using SDK 1.1.
|
| MDI Question | 11 Sep 2003 22:40 GMT | 8 |
I am creating a MDI app that will be different from the typical mdi app (MS Word...) The parent form will be the container for 5 different child forms that can be only created once (intialized). I have noticed that you can create many instances of each child form. I do not want ...
|
| Is there a canned AboutBox dialog | 11 Sep 2003 21:19 GMT | 1 |
Is there a canned AboutBox dialog or do I need to develop my own? Thanks! LuAnn
|
| Pausing the application | 11 Sep 2003 20:11 GMT | 5 |
I am trying to develop an application which needs to execute particular every 30 seconds. How can I achieve that. Please help. Thank you
|
| DataGrid Slider Bar | 11 Sep 2003 19:00 GMT | 6 |
Is there a way to hide the horizontal slider bar that appears at the bottom of a datagrid? I have set navigation to false, but all this did was disable the slider, not hide it.
|
| How to access the Main form in a Windows form app | 11 Sep 2003 18:44 GMT | 2 |
Is there a way to get access to the main form, I mean the one instantiated by Application.Run( new frmMain()) If anyone knows, please let me know.
|
| Problem with mulitthreading a winform app | 11 Sep 2003 15:20 GMT | 3 |
My app consists of the main application form, which spawns a thread that exists for the life of the application. This thread will need to launch other forms based on some logic at periods of time, but when I do it directly from this thread, the application hangs. So I had the thread ...
|
| Catching DragDrop when out of the Control | 11 Sep 2003 14:49 GMT | 3 |
DragDrop event is fired by the control accepting the drop If the drop is performed outside the controls I'm watching with events (like on another control/panel/window or outside my app) is there a way for me to know about it? (In MFC, for example, mouse movements are
|
| GetWindowsDirectory in C# | 11 Sep 2003 13:58 GMT | 3 |
I am able to get the Windows directory by using: [DllImport("kernel32", SetLastError=true)] static extern unsafe uint GetWindowsDirectory(byte* lpBuffer,uint uSize);
|
| Microsoft Excel 9.0 Object Library API | 11 Sep 2003 13:37 GMT | 3 |
|
| How to prevent a form from moving ? | 11 Sep 2003 13:22 GMT | 1 |
Hi, I would like that my form which inherits from Form (which has this.ControlBox = false; this.FormBorderStyle = FormBorderStyle.FixedToolWindow;
|
| is the VC "AllocConsole" equivlant in .Net? | 11 Sep 2003 12:42 GMT | 1 |
I am writing a C# Windows Application, Is there any method to use Console.WriteLine? thx
|
| Datagrid formatting | 11 Sep 2003 07:31 GMT | 1 |
I am binding my datagrid like this; MyDataGrid.SetDataBinding(ds, "MyTable") ' ds is the dataset The problem is this bring all fields from the table. How can I restrict some of the columns from appearing? Also how can I change the order and widths of
|