| Thread | Last Post | Replies |
|
| ClickOnce via Response.Redirect | 31 Jan 2006 21:57 GMT | 2 |
I can use a ClickOnce app I made fine, but I cannot seem to reliably access it via an asp.net app that redirects to it: I created a simple ClickOnce windows forms application in VS 2005 that deploys via IIS; that works fine when either type in the URL, for example
|
| Autocomplete textbox | 31 Jan 2006 21:43 GMT | 1 |
I'm looking for ideas on implementing a textbox with autocomplete functionality, just like the one found in Excel. As the user types values into the textbox a lookup for matching values is performed. For example lets assume that the user types the character
|
| How can I find BindingSource has some changed data. | 31 Jan 2006 21:32 GMT | 2 |
In my WinForms application, I have a set of controls that are bound to a BindingSource control. When the user closes the form, I need to ask him if he wants to save data. The problem is I cannot find anyway to check if the value of any textboxes
|
| A Framework for Datadriven Forms for VB Dot Net | 31 Jan 2006 17:46 GMT | 7 |
I am currently in the middle of creating a 'Framework' for my latest VB.Net project. I have always created such a tool for previous lauguages. This time I am basing it on n-Tier architecture. I will probably continue
|
| Set Text in DropDown | 31 Jan 2006 12:23 GMT | 1 |
I have a DropDown that is bound with a array containing 3 strings: First, Last, All. These options indicate how many objects the user wants to analyze. So, the user shoud choose one of these options, or type a number.
|
| Newbie User Interface hangs in multi-thread app | 31 Jan 2006 10:43 GMT | 3 |
* Apologies for reposting this from .NET Academic * I am having problems updatingh the user interface in a multi-threaded application. BACKGROUND
|
| fill dataset with stor pro | 31 Jan 2006 10:13 GMT | 1 |
I create one stored procedure have two select statement on it Then i want to fill one dataset(with two datatable) by this stored procedure, how can it do?
|
| How to compare two string | 31 Jan 2006 04:51 GMT | 1 |
How to compare two string e.g i compare two string e.g User == user is true
|
| Hiding MDI 'sunken' border | 30 Jan 2006 23:13 GMT | 2 |
I have seen some code which is basically GetWindowLong + SetWindowLong with AND NOT ws_ex_clientedge, but it either removes the caption or nothing at all. Jared
|
| How do I fin that Form.Show() is already called? | 30 Jan 2006 20:36 GMT | 1 |
What would be the best way to find if Form.Show() is already called? If I call Form.Show() methid several times, does it have any side effects? Does it call eny events? Than k you,
|
| How many Dll loaded when form start | 30 Jan 2006 20:17 GMT | 1 |
Hi Gurus, Is there any way to find out how many Dll got loaded when my application started. Any help greatly appreciated.
|
| DataGridView ComboBox Strange Behaviour. | 30 Jan 2006 16:38 GMT | 2 |
I will attempt to be as brief as possible while still providing the most accurate details. I have a DGV that is bound to a binding source (which it's self is bound to a BO). In my DGV I have a combo column that is the part
|
| NullReferenceException in Windows.FormsUnsafeNativeMethods.CallWindowProc in .NET 1.1 | 30 Jan 2006 16:23 GMT | 2 |
I have a stack trace of a NullReferenceException and the only code in the stack trace is from System.Window.Forms. System.NullReferenceException: Object reference not set to an instance of an object.
|
| Ampersand as Ampersand in mdi tab | 30 Jan 2006 15:33 GMT | 1 |
I have an application that uses mdi. If a file that is an mdi child has an ampersand in the name of the file, the ampersand is getting read as a hotkey in the tab text. Does anyone know of a way in vb.net to make sure that the ampersand is
|
| HTML -> Smart client (communications) | 30 Jan 2006 15:08 GMT | 5 |
I need to tie together two apps; a thin (HTML) client and a smart-client (running on the user's machine) deployed with click-once. My question is: does anybody know of a good way to communicate between the two?
|