| Thread | Last Post | Replies |
|
| How to add Escape as an accelerator to a menu item? | 04 Dec 2006 22:49 GMT | 2 |
How does one specify the Escape key as an accelerator? My client has specified that the Escape key be used as an accelerator for a particular menu item. In VS05's designer mode, this particular key is not available as an option to select from the menu item's properties
|
| application location | 04 Dec 2006 22:49 GMT | 3 |
How do I find out the path of the project that I am developing. I want to create an ini file in the same folder as my application but I don't know how to access the ini file because I can't seem to get a handle on the path of the project
|
| DataSet - modifying values | 04 Dec 2006 22:48 GMT | 1 |
I would be very grateful if someone could help me with this. I have created a DataSet using Tables.Add(mDataSource), where mDataSource derives from database expressions. However, I now need to expand this DataSet by adding new columns with
|
| RTC v. 1.3 in C# | 04 Dec 2006 22:36 GMT | 1 |
I have an C# webapp using RTC 1.3 I have a manifest file to specify the proper version of RTC to use. But i get this error when I Initialize the RCClientClass; e2 = {"Retrieving the COM class factory for component with CLSID
|
| Find & Replace Question | 04 Dec 2006 22:27 GMT | 14 |
I want to find a & character using Regex. But not && How can i manage this in c# Quickfind window ? -------------------------------------------------- ne kadar yaşarsan yaşa
|
| Postback problem | 04 Dec 2006 21:56 GMT | 1 |
I have an asp:Button that refuse to do postback when i hit it. Its CausesValidation is set to true, but it does not do postback. The rendered code contains a onclick="javascript:WebForm_DoPostBackWithOptions.., can anybody tell me why
|
| Testing IComparer Implementation | 04 Dec 2006 21:02 GMT | 2 |
I am testing a comparer class that implements IComparer. The comparer constructor takes as arguments a property field which can take on lets say roughly fifteen values. It also takes two other boolean arguments. Testing all permutations of the comparer doesn't seem practical. Are
|
| On screen keyboard... | 04 Dec 2006 20:07 GMT | 1 |
If You enter "osk" into a commad box of Your windows You will bring On screen keyboard. I must wrote my own version and I'm asking about some how to... How to send a key strokes not to active aplication
|
| Overrideing Windows Handlers | 04 Dec 2006 19:59 GMT | 2 |
hi.. I want to know if there is a way in c# to put button and handle microsoft windows.. for exmple..
|
| Deting SQL Server Version | 04 Dec 2006 19:14 GMT | 2 |
How Can I detect version of SQL Server running on the web server using ASP.Net (C#) I am working on a installer and want to check machine configuration before installing the web based script.
|
| random always the same. | 04 Dec 2006 19:06 GMT | 6 |
I write a function below the generate a alpha, but when I call it , it always return 'b' How can I do generate a character randomly. public static char CharRnd()
|
| Changing DisplayNames of my properties using PropertyGrid component, how ?? | 04 Dec 2006 19:03 GMT | 4 |
Changing DisplayNames of my properties using PropertyGrid component, how ?? I'm using Delphi 2006 and I have a class defination like this: TPerson = class fPersonName : String;
|
| How to change application programmaticaly | 04 Dec 2006 17:39 GMT | 1 |
In my c-sharp project, how can i change the application icon property programmatically depending on the configuration selected. i.e. i want to give different icon file path to the application target file based on the configuration selected. Plz give an example. Or how can i ...
|
| Equivalent of FormClosing event, but for custom controls | 04 Dec 2006 17:36 GMT | 1 |
I've got a custom control that uses a timer. Need to make sure that the timer gets shut down when the control exits. Breakpoints set on a destructor for the control do not execute, but I'd like to do this earlier anyway. Is there a way to latch onto an event that will signal
|
| WCF and asp.net client | 04 Dec 2006 17:19 GMT | 1 |
How can I have an asp.net web application access a WCF server? I have seen a lot of examples on how to access a WCF server from a windows application, but I can't find an example of how you do this from asp.net. In an asp.net I don't have the "Add service reference" option
|