| Thread | Last Post | Replies |
|
| Building a C# dll for an application that wants to call c++ | 31 Aug 2006 07:40 GMT | 13 |
I have an application that allows functionality extension by third party DLL's. All the specs for building these DLL's are targeted to c++, with demo.h files containing "extern" statements, etc. However not really knowing c++ I would rather use C#. Could you point me to
|
| две формы, один dataset | 31 Aug 2006 07:24 GMT | 4 |
Здравствуйте!!! Помогите реализовать следующее. Есть FormA, на ней dataGridView с полями "Имя", "Фамилия", "Отчество" и кнопка Edit.
|
| How to distingusih Business Layer and Data Access Layer requirements | 31 Aug 2006 07:18 GMT | 4 |
I'm making a database application and i heard from a friend that it is more proffecional and easy to do this with bussines objects. Can anyone tell me
|
| Data Controls | 31 Aug 2006 06:47 GMT | 1 |
What are the major differences among datalist,datagrid and repeater
|
| How best organize a project, versions? | 31 Aug 2006 06:45 GMT | 1 |
We are about to undertake a an app dev project at our company. The overall project has a name (let's say "DBD - Digital Business Design"). Within the scope of the project will be several applications, some interdependent, some stand-alone).
|
| Please upgrade UAB 2 installer to include dotnet 2 patch | 31 Aug 2006 06:42 GMT | 5 |
There is a patch to upgrade UAB2 to dotnet 2 on gotdotnet But, as normal, there are no instructions on what to do to patch the Microsoft UAB 2 install. Can Microsoft please upgrade their UAB2 installer to support dotnet 2 now.
|
| return type of web method should be a class object in web service | 31 Aug 2006 05:36 GMT | 4 |
I want to return more than 1 values from my web method. For this I am planing to create a class which will have number of properties, will set properties and return object of that class in my web method. But question is how the web service user will get access of that class?
|
| Way to prevent file being deleted, only way to delete is uninstall | 31 Aug 2006 03:03 GMT | 1 |
Does anyone know a way to prevent a file being deleted so the only way to delete is via unistallation? Help would be very much appreciated.
|
| Why does my new-ed form keep closing on me right after Show()-ing? | 31 Aug 2006 02:32 GMT | 5 |
I'm certain this is stupid, but I'd like to know how to keep a form open for, say, longer than 1ms. Here's the code I'm using to open my form: TestModelFileReaderForm modelInfo = new TestModelFileReaderForm();
|
| Problems with casting database values | 31 Aug 2006 02:29 GMT | 1 |
I´ve a problem with the return values of a database (MS SQL) query. My code looks like this: foreach (DataRow row in dt.Rows) {
|
| Nullable Values | 31 Aug 2006 01:39 GMT | 9 |
Is there a way to get the address of the underlying value of a nullable variable without copying the value? I tried the following, but the compiler doesn't like it. I need to do this because I am going to pass the pointer to an unmanaged DLL.
|
| Run bat file on remote machine | 30 Aug 2006 23:51 GMT | 7 |
What is the best way to have my windows app run a .bat file on a remote server? The .bat will need to run as an admin on the remote machine. Additonally I need for my windows app to wait for the .bat to finish.
|
| sending mails | 30 Aug 2006 23:26 GMT | 4 |
hi,every one! I have a question about sending emails.My codes works well over some smtp servers,but doesn't over the others. My codes is listed belowed: try
|
| What process locks the file? | 30 Aug 2006 21:45 GMT | 3 |
This is probably a newbie question. In my C# program, when I try to delete a file, I get an exception that the file is locked by another process. I would like to terminate the process that locks the file.
|
| Questions about recompiling a registered dotNet COM library | 30 Aug 2006 21:40 GMT | 3 |
I have written a library in dotNet and registered it using the REGASM tool with the TLB option and then used GACUTIL to enter it into global, what do I need to when I need to recompile this library? Do I need to first remove it from the global assembly and then unregister it? After
|