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

Software Development Network >> Visual C#

Visual C#

New Question

C# adding a record to an access Database
Keeping the arraylist value to the next program run.
how to make a toolbar button that i can write into?
Why can't I save my Visual C# .exe project to another directory
Assigning values from one form to the main form
try within try
User name missing after product activation
Can't See te Message in C# application
DateTime
TextBox

Top Answerers

DaveCat
nathan_coder
gareon
thewildkiwi
Uluru
khalil_yassine
Ananda85
swo1967
Jwalant Natvarlal Soneji
Dev Chris
DB Solo
Only Title

Answer Questions

  • Little_John How can I get special system directory?

    How can I get special system directory I want to know special system directory such as c:\Windows c:\windows\system32 ... what do I do   I see the following code from a sample openFileDialog1.InitialDirectory="%SystemRoot%"; // it work well openFileDialog1.ShowDialog(); I think the code should be the below: openFileDialog1.InitialDirectory=Environment.ExpandEnvironmentVariables("%SystemRoot%"); openFileDialog1.ShowDialog(); Why does ...Show All

  • Elaine brockway Image Verification for asp.net in C# - refer tutorial?

    Hey guys! I was wondering if anyone had any links to some tutorials for image verification in c#. I found this tutorial but it is in VB.net - http://www.planet-source-code.com/vb/scripts/ShowCode.asp txtCodeId=3696&lngWId=10 With the proliferation of robots on the web, I figured this good be a good place to start to making your own image verification. this link is in C# http://www.codeproject.com/aspnet/ImageVerifi ...Show All

  • Jay Budzik Mdi Forms Problem

    Hi, first of all m using .net 2005 visual studio, my problem is about mdiparent and child forms Problem: I ve 2 forms name Form1 and Form2, i set Form1.isMdiContainer = true; and i added this line public Form2 TeslimKForm = new Form2 (); public int OpenControl; to Form1.Designer.cs And my Form1.cs file : public Form1() { InitializeComponent(); this .OpenControl = new int (); OpenControl = 0; } private void MainToolSt ...Show All

  • warp9.5 who the hell started the animation ?

    Hi, Check out the snippet: /* DoubleAnimation animation = new DoubleAnimation ( 0d, 1d, new Duration ( TimeSpan .FromMilliseconds( 1000 ) ) ); animation.Completed += new EventHandler ( animationCompleted ); Rectangle rectDest = new Rectangle(); rectDest.BeginAnimation( Rectangle .OpacityProperty, animation ); */ private static void animationCompleted( object sender, EventArgs e ) { // how ca ...Show All

  • lfox How can I call a static function for a generic class?

    I have a class SwatchPanel which takes Swatch as a parameter type. How can I call a static function within the Swatch class For example the code below fails on TSwatch.Exists. How can I get the call to work Suggestions would be very welcome. Thanks, Steve public class SwatchPanel <TSwatch> : System.Windows.Forms. Panel where TSwatch : Swatch {     protected virtual bool SetOkButtonState()  &n ...Show All

  • byrong C# and Lotus Notes

    Does anyone have any suggestions for using C# to do a lookup in Lotus Notes address book Any Help would be apppreciated Thank You Thank you for the answer back. Thanks for the information. I'll try to hunt down the book on Amazon I was searching for "Lotus Notes C#", and then for "Lotus Notes ODBC". Thanks Karen I did not know that I c ...Show All

  • Prashant N M How can I find the source code for a class easily ?

    I am looking for the Visual Studio 2005 feature corresponding to Eclipse's feature "Navigate - Open Resource", which is a feature that opens a dialog where you can enter a few characters and then you will see a list of class (and other files) names which partially matches what you wrote, and then you can click the file to get into it. Currently I do it like this when I want to find the source code for a class (when I have lots of ...Show All

  • hrubin996 C# SQL and ASP

    Kinda lost... Basicly I have a webpage that is for ordering pizza (school project) and I need to be able to send the order to the SQL server. Bascily I have to take some data strings from ASP and with C# send it to SQL and write it to a table there. If anyone could tell me how to do that I would be jumping high in to the air :) It's the same thing as reading except instead of doing a SELECT statment, you do an INSERT statment and call Exe ...Show All

  • jking HOW to Kill ActiveX application..

    Hi,  I'm developing a application which uses activex plugin (used to load map files) it works fine in .net the problem is while closing the application the application won't close properly i mean application will be in task manager and manually go to task bar and kill the application. I tried the manually Killing the app using process class in vb.net but the same thing is not working in c# . Is there some other method to kill the applicatio ...Show All

  • Greg Schroder Not possible to set a background image in a multiline textbox?

    The textbox control does not have any backgroundImage property - are there any other way i can set a background image Maybe place a image behind the textbox and set the background transparant or something Does anyone know any solution to this I did now. But are there no workarounds Hi, did you provide this suggestion to MSDN Productfeedback Centre Hi, for your app ...Show All

  • JavaBoy Security exception unhandled when using DirectoryServices

    I've recelty started writing c# code so I'm still kinda new at this. Anyway here is the problem. I installed visual studio 2005 and I'm trying to do an active directory bind statement. Here is my code for the bind: DirectoryEntry entry = new DirectoryEntry ( LDAP://mtmercy.edu ); But when this segment of code executes I get the debug error below: Here is the error: Request for the permission of type 'System.DirectoryServices.Direc ...Show All

  • szl application setup

    i want make setup for my application...how can i do i have visual c# express edition 2005 and in this version i cant find anything about creating a setup for the application... please help me! check out this http://search.msn.com/results.aspx q=wix&Form=MSNH there are plenty result for WiX - windows istaller in XML but this is not easy task ...Show All

  • Telmo Moreira Creating help files !

    Hello again !! I thought there was, in Visual Studio 2005, an integrated feature for creating and managing the help files. I am using Visual C# to create an application which now needs to have its own help system... (.chm files or html files...) What are the best practices in terms of help file creation considering the features that Visual Studio 2005 may have in this field Thanks ! Not sure what features VS 2005 has for it. ...Show All

  • Brekbit Set File Access to be accessed from Network..?

    hi.. How i can set file access on file to be accessed by any user and read by any user..after i make share folder .. for example: ShareFolder\file.txt i want to make file.txt accessed from network and to be read. please help Thanks. Thanks for reply.. what i want is how i can make that file accessable..from clients when i created on server..i have made that code above to make share folder..with share nam ...Show All

  • Keith Rebello VS 2005 conversion: Removed the id attribute from the <form> tag in file

    When I have converted my web app to .net framework 2.0 using Visual studio 2005 pro, I see this the conversion report: "Removed the id attribute from the <form> tag in file ..." This prevents my java scripts on my pages to work, and need to insert the id tag again. Why does VS 2005 remove the id tag in the <form> tag when converting to .net framework 2.0 Hi Kenneth, Glad to help you ...Show All

777879808182838485868788899091929394

©2008 Software Development Network

powered by phorum