| Thread | Last Post | Replies |
|
| DataBinding Question | 29 Jun 2007 22:19 GMT | 1 |
I have a schema that defines a STRING variable: TimeLimit On my data collection form, there are two numericUpDown controls - one for hours, one for minutes. Internally, the program does the conversion, hours * 60 + minutes to get the
|
| Requested clipboard operation did not succeed | 29 Jun 2007 22:11 GMT | 2 |
Wow.....this is darned odd.... I have an app that integrates with other applications. It registers a global hotkey with Windows. When the hotkey executes it sends a CTRL-C to the active window (any application) to copy
|
| Cant compile due to folder access | 29 Jun 2007 20:49 GMT | 3 |
I keep getting this message Visual Studio could not copy a support file to this location.... Please verify the path exists and is writeable. I keep trying to set the read only bit on it but when i click Ok it goes
|
| Formatting dates with ordinal numbers | 29 Jun 2007 19:24 GMT | 9 |
Is there anything in the framework which will format a date to show the ordinal representation of the day value e.g. 28th June 2007 1st August 2007
|
| Logging Class - Instance or Static | 29 Jun 2007 19:17 GMT | 19 |
I have a logging component that I will access in other assemblies. So it was brought up to me that I should pass an instance around to these components instead of just making the logging class static. If I make it static I wouldn't need to
|
| Class inheritance constructor questino ... | 29 Jun 2007 17:28 GMT | 6 |
Two classes: public class _A { public int Value1; public int Value2;
|
| Binding ComboBox to a BindingList Problem | 29 Jun 2007 16:55 GMT | 1 |
I have a ComboBox named comboBoxSelChannel. I declared a structure named MySturct. public struct MyStruct {
|
| Update when using sql server doesn't work | 29 Jun 2007 16:53 GMT | 1 |
I trying to update a table using sql server but no update will be done. I don't get any error at all. Here is an extract from the code. Does this seems to be right. I have a Dataset and an Adapter
|
| Remember App. chosen in 'Open With...' dialog | 29 Jun 2007 16:16 GMT | 2 |
The group and search engines revealed many hints on how to use the 'Open With...' dialog, for example at: http://www.codeproject.com/csharp/openwith.asp Now in addition to a solution as presented in the tutorial above, I
|
| I'm a Guitar enthusiast.. | 29 Jun 2007 16:12 GMT | 1 |
I'm a Guitar enthusiast.. Recently, i found a new good website www.ebaysoho.com who sell many famouse guitars,like Gibson,Fender, Epiphone. All goods looks nice, so wonderful. IF interedted, please get on and have a look. Great surprise will be waiting for you.
|
| Validate a substring from a list | 29 Jun 2007 16:06 GMT | 3 |
Is it possible to validate a 2-character substring against a list of 13 2-character codes without a select statement to a table or parsing an array? Something like ... myChars in ("aa", "bb", "cc")...
|
| listbox with icons , C# | 29 Jun 2007 15:59 GMT | 4 |
I want to create a listbox with icons. Icon1 --- Item1 ----comment01 Icon1 --- Item2 ----comment01 Icon1 --- Item3 ----comment01
|
| Problem in Writting wrapper in Managed C++ | 29 Jun 2007 15:46 GMT | 1 |
We are writing a wrapper in Managed C++. Wrapper is based on a C dll. That wrapper will be used from .Net based application and VB also. Our initial understanding that a .NET Application developer will pass a delegate to the Managed C++ wrapper and in this wrapper, we have to
|
| RegEx Help Needed | 29 Jun 2007 15:21 GMT | 1 |
I have the following text inside a file which I am trying to parse. I am creating a new RegEx object as follows :- string strRegex = @"({S:\r?\n)([^}]*)(})" {S: INTERLOCK FAIL : Tie bar hoist - rotate anticlockwise
|
| Using VS2005.net with adaper | 29 Jun 2007 15:15 GMT | 1 |
In VS2003 I could use the Toolbox to drag an adaper into the window form. This adaper was located under the Data section in the Toolbox. In VS2005 I can't find any adaper anywhere in the Toolbox. I mean that I save a lot of work when I can use the adaper that existed in
|