Software Development Network Logo
  • Windows Forms
  • Visual C#
  • Visual Basic
  • SQL Server
  • Windows Vista
  • Architecture
  • Windows Live
  • .NET Development
  • VS Team System
  • Microsoft ISV
  • Visual C++
  • Smart Device
  • VS Express Editions
  • Game Technologies
  • Visual J#

Software Development Network >> Visual C#

Visual C#

New Question

C# equivalent to C "union"?
Catching exeptions in a using {} sttatement
Progress Bar
how to get line on form
What is this type...
What is the proposed way to define references in .NET?
Visual Studio 2005 RC - Keyboard mapping schemes are empty?
winform datagrid column sort ascending or descending
Sockets
Regions keep auto-expanding

Top Answerers

BartvanLangen
joseangel_yanez
rootschopf
SecurityBreaker
KevinKerr
Tommy_ivi
zjorks
Geoff Darst
Mike Boone
Jim Blackler
Borland (Inprise):
Only Title

Answer Questions

  • Besnik.S Various functionality missing from Visual C# 2005 beta2?

    I can't find code definition window, some of the refactoring stuff, and some of the debugger stuff.  And they appear to be missing from customize-commands too. I did notice something strange when i was messing around the settings importer/exporter.  One of the times I was playing with,  there was a bunch of 'key' errors related to this functionality stated above. I seem to be missing functional ...Show All

  • Josh Brown - MSFT Need root-node of clicked node! How??

    Hi there, supposing the following tree: root_A    A_1       A_1_1       A_1_2    A_2 root_B    B_1    B_2    B_3       B_3_1 How can I get the corresponding root, when A_1_2 is selected this . treeView1 . SelectedNode . Index ; just brings out the index relative to the ...Show All

  • Vai0l0 Error: allowDefinition='MachineToApplication'

    Hi, I get the following error when I publish & run the website on a live server. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Source Error: Line 68: by Microsoft that offers a single logon and core profile services for member sites. Line ...Show All

  • Michael Cramer Auto Generated Settings Class

    Hi there, I was looking for some help/advice regarding the auto generated class that wraps an assemblies settings. We are currently building an application using VS 2005 but are using MSBee to build a 1.1 version assembly. We have hit a problem in that any Web References added through the IDE have cause this Settings class to be generated. As this class is a partial class this cannot be compiled sucessfully under framework 1.1 Is the ...Show All

  • chasiubao Why is the C# team allowing this to Happen? and Why do they close threads on the topic?

    Since PJ. van de Sande Closed the last thread I opened : Why is the C# team allowing this to happen I guess because he didn't click the link or he didn't like the topic.  I brought the link information here.....  So I ask again... Why is the C# team allowing this to happen   If he closes it again, please respond here From the Blog link: From Tom Archers blog Why so many examples in Visual Basic ...Show All

  • Crakdkorn Touch Screens

    Hello people, I am going to create an application for a shop, this application should be used through a touch screen, should I take this into account when programming the application I mean, I would create the surfaces in the screen using buttons for example, but I do not have idea how to connect them with the touch screen, any help Thank you! Design your UI as regular, your client's OS will do this ...Show All

  • Ken Walters SQL SELECT statement

    Hello. I have a problem with a SQL statement. When I run the app, I get a Line 1: Incorrect syntax near 'GEM'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.SqlClient.SqlException: Line 1: Incorrect syntax near 'GEM'. Source Error: Line 86: ...Show All

  • Taurus101 How to update a combobox that contains objects ?

    Hello, I have a class that look like (simplified) : public class Profile {     private String _name;     public String Name     {        get { return _name; }        set { _name = value; }     }     public override ToString()     {        return Name;     } } &n ...Show All

  • PhillipM Streaming AVI from memory to WMP

    Hi, I am trying play an avi from a memory stream to WMP. I am able to play from disk but I NEED to stream it from memory for security. Can any one say how this can be done, maybe also how to using the Istream (which I dont know anything about , just researching). My platform is VB, .net framework 1.1, any ver of WMP :) Thanks MP Hi Michael, Media Foundation is the new multimedia platform ...Show All

  • deumber Some problems?

    I'm not sure if this is the right place to post this but as it's the Visual C# forum I figured I would do it here. I've searched since around 11:00 PM (it's now 4:00 AM) for a fix to my problem. Apparently I used to have Visual C# Express Edition and MSDN Express Edition both installed and somehow I messed everything up, now preventing me from installing Visual C# again. I have no way to uninstall these, I've run multiple "clean-up" tools, one ...Show All

  • ErikJakob Read the current open project in a C# add-in

    I created an addin for c#...I want me addin to be able to read whatever project code i have open.... how do u make the addin able to do such a thing     yeah i got the part on how to create an addin i now need to figure out how to make it read whatever project code i am in....example I'm in a new project and then click on my addin. it comes up and then has a button on the form that says count. ...Show All

  • Michael madan MSBuild PVCS Tasks

    Does anyone know if there is a MSBuild Tasks created for PVCS Also where can find non-Microsoft MSBuild Tasks. Hi, Please post this question in the newsgroup below. Visual Studio MSBuild Discuss the Microsoft build engine aka MSBuild. Topics including: usage of MSBuild, build customization, and MSBuild extensibility via tasks, loggers and hosting. http://forums.microsoft.com/MSDN/ShowForum.aspx F ...Show All

  • Tausif Ahmed RTM Web refactoring... Serious problems!!

    I am amazed that the refactoring support in VS2005 is in this state. It is utterly useless. How can they claim to have Refactoring support for web projects I have a Solution that contains one web project and two library projects. It is NOT a complicated solution (~150 .cs files and maybe 100 .aspx and .ascx skin files). And when I try to use ANY of the refactoring tools that have been provided in Visual Studio 2005, it takes an eternity (over ...Show All

  • azurechen filename from ListView

    My questions is simple but I can't figure it out! I have a listview area which take different pictures. When the user selects a picture I want to get the filename and use this to put the picture onto a large picture box. Can anybody tell me how to do this The problem I am having is that I cannot convert the picture selected to a filename. I have tried: private void listView1_SelectedIndexChanged(object sender, EventArgs e) { pictureB ...Show All

  • spacelord Bug or intentional: aspnet_Membership_GetUserByName does not update LastActivityDate

    I've just begun to extend the membership framework for .NET. I've noticed that aspnet_Membership_GetUserByName has the potential to update LastActivityDate in aspnet_Users, but actually will not ever do the update. The "problem" (unless this is intentional) is that @UserId is never set in the select statement before the update statement, i.e. there is no "@UserId = u.UserId" in the Select. So is this a problem with my inst ...Show All

123456789

©2008 Software Development Network

powered by phorum