| Thread | Last Post | Replies |
|
| Windows 2003 server | 26 Sep 2006 17:27 GMT | 1 |
Iam using visual studio.net 2003 to make web application usig asp.net adn iwas using OS winows Xp pro coz icant' run web application withou having IIS(internet inforamtion services) now im turning to windows server 2003 and iam want to know which version to
|
| Plugin-based application, general designing questions | 26 Sep 2006 17:03 GMT | 6 |
I am preparing the rewriting of an huge existing application in VB6. This software is a mess of 10 years of patchs and new functionalities added randomly, and didn't have any logical or oriented-object background. This software is used by many differents persons, and there is a ...
|
| Threads and Delegates | 26 Sep 2006 16:57 GMT | 5 |
If I have a procedure that takes an int as a parameter, how do I launch it on a separate thread and send the parameter it needs? Thanks. Jerry
|
| using toString with Enumeration | 26 Sep 2006 16:38 GMT | 2 |
Hey, this is a very basic question for all you csharpers... I have created a class: public class Answer {
|
| Infopath docs | 26 Sep 2006 16:36 GMT | 1 |
I have a question regarding Infopath and Sharepoint. We have a sharepoint site set up with a few Infopath document libraries, how can I open,modify, and save the Infopath documents stored therein? Currently I have the following:
|
| Re-phrase: printing a form | 26 Sep 2006 16:32 GMT | 1 |
how can i print a form in c# ? or a panel from a form ?
|
| Inherite a TextBox control (asp.net) | 26 Sep 2006 16:28 GMT | 1 |
I have a simple question, I cant find the solution sofar. I have an aspx page where I want to use my own custom <asp:CustomTextBox>. How do I manage that using C# ? I want to inherite the <ASP:TextBox> and add my own attributes. A simple sample would be sufficient,
|
| Win XP: Log users on/off | 26 Sep 2006 16:26 GMT | 10 |
I need to write code which can determine what users are logged on, and which can log users off. Can anyone steer me to such a Namespace/API's? Thanks. - Lew
|
| ANN: VS2005 SP1 Beta | 26 Sep 2006 16:17 GMT | 1 |
The (first) _beta_ of SP1 is now available on Microsoft-Connect (NOTE: for english & japanese versions only!) http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=743157&SiteID=1 http://blogs.msdn.com/heaths/archive/2006/09/15/756798.aspx
|
| savefiledialog for webforms | 26 Sep 2006 15:51 GMT | 2 |
I have a web page with displays informations from an xml. On the same web page is a "save xml as" button and when the button gets fired, I want to display a save as dialog for the user to save the xml in a file on his client machine.
|
| Generics | 26 Sep 2006 15:42 GMT | 2 |
I am in the process of trying to create a Generic Class. Getting a complier error that I am not sure how to deal with. Here is the class: using System;
|
| Is TcpClient thread safe ? | 26 Sep 2006 15:32 GMT | 2 |
I'm creating a TcpClient instance in an object which is created in a thread. I have a loop that goes about 6-7 cycles, creating the container object in each cycle and each object contains a TcpClient instance.
|
| Set row color of a datagrid when more than one datagrid on a form | 26 Sep 2006 15:26 GMT | 2 |
I am using visual studio 2005 to develop a form using c# I have 3 datagrids on one form. I can set the row color based on a certain value in a column. However this color applies to all 3 datagrida. I would like to set it so that
|
| How to list all ActiveX controls registered on system using C#? | 26 Sep 2006 15:22 GMT | 1 |
I want to list down all ActiveX controls which are registered on my system. How can it possible through C# ? Please help me and reply ASAP.
|
| BuildEngine | 26 Sep 2006 15:15 GMT | 1 |
Hi anyone use the BuildEngine Class I cannot get code from MSDN to compile. I get the following error. I am trying to us it to parse csproj file thanks
|