| Thread | Last Post | Replies |
|
| ToolStripComboBox | 22 May 2006 20:06 GMT | 1 |
Once a ToolStripComboBox item has been selected, how do I programmatically close up the MenuStrip it contains? Currently, as I respond to the SelectedIndexChanged event, I retrieve the selected item, but the menu stays open.
|
| SortCompare of DataGridView - how to? | 22 May 2006 18:07 GMT | 4 |
VS2005 and I have a DataTable displayed in a DataGridView that needs custom sorting, with the DataSource of the grid set to the DataTable and the SortCompare event just won't fire. Then I found this in the docs "This event occurs only when the DataSource
|
| Batch printing application looses document order | 22 May 2006 14:07 GMT | 2 |
I'm writing an application in vb.net 2005 to batch-print several .pdf file to the default printer, using Process.Start method, without multithreading. But the order of the documents queued in the printer is not correct and every time different. For example, if the application ...
|
| Find angle between 2 points using 2d coordinates. | 22 May 2006 13:17 GMT | 3 |
Find angle between 2 points using 2d coordinates. I am trying to write a tool to find angle between 2 coordinates in 2d space. I know the distance of adjacent side and hypotenuse. Cos(angle) = adjacent side / hypotenuse
|
| DataBinding, grr | 22 May 2006 11:29 GMT | 14 |
I hate DataBinding. Using VS.NET 2003, C#, Sql Server database. I've got a strongly-typed dataset. Let's pretend it's Northwind. I've also got a TextBox.
|
| Displaying Tool Tips | 22 May 2006 11:27 GMT | 1 |
I'd like to implement the ability to display all tool tips for a given set of controls based on whether a check box is checked or unchecked. Currently the tool tip only appears when the mouse is over the control and then disappears after an elapse time.
|
| Running Windows Forms App From Network Share | 22 May 2006 05:16 GMT | 4 |
We're in the process of writing a new Windows Forms app and the desktop support folks want for it to be run from a network share. I know it's possible (i.e., just have the framework on the clients and a desktop shortcut to the exe out on the network)... but is it really a good ...
|
| suggestions for .NET vs Access | 22 May 2006 03:54 GMT | 3 |
i want to create a .NET application to run on about 6 peoples' laptops. However each user needs the ability of passing a data file to the next person, so they can see what the first guy worked on. I was thinking first, of doing a simple Access application! No need
|
| Treeview binding | 20 May 2006 01:17 GMT | 1 |
I have a field in a table that will contains this kind of information (Key/Value): P / Politique P_INT / Politique intérieur
|
| vb.net windows form in c# namespace | 19 May 2006 21:02 GMT | 1 |
Just wondering if there is a way to point to vb.net form in the project, from the C# project namespace.
|
| Help - I'm in Windows Forms Designer Hell | 19 May 2006 17:18 GMT | 3 |
I am using VS2005 Team System Edition. Third party tools: Infragistics, Developer XPress and some SharpLibrary I converted my working App from VS2003 to VS2005. The App now compiles and runs pretty well. I have one problem, however.
|
| Disable a Menu Item - Should be Simple??? | 19 May 2006 15:49 GMT | 2 |
I long for the old Win32 SDK days... I'm trying to dynamically enable/disable context menu items, depending on the state of my application. In the context menu's "Opening" event, I've got code that looks like this:
|
| Help Implementation | 19 May 2006 13:54 GMT | 1 |
I want to implement windows style help dialog for my smartclient application I couldn't find any documentation on that. Please help Thanks
|
| MaskedTextBox upper case | 19 May 2006 11:43 GMT | 1 |
I have a MaskedTextBox control (in 2.0) with mask "AAAAA-AAAAA-AAAAA-AAAAA" for a licence key. How can I force entry and display (while the user types) to upper case ?
|
| winforms 1.1 and ws 2.0 | 19 May 2006 10:17 GMT | 3 |
I have a vb.1.1 winforms app (solution). One of the projects in the solution was a web services project which the winforms app uses. I had to upgrade the web services app to .Net 2.0 and therefore had to remove it from the solutions as the solution must remain as .Net 1.1 for ...
|