| Thread | Last Post | Replies |
|
| Toolbar question | 19 Jul 2006 09:41 GMT | 6 |
Besides querying the Text property, how do you find out which button on the toolbar has been clicked? The Name property doesn't appear in the code window, but only appears in the design mode. The problem is that I have added a lot of spaces to the left of the
|
| menustrip on form resize | 19 Jul 2006 09:32 GMT | 1 |
Hi Techies, I am using menustrip on my windows application, i have created user control as header control for all forms. Inside that header control i have menustrip.
|
| Use of Program.cs | 18 Jul 2006 20:01 GMT | 5 |
I'm finally getting up to speed on VS 2005 and see that there is now a class named Program that contains the main entry point for Windows Forms applications. Yes, I understand that this is something that VS creates for us and that we are not *required* to use it as is.
|
| multiple threads with a form | 18 Jul 2006 19:45 GMT | 2 |
I have a form in main thread. I also use a 2nd thread as datalayer for dataset <--> SQL Server. I have some controls that binds with the dataset. When the 2nd thread modifies the dataset, it will trigger events of a control that binds to the dataset. My question is if the event ...
|
| Regarding updating one comboBox from another: what order is best for clearing and updating the second box? | 18 Jul 2006 17:50 GMT | 1 |
I am having an issue with graphical corruption upon re-selecting a combobox which upon 'selected index change' event should list file names in that folder in a separate combobox. Here is the code: private void comboBox2_SelectedIndexChanged(object sender, EventArgs e)
|
| Loop through controls | 18 Jul 2006 12:56 GMT | 2 |
I have a winform with a number of user controls. On of the control is a tab control which contains a number of pages where each page has textboxes and other controls on it. I would like to loop through all the texboxes on one of the tab pages and empty each and every one of
|
| Smart Client Deployment | 18 Jul 2006 03:43 GMT | 5 |
I hope this is an easy question to answer. In developing a smart client application, I'm lead to beleive that only assemblies that have changed get updated during the next time the application runs. But if you have a assembly that is referneced by other
|
| Get Assembly version | 18 Jul 2006 02:06 GMT | 2 |
Does anyone know what the simplest way to retrieve the version number of a referenced DLL is? Thanks for all the help.... Dinu
|
| access the calling user's config info from a dll? | 18 Jul 2006 00:52 GMT | 4 |
I am using C#. My WinForm project has a config file created by VS2005 containing some user scoped properties. It has setup as the config file as follows: <userSettings>
|
| q; find day passed | 17 Jul 2006 22:41 GMT | 3 |
Dim ts As TimeSpan = crun.Subtract(lrun) I am using this to find the elapsed time, is there any way I can do this comparison without time part, such as if lrun=07/16/2006 and crun=07/17/2006 I need to return 1 since there has been 1 day passed.
|
| Scroll bars and docking | 17 Jul 2006 22:15 GMT | 1 |
Hi all, I've managed to simplify my problem down to its bare roots. I have a Form that contains three panels. All three panels have their docking set to Top. Inside these panels I have a single UserControl. The UserControl's right side exceeds the width of the Form, but the
|
| Windows that do not get the focus | 17 Jul 2006 14:37 GMT | 5 |
I m trying to write some forms that appear beside Textboxes like the auto complete window that shows beneath the address bar in IE. Now i managed to show the window beneath the text box in the same way but my only problem here is that the window doesnt respond to mouse move ...
|
| DLL from the Debug Bin directory | 17 Jul 2006 12:57 GMT | 2 |
Hi Gurus, I need some suggestions. We have a vb.net(framework 2.0) project. We work on it in Debug mode not in Release mode.
|
| Embed SQL2K5 Express into windows apps | 17 Jul 2006 10:31 GMT | 2 |
I have developed a desktop applicatio with synchronization feature. I wanna embed the sql into my application, and have following questions: 1. I can't just attach the database file (.mdf) as connectivity components
|
| crystal reports | 17 Jul 2006 09:23 GMT | 1 |
Why would using crystal reports run fine from one pc but not anpther? I disabled filewalls, had admin rights, selected the install prerequsits. I get a log in screen that won't accept any login. Logged in as the same user from another pc, it works fine. It seems on the pc ...
|