| Thread | Last Post | Replies |
|
| Cannot find assembly error | 31 Mar 2006 21:56 GMT | 1 |
I've spent half today trying to figure this out to no avail. I have a solution, using remoting, with 13 projects. The assemblies are using a strong name key and things were working fine until today when I tried to change the version number on some of the assemblies. I changed ...
|
| ListView.SelectedIndexChanged behavior | 31 Mar 2006 21:21 GMT | 3 |
I have a single-selection ListView where I always want to keep an item selected by default. If the user clicks in the empty area below the items, I want to select the first item. It appears that when the user selects a new item, two
|
| 3 Tier architecture | 31 Mar 2006 19:46 GMT | 2 |
Please clear my doubt and give some suggestion. I am new to software development, and want to implement a n-tier application. I have a very basic idea about n-tier architecture.
|
| How to protect ADO.NET connection string under WindowsForms? | 31 Mar 2006 18:34 GMT | 3 |
I build WindowsForm application, that use MS Access database. I wish to protect AccessDB password that I use in connection string. Application will be used by final users and customers. I understand that .NET framework application is easy to decompile and trace
|
| Catch event when DataGridViewComboBoxCell value changed | 31 Mar 2006 17:58 GMT | 1 |
I'm trying to catch an event when the value of a DataGridViewComboBoxCell changes...without having to tab/click off the DataGridViewComboBoxCell. Thank you for any help you might be able to offer.
|
| best solution for user interface? | 31 Mar 2006 16:09 GMT | 2 |
I'm wondering if I could get some advice on the best way to build the user interface depicted in this diagram: http://www.senske.com/images/winforms_layout.jpg The gray areas will be static throughout. However, I'd like the blue area
|
| hiding portion of form | 31 Mar 2006 15:55 GMT | 8 |
I would like to have a couple inches on the far right of my form be hidden unless the user clicks the 'open arrow'. Kindof like on the web when there are + and - to view a section or hide it. I would like to do this same thing on my form. Are there any tools built into VS 2005 ...
|
| animated drag drop.. | 31 Mar 2006 15:30 GMT | 1 |
I have 2 controls on a Form, say Label 1 and Label 2 I click on Label 1 it registers as source control , and when I click on Label2, it will become the destination.. and I want to perform a Drag/Drop sort of effect at this time and indicate the moving text in this effect,
|
| datatable.select | 31 Mar 2006 12:06 GMT | 2 |
how do i get all rows of a datatable which contain ,either null values or just space characters ,in a column, say columnA. thanks in advance. FUnky
|
| How can I put a smal Image only ones at a form background? | 31 Mar 2006 06:37 GMT | 4 |
I write a windows form in VB.Net and set the background (myForm.BackgroundImage = myImage) to a small Image. The problem with them is that myImage is copy severel times over the whole backround. But I want the Image joust ones in the uper left corner.
|
| BackgroundWorker and Business Logic Coupling | 31 Mar 2006 00:25 GMT | 2 |
All of the BackgroundWorker examples I've seen so far are toy in the sense that the worker logic is embedded in the form. Normally business logic is decoupled from presentation. However, I can't see any direct way to implement the business logic without out a dependency on ...
|
| How to reset form? | 30 Mar 2006 23:41 GMT | 1 |
What code to put in button click in order to reset all values on form to values that appear when you run it for the first time? It is search form with many criteria. I need something like clear all! If it is not possible to reset it, is it possible to restart it?
|
| Windows Forms :: A generic error occurred in GDI+. | 30 Mar 2006 19:30 GMT | 1 |
I am getting the following error message when i am trying to maximize the windows form which is displaying data in a datagird .... Your help is appreciated in advance... ************** Exception Text **************
|
| How to hide an app at at startup | 30 Mar 2006 17:47 GMT | 6 |
I have an application that I need to hide at startup in the system tray. I found this article on how to do it: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbts ksettingformtobeinvisibleatitsinception.asp The problem with this method is that when ...
|
| How do I spawn several forms each as if they're their own application (can have their own modal forms) | 30 Mar 2006 17:07 GMT | 4 |
I want to open two forms, Form1 and Form2, from my MainForm in such a way that Form2 can then open Form3 with ShowDialog and NOT have Form3 block access to Form1 or the MainForm. Any ideas?
|