| Thread | Last Post | Replies |
|
| Nhibernate | 14 May 2007 13:57 GMT | 4 |
I am using the configuration object and passing it a Assembly object to load. The assembly object i pass in is from a dll which is in a different folder then the Nhibernate dll. The AddAssembly(Assembly assembly) function throws me an Error saying
|
| KeyDown Message Capturing problem.. | 14 May 2007 13:15 GMT | 2 |
I am working on vs2k5 IDE for C# development. I made one Form which has one button on it. I tried to override KeyDown message on From but KeyDown message received. if Form does not containing any Item. When I drop any thing on Form, it does not receive KeyDowm message. I want to
|
| PropertyType and type... | 14 May 2007 10:44 GMT | 1 |
a little problem... for a dynamic script i use : o.GetType().GetProperty( named ).PropertyType.ToString() and i obtain : System.Nullable`1[System.Int32]
|
| Does that RegExp makes sense to you, people? | 14 May 2007 10:35 GMT | 5 |
I am trying to write a regexp to find all the code on the header of entities in SQL Server (views, SPs, etc...) I got something like this: (.|\n)*((create view)|(create proc)|(create function)|(create trigger))
|
| REGEX | 14 May 2007 10:28 GMT | 3 |
HI Group, I am trying to use the powerfull regex to split an input string. Todate I have been able to split simple strings that have ethier space or comma seperators.
|
| passing reference variable!!. out bug? | 14 May 2007 10:07 GMT | 3 |
Hi somebody cant tellme what is wrong here If i do this !!! This is the code Sample 1: using System;
|
| Values of Unknown Custom Attributes | 14 May 2007 10:04 GMT | 5 |
I am sure that I am just overlooking something, but here's something I can't quite get right... I want to be able to get the value of a parameter of an unknown custom attribute at runtime. All of the examples I have seen use casting of known
|
| XmlSerializer and delegates | 14 May 2007 09:09 GMT | 2 |
I'm serializing a class using XmlSerializer. I'm forced to use XmlSerializer because I'm working on compact framework and this is the only serialization supported. When I try to serialize a class with some delegate type member it
|
| have a combo box remember | 14 May 2007 09:09 GMT | 1 |
I would like to have a combo box remember the last, say 10, entries that a user has made in it and to offer those as choices, while accepting any new entry - similar to the search box in google. Could someone tell me how to enable this functionality or how to code it?
|
| PropertyGrid - can't edit property | 14 May 2007 08:49 GMT | 3 |
I have a main class with a public property of type sub class, which has several properties of type int. When i assign an instance of my main class to propertyGrid.SelectedObject I cannot edit values for the properties of
|
| Creating a preference window | 14 May 2007 08:47 GMT | 11 |
Let's say, I have a form class... public class MainForm : Form { private CustomClass cc; public MainForm() {
|
| Need to create a wrapper to execute a program | 14 May 2007 06:07 GMT | 1 |
I'm trying to create a wrapper for a program. I want to execute program 'X' by running program 'Y', such that 'Y' appears to function pretty much like 'X' both in the way command line options are handled and the way input, output and error messages are reported. Program 'X'
|
| Can not break out of While loop. | 14 May 2007 05:50 GMT | 2 |
I am having a problem Breaking out of the while loop, it never terminates. any suggestions using System; using System.Collections.Generic;
|
| Create toolbar for IE? | 14 May 2007 01:42 GMT | 1 |
How can I create my own toolbar for IE (like google/yahoo toolbar)? Can someone please point to related tutorials etc? Thanks, Oliver
|
| Auto Column Width | 13 May 2007 23:52 GMT | 1 |
Hi Group, In my app I have dataGridView with property AutoSizeColumnMode set on Fill. In dgv I have few columns. One of them is DataGridViewCheckBoxColumn, other are of DataGridViewTextBoxColumn type. How to set constant width for
|