| Thread | Last Post | Replies |
|
| System.DirectoryServices Will not work | 09 Aug 2007 11:26 GMT | 4 |
I have a 2003 server setup for share point development with Visual Studio 2005. I am trying to grab the current full name of the current user logged into sharepoint but i cant get System.DirectoryServices to register. I have made sure that it exists in the GAC which it does,
|
| webreference with code | 09 Aug 2007 11:00 GMT | 1 |
im using sharepoint witha thirdparty app which uses a integrated C# code editor and im trying to call a web service using that code editor unfortunatly it appears that a web reference is needed and the only examples i have seen are using the VS IDE is there anyway of coding
|
| more static + thread safety | 09 Aug 2007 10:02 GMT | 7 |
Say I have this class public class Simple { private string name;
|
| Reading multiple values from a ListBox | 09 Aug 2007 08:55 GMT | 2 |
I'm trying to read all the selected items in a ListBox. So after the user selects the values they want in the ListBox they select a button. This is where I want to put into a string all the values that were selected. The ListBox is populated by a stored proc that reads a DB table ...
|
| Question on boxing | 09 Aug 2007 08:45 GMT | 5 |
I've been reading that boxing converts a value type to a reference type. If I understand this correctly, the type on the heap is copied onto the stack. This sound inefficient to me. Why doesn't C# just create a reference variable that points to the object on the heap, which would ...
|
| DLL | 09 Aug 2007 08:40 GMT | 7 |
Need info to build the functions to a DLL. Because the C# exe file is too clear to know everything. ( awesome, this post will be deleted again? ) Is the DLL still clear to know everything ( look by eyes )?
|
| regex question | 09 Aug 2007 06:05 GMT | 3 |
I tried this regex expression but no luck (?<AcctName>\w*(\s\w*)*((\'s\w\w*){0,1}))\s\[(?<AcctNbr>\d*)\] with regexoption of mulit-line, explicit capture, ignorecase, dotall and ignore pattern white space
|
| Starting to program in .Net or C# | 09 Aug 2007 05:10 GMT | 5 |
I'm new to the programming world. My purpose is to build a web server that uses "servlets" written in C# till now I know how to do that using Java & Tom Cat, but now I want to start programming using C#.
|
| problems with Wpf syntax | 09 Aug 2007 03:58 GMT | 1 |
Below is code derived from a Msdn example. The error is in the line "<c:MyData x:Key="myDataSource"/>" at the point c:MyData. Vs2005 complains that this is not an allowed element in that part of the Xaml. Everything else appears to be acceptable. The SDKSample namespace is in a ...
|
| Copy MS Word Paragraph to RichTextBox with formatting | 09 Aug 2007 03:49 GMT | 4 |
Is there a way thru automation to extract a paragraph from a word document and put into a RichTextBox with the original Word formatting. Roght now I only get the plain text from para[i].Range.Text Thanks
|
| Regular Expression Help - when the components are optional | 09 Aug 2007 01:29 GMT | 6 |
The situation is like this: Given a paragraph, there are 3 subsections that I want to capture and they have subtitles "Restaurant Description", "Best Known For" and "Reviews" respectively.
|
| Scheduler--Please Help. | 08 Aug 2007 23:49 GMT | 1 |
I have an application in ASP.NET.I want a database operation will fire every 24 hr.My project is ASP.Net 2.0(c#) and sql server 2005. Please suggest me what should i do? if any reference link or code available than it will be better for me. Thanks in advance.
|
| VS0-2008 requires framework 3.5 on user PC - alternative? | 08 Aug 2007 21:59 GMT | 13 |
I created my first quick-and-dirty Windows Forms app using VS-2008. Very slick & nice. But it requires 3.5 to be on the desktop - no good, makes it unusable. Nobody is going to download that here.
|
| Help with object design | 08 Aug 2007 21:44 GMT | 4 |
I am having trouble with the following design. I want an object containing a Parent object and a List of its Child objects. The Child object is abstract, so the List must contain concrete objects derived from it. When I instantiate the ParentChild object and add Child-derived ...
|
| Trapping the Form Closing Event | 08 Aug 2007 20:18 GMT | 19 |
I have a .NET 2.0 MDI application where the child form has a Tab Control. Each of the Tab in the Tab Control has a Validating event to handle what it should do when the user changes tabs. But these Validating Events are also fired when either the child form
|