| Thread | Last Post | Replies |
|
| Restrict clicking child datagrid columns | 23 Sep 2003 22:29 GMT | 2 |
A windows form contains a parent datagrid (let's say order) a child datagrid (let's say order details) One user prefers to use the mouse to navigate between the data grids. When
|
| How do I cancel the context menu appearing ?? | 23 Sep 2003 19:47 GMT | 1 |
Ho can I (in code) stop and contextmenu appearing. I have a listview, and when there are no items, I want to stop the listview from appearing in the mouse down event. Thanks
|
| Sorted C# ListBox with one item | 23 Sep 2003 17:54 GMT | 2 |
I am using the 1.1 framework. I have a ListBox with the sorted property set to true. I try to add one item to the list and the item does not display. If I add two items, the first item and the second item displays. The
|
| ComboBox.SelectedValueChanged event | 23 Sep 2003 04:58 GMT | 2 |
I have a comboBox on a form. In the FormLoad event handler, I set the DataSource, DisplayMember, and ValueMember properties. I noticed that when I set the properties it causes something like 6 SelectedValueChanged events to be fired. In the SelectedValueChangedEvent handler ...
|
| Open Dialog Filter Doesn't Work | 22 Sep 2003 23:54 GMT | 3 |
All, I have an open file dialog on one of my forms. Everything works great except the filter. I am trying to hide all files that do not have an extension of cap but any file extension shows up. Any ideas with the code below? Dim myOpenFileDialog As New OpenFileDialog() ...
|
| Provider for Oracle Database? | 22 Sep 2003 23:24 GMT | 1 |
I am developing an application in VB .NET and Oracle 8i. I am exactly not sure about what provider should I use for my database. Which one would give the best performance and also will not have any conflicts from moving from Oracle 8i to oracle 9i in the near future.
|
| Localization and MessageBox | 22 Sep 2003 23:19 GMT | 2 |
I can set my CurrentCulture and CurrentUICulture to de-DE (German-Germany) and resources load from my German-Germany satellite assembly. The problem I run into is that the Windows Forms MessageBox.Show method does not show German-Germany response buttons. For example,
|
| IE sourcing using 3rd party controls | 22 Sep 2003 23:16 GMT | 1 |
I've written a user control(TestControl.dll) that uses Janus Explorer Bar. I want to embed my test control in an html page in IE. I am not able to get it to work. Any ideas?
|
| sync all clocks together on one network | 22 Sep 2003 21:07 GMT | 1 |
Could anyone tell me how to sync all the different computers on the network to the same clock so they all have the same time of day? I am running vb.net on an NT system. Thanks a lot if anyone can help!!!
|
| Push state of buttons | 22 Sep 2003 19:59 GMT | 2 |
How can I determine wether a button is currently pushed or not? I want to create my own button with a non-rectangular shape and a special design. For that I created three images, one for released, pushed and disabled state. At the Paint event I want to draw the correct image and ...
|
| Upgrade to .net framework 1.1 | 22 Sep 2003 19:57 GMT | 5 |
I am using Visual Studio 2002 & i want to upgrade my existing projects to use frame work 1.1. How can i do it. More over when i start a new project & then add refrence to it then it takes refrence from older version of frame work rather than latest version. How can i change the ...
|
| Xsl transformation in windowsforms | 22 Sep 2003 19:27 GMT | 4 |
Hi I want to do a xsl transformation in a windowform. What class do I use for the transformation? Wich control/component/container should I use to represent it to the user?
|
| Client application slows down | 22 Sep 2003 17:38 GMT | 3 |
I have a WinForms client that accesses data through a .Net service. If I run my regression test multiple times, every time it runs about 40 seconds slower. I thought it might be GC; so I inserted a GC.Collect() statement with
|
| How to speed up a cross thread call? | 22 Sep 2003 16:45 GMT | 6 |
I have a window form application. I create a worker thread to make a web request call to retireve data from the web. When the work is done, I make a marshaled call to raise an event in the main thread (thanks to William
|
| winform regions | 22 Sep 2003 13:30 GMT | 1 |
is there a way to enforce all four corners of a winform to become shaped as a gif/jpeg image ? i want to design a window, that has four shaped corners, and the shapes come from a gif/jpeg image
|