| Thread | Last Post | Replies |
|
| C# form close problem | 18 Aug 2006 13:47 GMT | 4 |
In my C# windows form project, how do I in a formA open another formB, and close formA when formB is opened? Thanks for help. Jason
|
| A question about accessing a database using ado.net | 18 Aug 2006 13:39 GMT | 3 |
This method below works but how can it work when I don't have any open on myOleDbConnection ? As I have understood this is that there must exist an myOleDbConnection .Open(); in my case
|
| Test for empty Dataset field | 18 Aug 2006 12:06 GMT | 3 |
A quick question on Datasets..... I populate a dataset from a SQL SERVER 2000 database via a data adapter. I then use the dataset to populate member variables of my class. I know the datatype of a column in the database, so I use convert. to
|
| How do I find the dynamically type | 18 Aug 2006 08:52 GMT | 5 |
Hello!! Assume I have this method public void foo(object obj); and I want to find out what type this obj is.
|
| custom MessageBox help | 18 Aug 2006 08:49 GMT | 2 |
hi frns can i create custom MessageBox in windows application using .NET/c# if yes then how?? thanx in advance
|
| TreeNode checkbox | 18 Aug 2006 06:29 GMT | 1 |
I have set the checkbox property of a treeview to true so every treenode has checkbox. How do I set certain nodes checkbox off? Just display an icon instead of a checkbox?
|
| Event Handler 00026986945 | 18 Aug 2006 06:13 GMT | 5 |
** [If you saw this post earlier as a reply, please excuse this second post as my original post was named the same as another thread and got subsumed into as a reply rather than getting posted as OP]
|
| C# Client PC office version | 18 Aug 2006 05:34 GMT | 1 |
In my C# windows project, how do I know which version of MS Office that a client's PC's using? Thanks for help. Jason
|
| Love Hotline | 18 Aug 2006 03:14 GMT | 1 |
Lady only 24-Hrs +91 9810577227
|
| Regex help | 18 Aug 2006 00:54 GMT | 2 |
I have a simple regex need and I've already wasted too much time on it spinning in circles. Can a regex god help a stranded soul? I just need to replace all non-escaped ampersands in a file. It needs to skip escaped ampersands such as & and 
|
| Populating an in-memory table is really slow (VS2005,c#) | 17 Aug 2006 23:46 GMT | 2 |
Good day, I am using c# from VS2005. I am loading a datatable with the filenames and such from a given directory using the following code:
|
| Constructor in Interface | 17 Aug 2006 23:40 GMT | 5 |
Constructor in a Interface is possible? If yes, what's the C# syntax?
|
| Debugging library via Test View | 17 Aug 2006 23:30 GMT | 1 |
I've written a small library that contains external XML files that will be read by the DLL during program execution. I want to use the "Test View" features of VS2005 to debug the reading of the XML files. The issue I have is that the debugger creates temporary folders and ...
|
| How Do I Propagate Exception Back to Host Thread? | 17 Aug 2006 23:13 GMT | 1 |
I'm building a service application that monitors a directory using a FileSystemWatcher that captures "create" events. In my "create" event handler, I do all my custom processing of the new file and then I just need to delete the file at the end. Unfortunately, the file has a ...
|
| Regular Expression Problem | 17 Aug 2006 23:09 GMT | 7 |
Given the following string Washington,George W. how can I use regular expression to extract the parts of the name out lastname should be from the start of the string till the comma firstname should be from the comma to the space
|