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

Software Development Network >> Visual C#

Visual C#

New Question

Passing arrays from unmanaged DLL code to c#
Localization Performance Problem
Look for file in subdirectoy
How to control the start of a second application?
ListView with CheckBoxes checks unwanted checkboxes
Launch from IStillImage freezes the app
CRC Class
how to point to a set of parameters using delegate
Why is the C# team allowing this to Happen? and Why do they close threads on the topic?
How do I play samples?

Top Answerers

Amish Bandekar
Arwenarray
mancer
S Jeya
peejuk
Steven Leong
Annick
Jd Williams
Corny
Ganesh Next
Programming Web Services with
Only Title

Answer Questions

  • RelaxTintin How to create a new mail message window?

    Hello, I am using VS 2003. What I am trying to do I hope is just a simple task, but I cannot seem to find anything on the Internet about it. I have a simple form that has a label and a text box. The label says "Email: " and its a link label actually, so what I want to do is, when the user clicks on it, it opens up a "New Mail Message" window. I want it to work whether they use Outlook, Outlook Express, Thunderbird..etc ...Show All

  • John Mandia Dynamically moving controls

    I have six panels, each panel contains a textbox and its label. Each panel has a checkbox associated with it on the form, but outside of its respective panel. I only want the panels whos checkboxes are checked to be visible. If another checkbox is checked, I want that respective panel to be displayed directly under the last panel displayed. Once that checkbox is unchecked, I want the panel to disapear, and all the other panels that come after, t ...Show All

  • Open2Knight Monitoring a DB Table!

    Hi, It would be great if someone can provide me a better solution to this problem. I need to constantly monitor a sql table. If any new records are added to this table, I need to fetch the newly added records and process them. Right now I am using an infinite loop to do this in C#. Is there any other efficient way of doing this. It would be helpful if you could provide your solutions in C#. Thanks & Regards, Frenz ...Show All

  • Jeffrey Odell How do I play samples?

    I am unable to play the samples (included in the HD Jumpstart download) with the emulator. I've tried using both open disc and open path to launch the DAT file. When I use open disc is says unable to parse/read the DAT file. When I use open path I get no message, but the emulator screen resizes slightly and stays blank. Hi, i've been trying to run the jumpstart kit but something doesn't work... I have this problem: "When I use ope ...Show All

  • kittu123 problem with web part that calls web service

    Hi everybody; I have a little web part that uses my own web service, first i hadn't use strong name and exact when it calls the web services i got this message: Request for the permission of type 'System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed I did my own custom policy file and i added environmentpermission. ( I dont now if i did right). then I get thi ...Show All

  • Raphael39913 Size of an extra reference to an object.

    Hello, I was wondering. If I am using Win XP 32bit, and Visual studio 2005 how much extra memory does a refernce to an object take I.e: MyClass object1 = new MyClass(); MyClass object2 = object1;   How much extra space does object2 take here Is it just 32 bit Or does it hold a lot of extra infor like reference type and so on too. I need to know this 100% sure. Thanks in advance. - OO - Thanks for ...Show All

  • mohamed505080 DataReader not returning any data

    Hi there, I have a slight problem using DAAB 2.0. I have a sp that runs fine through sql 2005 passing in the params manually, however, when I try and do the following i get no data public void() { userToGet = new User() //User struct Database db = DatabaseFactory.CreateDatabase("DB"); using(DbCommand dbCommand = db.GetStoredProcCommand("sp_name")) { db.AddInParameter(dbCommand, 'UserLogonID", DbType.String, &quo ...Show All

  • Mark Arend Show Method

    I want to be able to press a button and is shows form2 and hides form1. how would I go about doing this Nevermind, I got it. I had to create an instance of the form first and call Show on that. Or to make sure the form is propery disposed after, try: private void Button_Click( object sender, EventArgs e) {       using ( Form2  form = new Form2 ())  & ...Show All

  • gfdsgqqf MessageBox.Show method

    I am a newbie on C# language. I have installed on my system Visual Studio.NET 2003 enterprise edition. Anytime I want to display a message using MessageBox, the MessageBox shows up without any output. Even the label like OK on the button doesn't show Can someone help me Here is a sample code: using System; using System.Windows.Forms; class MyMessage { static void Main( string[] args ){ MessageBox.Show( "I am great", " ...Show All

  • JFox edit "regedit"

    Hi i need some help, how to can change keys in regedit How i creat table in a ListBox or some things I fine some good code ^^ http://www.planet-source-code.com/vb/scripts/ShowCode.asp txtCodeId=628&lngWId=10 Ok, I want to build my own "Register" program. and i need to now how i read and save the string in reg... I doubt ...Show All

  • Joie Cariaga Advantages of Operator Overloading

    Dear All, I am just learning about operator Overloading. I want to find out the advantages of operator overloading. What is the ideal situation when operator overloading should be used. Any help would be greatly appreciated. cheers, Sam Dear Brian, Thanks for the quick reply. Could you be kind enough to give me an example. A very simple 1 will be useful. cheers, Sam Sure:  ...Show All

  • Ing. Miriam Escuadra Enterprise or Pro

    I had been using VS2005 Enterpise and then switched to VS 2005 Pro. Now a friend of mine says Enterprise is the better of the two programs. I'm an egotist and want the best. Does any one know which is the better program for sure, not just your opinion. Thank you for any help you can give me. Jim Diamond   For a VS.NET version to be "better" would actually depend on your ...Show All

  • Tokamosh Namespace in C# 2005

    A sample class for your expert comments. namespace MyNamespace. MyBody. MyClass1 { class1 { } } namespace MyNamespace. MyBody. MyClass2 { class1 { } } 1) From the class view in the VS.IDE, why are they not nested under the namespace of MyNamespace.MyBody 2) Example. Client Application using MyNamespace.MyBody; static void Main(string []args) { MyClass2.class1 class1 = new MyClass2.class1(); //compiler ret ...Show All

  • surferboy Argh DLL Hell

    I thought .net ended this, but I am in DLL Hell, I cannot rebuild my project, I get the following error: ------ Rebuild All started: Project: NWizard.Common, Configuration: Debug .NET ------ Preparing resources... Updating references... Error: The dependency 'NWizard.Common, Version=1.0.1934.35935, Culture=neutral' in project 'NWizard.Common' cannot be copied to the run directory because it would conflict with dependency 'NWizard.Common, Versi ...Show All

  • prk namespace colouring

    I love the code colouring, however, I'd like to be able to colour the namespace identifiers something other than the identifier colour. Is this possible now (I can't see it in the Fonts & Colors list) If not, can it be added to VS in the future Hi, As you have seen this is not possible right now. I would suggest you post your feedback at the VS feedback center so that the team can track it. [ ...Show All

565758596061626364656667686970717273

©2008 Software Development Network

powered by phorum