| Thread | Last Post | Replies |
|
| C# Application Problem on Windows 2003 Server | 18 Jan 2007 10:55 GMT | 3 |
I have a problem on an application I am developing: This C# Windows Application calls a C# Web Service, which it uses the SourceSafeTypeLib DLL to interact with Visual Source Safe 6. The problem comes out when I call the VSS method "Get(ref string Local,
|
| Is Visual c++.NET 2005 a compromise compared to C# or VB.NET ? advice needed | 18 Jan 2007 04:44 GMT | 1 |
I've been assigned the task of designing a distributed application from scratch. I have no legacy applications to integrate or support. But I'm faced with the question : Is visual c++.net a compromise when compared to C# or VB.NET.
|
| Conditional Assignment | 17 Jan 2007 21:09 GMT | 1 |
I have the following code in C#: lSelectedFilter = 1; this.tabFilters.SelectedIndex = (lSelectedFilter == 0 ? 0
: lSelectedFilter - 1); |
| RowFilter in DataView: Missing operand before '|' operator | 17 Jan 2007 17:52 GMT | 1 |
I am using a DataView to displaying a records from datatable. I have a filter that I define it as follows: "Status = '' || Status <> 'Scanned'" The problems is that I get an error about "Missing operand before '|'
|
| .NET based content managment system ... | 17 Jan 2007 10:28 GMT | 3 |
I need to create a content management system for my application. I need to use C# and ASP.NET for this development. I was wondering whether there would be any good open source project which can be used with slight modifications. Any pointers on this would be of great help to me. ...
|
| Generic Types Question | 16 Jan 2007 09:13 GMT | 1 |
I have this structure: Class ElemBase Class Elem1 : Inherits ElemBase Class ColecBase(Of GenElem As {ElemBase, New}) : Inherits
|
| Converting .doc to .html file | 16 Jan 2007 03:02 GMT | 1 |
I want to automate a process of converting documents (*.doc) to html pages using C#. Please note that documents might contain images within it. Any pointers in this regard would be of great help to me. Thanks! Regards
|
| This Code | 15 Jan 2007 22:56 GMT | 5 |
This is code done by (Type:C++, and CLR console template). The code built well, but NO output. Please can any body help: The code is:
|
| finding a file | 15 Jan 2007 20:40 GMT | 1 |
i run windows xp in my computer .A problem was detect by windows and they shut down before it caused problems .file NV4_DISP--the divice driver got stuck in an infinite loop.how do I find what this file is and how to fix the problem
|
| chat application | 15 Jan 2007 10:03 GMT | 8 |
Greetings, there is a nice multi-user chat application written by Microsoft in VB which code is on the location: http://download.microsoft.com/download/c/4/8/c488a081-85f2-4a2e-a121-
|
| Proper class design question please | 15 Jan 2007 09:33 GMT | 2 |
I have a Customer table in the database that relates to a CustomerType table (I have several other table combinations in the database like Document and DocumentType). As far as I can tell, I have several ways of defining the Customer class:
|
| Filewatch saga continues | 15 Jan 2007 05:11 GMT | 14 |
I posted this problem earlier. I wrote a quick test project, and I still have the same problem. So I'm sure it's something in my code that I'm not writing correctly. Basicly I'm creating a file with abutton click from one application. The
|
| driver installation file is missing the necessary entry | 15 Jan 2007 00:14 GMT | 1 |
I'm installing my Samsung Camcorder on my dell computer. Tried installing software and drivers from both the cd and downloaded sw and drivers from the website. Already contacted Dell in regards to this. I have already updated my computer.
|
| Passing parameter to windows service... | 14 Jan 2007 17:37 GMT | 2 |
I want to parameter passing to my windows sevice. I call service commands like this ; '------------------------------------------------------------ Dim sc As ServiceController
|
| hiding members of an interface? | 14 Jan 2007 07:32 GMT | 1 |
I am confused: Question 1: the online help for the Stack class reads: Public Class Stack
|