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

Software Development Network >> Visual C#

Visual C#

New Question

Uploading to FTP from either a filesystem or a website
Using usb-bluetooth from pc
MSDN Library for VS.NET 2003 download
using System.Diagnostics
how can i change the font size of a selected text in a richtextbox control?
DateSerial Value
How to use Serialize for SOAP Format?
Messagebox.show
Does an object allocate more memory after method-calls?
is there an HTML Validator plugin?

Top Answerers

Robson Hermes
ctadlock
Rafayel
Bernd
HarishLalwani
Albel
James_N
grshore
Per-Ove R. J.
Madhu74
TREX - Tree Regular Expressions for
Only Title

Answer Questions

  • Joseph123 the filename, directory name or volume label syntax is incorrect.

    I have been trying to start a new project in Visual C# Studio 2005 Express and keep getting the error:  the filename, directory name, or volume label syntax is incorrect. (Exception from HRESULT: 0x8007007B) I have checked my volume label (WINXP) and the directory (E:\VS2005\) and even the filename that i have entered (MyProject) and can find no invalid characters or syntax in any of these.  Yet each time I try to create a new project ...Show All

  • BradB1976 Well Done !!!

    Well Done Microsoft!!! I think The graphics class is the most iritaiting class of all, when u need an object of it you have to do 30 other things to get an graphics object, no offence but if u wanted to make the hardest thing to draw something u really done it, and i`m not talking about Paint Event Why didn`t let the constructor of the graphics class public (maybe u did have your reasons, mabe it was the only way, but heck man u are the MICRSO ...Show All

  • edward zhou Media Player

    Can anyone tell me how to get started on building my own media player please. It would be greatly appreciated. I know how to use the soundplayer and all, but I need a lil guidence. http://www.un4seen.com/ This the best freeware library I have ever seen. Look for Bass Net 2.2 on the bottom of the page. Also check the forums. You can stream Shoutcast, wma, play and record mp3's and streams. Use effects, winamp visuals...anything you need. ...Show All

  • aCiD2 Transforming Word Documents in to XML?

    Hi, I searched in msdn abt how to Transfer word Documents into XML or XSL-FO From that I got this link Transforming Word Documents into the XSL-FO Format , here they given all the procedure how to do that.Its manual one. But i wanted these work to be done by program itself. Can u please help in this. So far i did something like Microsoft.Office.Interop.Word. Application word = new Microsoft.Office.Interop.Word. Application (); Mic ...Show All

  • morinf1 datagridview

    Hi, Iam using datagridview,How to add a new row to the datagrid view In insert button i wrote this code, dataGridView1.Rows.Add(3); when i run this code,it is giving the following exception exception: rows cannot be programatically to the datagridview's collection when control is databound In save button i wrote like this, private void button1_Click( object sender, EventArgs e) {da.Update(ds, "emp" ); } It ...Show All

  • Robert Dunlop Beginner

    hi all, I've just got myself into dot net (C#), do let me know the online resources available, for me to get acquainted with the technology.  Regards Arun Hi, If you have problems regarding C#, This forum provides a great resource. And the great thing is you could ask them yourself...         cheers, Paul June A. Domag Hi, The Visual C# Developer Center on MSDN is a great place to start exploring a ...Show All

  • orange2 vs 2005 not responding

    I am using VS.Net2005. Whenever I open a project, the VS gets stuck. If I end the vshost process, the VS continues to respond (but I cannot debug the app). The same happens when I create a new project, so it is not a project specific issue. Does anyone know how to solve the problem thanks. No, I can't. Because when VS in hanged state - cursor is in busy state and i cant interact with VS at all. And when I kill ...Show All

  • twang Newbie: How Much Should I Inherit From Uncle Arthor?

    Thanks for helping out a new guy!!! I'm working w/ C#, .Net 2.0, VS 2005 and SQL Server 2000/2005.  I'm essentially building a simple server application named MyServer that opens a couple of connections into SQL Server and does various tasks in the database.  I'm going to throw in some options for a couple of different threads and some other fun features. I've seen a *lot* of examples in this forum and others where using inheri ...Show All

  • Reiguz VS 2005 RC1 - Settings Profiles?

    I upgraded some projects from beta2 to RC1, and the settings profiles disappeared. Are you cutting down this feature from RTM     Yes, settings profiles have been cut. There were numerous issues with the current implementation of the profiles, including the total lack of runtime support and a confusing model for selecting the current profile. Best regards, Johan Stenberg ...Show All

  • InduMuthu79 Components parameters

    Hi everyone, In here; (object sender,System.EventArgs e) I do not understand anything from the parameters of C#'s components. What is the logic of using these paramater for all components in C# Would you please explain them to me Thanks, Mert Can it be said that all components(objects which make the events released) in C# has one unique method and when they relase their event, then the method which is unique for them begins its acti ...Show All

  • Orion McMillan Unrecognized configuration section 'connectionStrings'

    Hi, I just have just deployed a ASP.NET 2.0 website, on a live server with other ASP.NET 1.1 applications.   The website seems to generate the error Unrecognized configuration section 'connectionStrings' on repeated visits. The framework versions is already set to ASp.NET 2.0 in the IIS. Any help   Regards, Adnan In the C:\WINDOWS\Microsoft.NET\Framework\v2.0\CONFIG folder there ...Show All

  • KirHil .NET 2.0 WIndows Service Deployment

    I have a windows service written in C# for .NET 2.0, and I've got everything completed for it, even a Deployment application. Every thing installs and runs fine. However, now I need to modify the deployment process in order to ask the installer a couple configuration questions. How would I go about doing this My bad. I missed the ‘already created a deployment project’. The short answer is to add the necessa ...Show All

  • Alexsuki separate classes

    hi, I want to separate group of classes to different library (dll) from main file, how can i do it thanks Can I determine what will complie as dll library and what will application using namespace in same project You need to add a class library to your solution and then add a reference to that library. To do this, do the following: 1. Open your solution 2. Choose File -> Add -> New Project 3. Under the Visual C# node, ch ...Show All

  • skweaz Using TLS on LdapConneciton

      I am trying to connect with TLS to LDap Server on Linux OS. in C#  I am using this class to connect the Ldap Server. "System.DirectoryServices.Protocols.LdapConnection"   void Connect() { LdapConnection lCon = new LdapConnection ( "some.IP.or.Server Name" ); lCon.AuthType = AuthType .Basic; lCon.SessionOptions.ProtocolVersion = 3; // I want to Connect with TLS // I have failed  ...Show All

  • Terry Lewis (INTEGRATE) Convert a string to a Function

    I am trying to integrate a math function 'func' which will be entered(typed) by the user, but I cannot figure out how to convert the string to a function which would be called by the integtal function. double integral(double xLeft, double xRight, double func(double), int nDivs) { int i; double area = 0.0; double deltaX = (xRight - xLeft)/nDivs; double midpointX; midpointX = xLeft + deltaX/2.0; ...Show All

456789101112131415161718192021

©2008 Software Development Network

powered by phorum