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

Software Development Network >> Visual C#

Visual C#

New Question

Related to C#
Link Button - Windows ApplicationC# Signatu
No. 117 on board
Help please! How can I dynamically change for.ex. a grid cell fore color value w.r.t a condition?
Import xls file into dataset
Object.ToString() produces different output in VS 2003 and 2005
BUG?? custom events
What would be the behaviour if the Timer interval property value is set to 0 in C#?
StreamReader & Console Apps
Small question from exam

Top Answerers

chds
Alina_Dorfman
ShivaGeorge
ASR
Ishai Sagi
MSRez
Jeremy Peck
Ali Adnan
Newcastle
Adam Willden
Systemwire xlinkit
Only Title

Answer Questions

  • Olov N Allowing a particular class in other namespace to access a method non public method of a class in other namespace

    Could in any way I can enable a particular class in other namespace to access a method(non public) of another class in other namspace That is suppose I have a namespace1 with class1 and a namespace2 with class2 class1 contain a method named OnlyAccessibleByClass2 Could I do it You cannot declare the class itself as private, protected or proteced internal. If a class has no protection modifier at all it is implicitly private to th ...Show All

  • Alexandru Matei Whats the easiest way to filter string for offensive language

    Hi, Just wondering the best / easiest way to filter string for offensive language is. I have some text that I want to filter for offensive language based on a list of key words. Thanks Simon Hello again, I had a look, but string does not have a method called RemoveAll. However, I did find Regex.Replace (System.Text.RegularExpressions), which does I similar thing to what you mentioned. So the sy ...Show All

  • awparran Deploy Windows Service

    Hi, I read a tutorial on MSDN about the creation of a simple windows service, and then install it from Visual Studio.NET command prompt using InstallUtil ... command. My question is: how can we deploy this windows service so that we can install on another computer that doesn't have Visual Studio.NET installed. I mean can we create an installer or some package for it, or must we need Visual Studio.NET command prompt also on another compu ...Show All

  • BUET Freshman Creating a wizard by using Microsoft.WizardFramework

    Hi, I created a wizard by using the Microsoft WizardFramework. I am able to run the wizard and I see the different pages title in the "Orientation Panel" but for some reason I can see the actual pages in the "Content Pane"!! 1. I defined my wizard to inherit the WizardForm class (changed the code after adding a "Windows Form" to my class library): namespace MyClassLibrary { public partial class MyW ...Show All

  • 1337 How to know if a file copying process has completed?

    Dear Experts, I am working on a project that I need to do the following: 1) Copy a file from a source to a destination folder location (say c:\test, for example); 2) Since the file may be quite large (e.g. 10M) it would take time (e.g. 5 seconds) for the copying process to be fully completed; 3) I am using the File.Copy(string sourceFileName, string destFileName, bool overwrite) API to do the above copying process; 4) Now the ...Show All

  • SvenL Objects stored in a hashtable - by reference?

    Hi, I'm writing an interpreter in c#. For variables I have a system where I have a class representing a variable: class  var { public  Hashtable Children; public   object  Value; }   When a variable is declared, I do something like this: var Temp =  new  var(); Temp.Value = something; VarIndex.Add("variable name",Temp);   However I've found adding the Temp ...Show All

  • zcat123 Application.EnableVisualStyles(); throws '$exception.Message' threw an exception of type 'System.OutOfMemoryException'

    Hi, I have a winform app, it uses MDI, when I try and run the app exe manualy - not using vs2005 debuging, it crashes out in the main method when it reaches Application.EnableVisualStyles(); '$exception.Message' threw an exception of type 'System.OutOfMemoryException' I am using 2 external ddls but these work fine in the debug environment and i dont think this is the issue(the are only called later in the app... If I run the app in vs 200 ...Show All

  • janesim WME 9 SDK Preview Problem.

    Hi, I am working on a project Using WME 9 SDK in which Video Clips are creating every 30 min. the source is TVTuner Cable. using following technique for breaking the clips in 30 min.(using timer) Step 1. stop encoding Step 2. redefine file name Step 3. start encoding Every thing working perfectly, except one thing that is when timer completed its 30 min. and redefine the file name and start encoding, the preview is stoped but ...Show All

  • qball0203 System.Configuration.ConfigurationManager Not Found!

    I'm developing a basic application, and I'm saving the connection string in the app.conf. when I'm compiling i get this warning.... Warning 1 'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings' but when i try to use the System.Configuration.ConfigurationManager it is not found! so what can be ...Show All

  • Francis06 Adding a Windows Media Mobile control to a CE APP??

    Hi, and thanks in advance to anyone who can answer this... I'm attempting to build an application in vb.net and/or c#.net that involves putting a windows media control directly on a form. While this is easy when developing a normal application, when I try to implement it for a CE architecture it doesn't give me a normal object. All the samples I see are for eMbedded C++ which I'm not familiar with. Any ideas I have tried adding the obj ...Show All

  • Oliver Bertram Create updates of my Setup project…

    I make a Setup Project in Visual Studio 2005 for my application. All works well but when I’m going to distribute an update in a new builded version of my application my clients have to first uninstall my application and then reinstall the new one. I get the following error when I try to install my app again: Another version of this product is already installed. Installation of this version cannot continue. To config ...Show All

  • Younis how can i change the font size of a selected text in a richtextbox control?

    help.. richTextBox1.SelectionFont = new Font("Verdana", 12, FontStyle.Bold); The following C# example changes the font size of the selected text to 11pt if some text is selected: private void richTextBox1_SelectionChanged(object sender, EventArgs e) { if(richTextBox1.SelectedText.Length > 0) { // Changes the font size to 11pt if some text is selected richTextBox1.SelectionFont = new System.Drawing.Font( rich ...Show All

  • mmouer XmlDocument.load Security issue

    I have been working this problem for over 2 weeks and have reached the end of my rope.  I have written a web app (in VS2003 hosted on Windows 2003 server) that has an embedded object in one of the HTML pages.  This object contains a method that calls the xmldocument.load method with a path that is on a mapped drive on the server.  When this call is made I get the following error: Request for the permission of type 'System.Secur ...Show All

  • Bob Dove change keyboard language

    How can i change the keyboard language in my c# program ...Show All

  • Ellswogs Timeout error

    I'm using beta2 and I tried to follow the first thread code. All works fine, but I get a timeout on the line "smtp.Send(mailMessage)". I have tried some servers, all required SSL at port 465 and all fail. Can you help me My code is below: MailMessage mailMessage = new MailMessage (); mailMessage.To.Add( new MailAddress ( "a23619@alunos.det.ua.pt" )); mailMessage.Subject = "Exception occured" ; mailMessage.From = new MailAddress ( " ...Show All

414243444546474849505152535455565758

©2008 Software Development Network

powered by phorum