| Thread | Last Post | Replies |
|
| BindingListOfT | 29 Dec 2005 01:44 GMT | 4 |
I'm using the new BindingList generic class in a collection class. For those not familiar with BindingLists, they are similar to generic ArrayLists, but they implement the IBindingList interface, which means they support two-way data binding.
|
| Update current Item in LIST<T> | 29 Dec 2005 00:37 GMT | 4 |
How do I update a current item in the LIST<T>? Thanks
|
| How to add click event for dynamically created User control page? | 28 Dec 2005 23:51 GMT | 6 |
Can anyone tell me how to add a click event for a user control page dynamically??? Thanx Krish.
|
| Writing an exception log an opening it with Notepad.exe | 28 Dec 2005 22:23 GMT | 3 |
I have a situation where I am looping through a DataTable and extracting values from that DataTable and inserting them into a SQL database. The application works fine but now I want to add an exception log to the application. So, I added an Exception handling routine that ...
|
| report construction | 28 Dec 2005 22:17 GMT | 2 |
which tool this being used for report construction in windows forms? crystal? tks
|
| Help with creating license code | 28 Dec 2005 21:53 GMT | 2 |
I would like to have some input on creating license codes. I do not really wish to use any standard methods (like -lic files). What I need to do is the following. Our application will store information about the license in the user
|
| Code Window - Background Image - Link | 28 Dec 2005 21:51 GMT | 2 |
I found a link quite a while back that described how to draw an image as the background for the code window in Visual Studio .Net. I can't find it on google, and I have looked quite a bit. Anywho, anyone know of a way to draw a background on the code-window, or know of a ...
|
| sql template | 28 Dec 2005 21:02 GMT | 2 |
how to customize sql store procedure template in database project(Visual studio 2003), please let me know
|
| Overriding Dictionary Not Found Exception | 28 Dec 2005 20:27 GMT | 9 |
Is it possible to override the behaviour of a dictionary if an object is not found? string ss=null; Dictionary<string, string> dict = new Dictionary<string,
|
| How to handle the CTRL+A keys? | 28 Dec 2005 20:26 GMT | 5 |
I’m using the DataGrid control. The DataGrid allow select all by clicking on CTRL+A keys. I need to catch this keys event, so I tried using the KeyDown event, but only when the CTRL is pressed I get the event, but if the A key is pressed
|
| Testing if this works? | 28 Dec 2005 20:26 GMT | 2 |
I seem to be having some trouble posting to the board, can someone please reply back if they could see this? Thanks very much.
 Signature <font face="trebuchet ms">
|
| how do you debug this | 28 Dec 2005 19:42 GMT | 8 |
The process cannot access the file because it is being used by another process. the file is 1.txt and there are no programs open but visual studio I'm trying to rename this file, but it won't let me. How can I see what's
|
| OO DB question | 28 Dec 2005 19:07 GMT | 8 |
I had a OO model worked out which involved forms populating new instances of a class and being stored in an ArrayList. I'm now moving this over to a DB backend rather than a file - I've been wondering if I even need to create objects now? Could I just work directly with the DB e ...
|
| FitToWindow DataGrid | 28 Dec 2005 18:53 GMT | 2 |
How can I "FitToWindow" the DataGrid ? In other words I would like to change the columns size according to the context. Any solution ? -- Dani
|
| SQLConnection vs OLEDbConnection | 28 Dec 2005 18:31 GMT | 1 |
What is the difference when using SQLConnection and SQLX classes or OleDbConection and OleDbXXX classes for database manipulation in multiuser (e.g. 100 users) environment? Can both handle connection pooling etc. or what might be the reason
|