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

Software Development Network >> Visual C#

Visual C#

New Question

How do you do to get only 6 from 2006
A lot of radiobutton
Question on SimpleTypeName?
Fast way to Save DataSet to sql table in batch
Making a Tab Manager with vc#2003
how do I do this? (sorting)
.NET Framework
how to make Yahoo mess statusbar effect..
Docked splitcontainer going under docked status bar
Implement "file download" in C#

Top Answerers

Bettie
rachana.agr
racka4279
Jag Reddy
MAJMAJ
xiaopang
Snehal Ganjigatti
Kaos
MyNameisMud
kkiran
Gilbane Report
Only Title

Answer Questions

  • pjhacker Should I Programming Media Service use C# 2005?

    I Searched the Microsoft's Website for Programming the Media Service in C#, but can't find any thing about it. I'm looking for the technique about Distribute Media Service , Media Service Playlist Dynamic Create. I have downloaded the WMSSDK package, it is writted by VC++, so I wanna someone show me How to do it, Or show me some books/E-books about it. ----------------------------------------------------------------------------------- ...Show All

  • Dan Amiga How can I traverse a treeview and delete every node that deosn't have child?

    Hello, I am wondering how can I traverse a treeview and delete every node that deosn't have child. Please help. Thanks. You have two options. You can traverse by index in reverse through the TreeNodeCollection and remove them as you find them. Or, you can loop through them and store a reference to each one found in an array or collection. And then afterwards use the Remove method on each item in the arra ...Show All

  • yestee How to change the program icon?

    Hi all, I would like to change the program icon for my application. Currently, it is using the default console icon. May I know how to change it Thanks Open your Windows Form's Project properties, and under Application tab you can set the Icon setting. ...Show All

  • Developer1 Everybody fails this test: C# strange inheritance

    Hi, can someone explain the strange behaviour of c# . The output of this code below is: "class B froma A". But more intuitive would be "class B from C". When one changes keyword override for new every things works like it supossed to (for me at least ). using System; namespace ConsoleApplication1 { public class A { public A() { } public virtual void Halo(C objectC) { Con ...Show All

  • Sri_Ram_77 Creating alt shortcut keys in keydown

    Im trying to convert this VB code to C#, it works like shotcut keys for the tab control. I have it exactly like it is in vb but nothing happens when I trigure the event. Heres the VB Code: Private Sub Form1_KeyDown( ByVal sender As Object , ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me .KeyDown 'Triggered if Alt and S are both pressed simultaneously (Switch to Search Tab) If (e.KeyCode = Keys.S And ...Show All

  • Bay03 UI Development

    Hi All, I am currently experimenting in UI Design in C# and VB.NET. I'm currently trying to override the style of the titlebar, close, minimise button etc etc and ultimatly trying to end up with an interface similar to Microsoft Money 2006 http://www.microsoft.com/money/imag...en1_stand-a.jpg If anyone has any links to articles, or any pointers on how to create such a design then please let me know. I'm only really interested in the top half ...Show All

  • Fourwinns Asynchronous Sockets - BeginAccept

    Im having some trouble with BeginAccept... each delegate runs for a while (Transfers data) and more than 2 delegates cannot run together, it quees the others automaticly, can I somehow change this default value of 2 After acception two sockets it starts a file transfer on each one of the when I try to accept anothe socket for file transfer it dies because the message for starting the file transfer is send by b ...Show All

  • @nt How to play DVD disk in windowless mode?

    I am using the VMR7 or VMR9 Windowless mode to render the DVD disk in the VC++ 2003/win32. I am using following instructions - http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/directshow/htm/usingwindowlessmodewiththevmr.asp - http://windowssdk.msdn.microsoft.com/library/en-us/directshow/htm/windowlessmode.asp frame=true - http://windowssdk.msdn.microsoft.com/library/en-us/directshow/htm/buildingthedvdfilt ...Show All

  • S.Mc Sending mail with C#

    can someone out there please help me. I need to know how to send mail using C#. I have a class that will be throwing parameters (see below): private void SendToAnalyst() { string emailSubject = string .Empty; string emailAddress = string .Empty; StringBuilder sb = new StringBuilder(); //To Do: Instantiate Monitoring Component if (mSourceSystem.ToUpper().Equals("FLEXCAB")) { emailSubject = "Sample RequestId (FLEXCAB To RADT ...Show All

  • Akiren Publishing the starter kit screensaver dont see in screensaver list

    Hi and thanks in advance for any help/ I want to use more than the two default images, how do I do that And once finished and I publish it, and run the installer but I dont see the screensaver listed in my list of screensavers in Windows XP What is the proper way to publish this Thanks Steve ...Show All

  • Jan Kelbel Query regarding data comparison

    Hi, I'm working on a C# Winforms application. I have 2 different sources of almost identical data.One is excel sheet and the other is database tables. I need to compare these sources data and show them in a datagrid on button click event of the application. And,if there are any differences in the 2 sets of data, then I need to highlight the corresponding rows and columns in the datagrids. Could I know the best possible algorightm for doing t ...Show All

  • jds1982 override virtual method

    What's the difference ----------------------------------------------- class A protected virtual void Method() {...}   class B : A protected override void Method() {...} //here there isn't any base.Method()!!!! --------------------------------------------- class A protected virtual void Method() {...}   class B : A protected new  void Method() {...} -------------- ...Show All

  • Scott.Anderson MSDN Library for VS.NET 2003 download

    Is it possible to download or buy MSDN Library for VS.NET 2003 separately As far as I know, the MSDN Library subscription will give you ALL MSDN Libraries for one year, whereas Visual C# .NET 2003 Standard only gives you one. Right Reginald Yes you can. The upgrade is $ 99 US and the estimated is $ 199 US, for more details and purchasing take a look at http://msdn.microsoft.com/howtobuy/subscribers/ms ...Show All

  • Przemys?aw Rokicki Program execution

    Can someone tell me the method or command on how to run a program that is on my desktop by code. I tried the openfiledialog but it didnt work. Can someone help please try {       string  applicationPath = @"c:\MyFolder\MyApp.exe";      Process.Start( applicationPath ); } catch ( Exception caught ) {      MessageBox.Show( "Error while starting application.\r\n\t\nD ...Show All

  • Faisal H. Siddiqui remote desktop

    hi how i can watch what client doing and use his desktop from my pc in c# windows application (server) i.e(NetMeeting) -sory my english is poor- this question is better posted in a windows server forum. This section is reserved for C# General related question. You can use applications like PC Anywhere to accomplish it. I will close this thread now. ...Show All

171819202122232425262728293031323334

©2008 Software Development Network

powered by phorum