| Thread | Last Post | Replies |
|
| TabControl: How to know which tab the mouse is over | 19 Mar 2006 14:56 GMT | 2 |
I am trying to do a drag and drop operation onto a TabControl... Here's the scenario: A TabControl has 5 tabs. Each tab has a DataGridView
|
| RTF - scroll to text | 19 Mar 2006 13:34 GMT | 1 |
Would like to scroll to position in RTF text box and have the matching text at the top of the text window. Currently it displays it at the bottom.
|
| OpenFileDialog Filter | 18 Mar 2006 23:04 GMT | 1 |
does anyone knows how to set the filter of the OpenFileDialog to a single file? I.E: I have a file "myfile.exe" , I want to force the OpenFileDialog to search and display and see only that file when browsing ...no other exe.
|
| Multiple connection strings in DAAB | 18 Mar 2006 21:09 GMT | 1 |
I'm using the data access application block to manage my data connections. I can figure out how to add a new connection string into the app.config file (so that I have multiple ones), but what I can't do see is how to actually tell any of the daab commands which one of my strings to ...
|
| .NET Common Dialog Placement | 18 Mar 2006 13:02 GMT | 2 |
Can a .NET Common Dialog be programmed to open at a specific point on the screen or are they always going to open in the center of the screen?
|
| Best Reporting Tool for Smart Client App | 18 Mar 2006 00:56 GMT | 1 |
I am looking for some opinions on what the best reporting tool is to intergrate into a WindowsForms smart client application i am currently helping develop. Requirements:
|
| How to avoid Outlook Security pop up when trying to send the mail -- WIN Api to simulate the click does not helps | 17 Mar 2006 21:37 GMT | 4 |
In one of my current application, I am sending the mail by using the Outlook API. The problem is that whenever it is trying to send the mail, it gives me the security warning saying that "external program is trying to send the mail". This is due the the security feature of
|
| .NET 2.0 and toolbar icons | 17 Mar 2006 19:55 GMT | 8 |
Using visual studio 2005 and .NET 2.0, when I right click on a toolbar strip and choose "Insert Standard Items", the IDE adds standard buttons and icons to the toolbar. So far everything is cool. Now, I tried to fin where the added ICONS comes from, no clue!. The only
|
| Having an application open a document on startup | 17 Mar 2006 17:37 GMT | 3 |
I'm developing an xml reader/editor using Windows forms. From the Windows OS, I would like to open xml documents with my application. So, what do I do in my application on startup to get access to the document that was clicked in Windows?
|
| Hell = ComboBox databinding at design time | 17 Mar 2006 16:53 GMT | 2 |
I'm using VS.NET 2003 / VB.NET and binding a strongly-typed dataset (Fln1) to my combobox. The strongly-typed dataset is displayed in the component "tray" on my form, so at design time, I can configure the combobox to bind to Fln1, and the Windows Forms Designer generates the ...
|
| Textfile based Localization | 17 Mar 2006 16:08 GMT | 3 |
Our current software uses text files for storing various languages. In the near future we will be switching development platform to .NET 2.0. We have been looking at the VS way of localization and decided that is does not really become us to have compiled resources for each language ...
|
| AppPath Please Help!!! | 17 Mar 2006 15:13 GMT | 6 |
I'm using windows forms and I have and structure of directoy like this Folder Reports |-----------Report1.rpt Form1.vb
|
| Modify large XML | 17 Mar 2006 13:12 GMT | 1 |
I need to modify some rows in a very large xml file (> 6GB). The rows that I want to modify is in the beginning of the file. I am using c#. What is the best way to do this? Thanks!
|
| Threads and UI Control - Invoke? | 17 Mar 2006 12:46 GMT | 2 |
I have an application which has a thread that raises events. The event handler updates the UI. When do I need to call Control.Invoke? I understand this is required for control method calls... but how about properties? Can I safely assign
|
| Why is my custom control deleted | 16 Mar 2006 19:44 GMT | 3 |
I have a very specific question and that is about how to inherit a visual control for example the control System.Windows.Forms.TextBox without causing the View Designer to delete the control when there are some compile errors. It's the same problem with any visual control that you ...
|