Visual C# announcement
-
Link
This forum is for C# related question. GUI questions become very unclear if its a WPF or Winforms or ASP.Net related question.
Please post any GUI related questions to the target forum:
Windows Forms General
Windows Presentation Foundation (WPF)
ASP.Net forums
depending on what you are working on.
The C# forum is for C# related questions on the language constructs and not indirect component usage. THX
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Sticky2Votes
Do you want to be our Guru of the Month for October?
TechNet Wiki needs... YOU! "Don't you know there's a war going on? Between good content... and bad. The Internet is ...3 Replies | 95 Views | Created by XAML guy - Wednesday, October 02, 2013 8:51 PM | Last reply by Jason Dot Wang - 23 hours 4 minutes ago -
Sticky6Votes
Contributors: How to avoid aiding the development of malicious code
I would like to ask our community to take a brief moment to consider the outcome of answering a question before doing so. Sometimes a question can lead down a path to examples of how to ... -
Sticky5Votes
Visual C# Samples, Specifications, Quick Reference and Visual C# General FAQ
I am excited to announce the availability of the following FAQ paper which lists some of the questions frequently asked by the Visual C# General forum members. This material should not be ...4 Replies | 130202 Views | Created by Xiaoyun Li – MSFT - Wednesday, April 08, 2009 2:00 AM | Last reply by Ji.Zhou - Sunday, June 20, 2010 12:12 PM
-
Answered0Votes
c# programming language
Write a two class application that has a one-dimensional array as a data member. The array stores temperatures for any given week. Provide constructors for instantiating the class and ...9 Replies | 136 Views | Created by Igallegos - Wednesday, October 02, 2013 2:39 PM | Last reply by Igallegos - 40 minutes ago -
Unanswered0Votes
To create setup for windows service
Hi , I have created a windows service and able to deploy the service using InstallUtil, Now I want to distribute the same hence need to create the Setup file so that without the VS ...1 Replies | 54 Views | Created by santosh jha - 10 hours 26 minutes ago | Last reply by Jason Dot Wang - 45 minutes ago -
Unanswered1Votes
Beginner C# expected class, delegates, etc. errors math quiz
0) { // Display the new time left // by updating the Time Left label. timeLeft = timeLeft - ...8 Replies | 73 Views | Created by seppiku - 3 hours 27 minutes ago | Last reply by PaulLinton - 45 minutes ago -
Unanswered0Votes
Array lists
Hi , C# (arraylists or anything similar) I want to divide a folder of 100 files into 4 groups as groups of 25 files each. now these 4 groups should be added to an ...7 Replies | 99 Views | Created by Anonymous_Praveen - 4 hours 19 minutes ago | Last reply by ThankfulHeart - 50 minutes ago -
Unanswered0Votes
Can I write c# DLL for IAS extension?
IAS (Internet Authentication Services) can be simply regarded as Microsoft version of RADIUS. It takes an DLL extension for user to control IAS behavior. Normally, it take Win32 DLL (that means ...1 Replies | 3049 Views | Created by HuangDashi - Thursday, April 08, 2010 12:21 AM | Last reply by Micky D - 1 hour 19 minutes ago -
Unanswered0Votes
How to close tcplistener without throwing exceptions?
I am new to Telnet and C# and I am trying to create a simple console program. I need a TCP listener that starts up, listens for incoming networking connections and sends a response back. I ...1 Replies | 58 Views | Created by rskochko - 7 hours 25 minutes ago | Last reply by Micky D - 1 hour 26 minutes ago -
Unanswered0Votes
C# Appending to XML Web Error
This code is under a button and is used to append a username and password to an xml document. It works fine if you are just saving it to a local directory on your system but when changed to save ...1 Replies | 54 Views | Created by Radgator - 6 hours 44 minutes ago | Last reply by darnold924 - 2 hours 17 minutes ago -
Discussion1Votes
Service not starting non-interactive process
I am trying to have a service that will start another process. The new process will not interact with the desktop. Here is the code I'm using... Process myProcess = new ...9 Replies | 120 Views | Created by GaryMk - Wednesday, October 02, 2013 11:50 PM | Last reply by darnold924 - 2 hours 30 minutes ago -
Answered1Votes
Why the value of the progress bar stay the same?When reading the RegistryKey.
Code in the main form: private delegate bool IncreaseProbarHandler(int nIncVal); //Declare a delegate to increase the progress bar value. private ...2 Replies | 64 Views | Created by JcsonSharpenden - 11 hours 45 minutes ago | Last reply by JcsonSharpenden - 2 hours 49 minutes ago -
Answered0Votes
How can SmtpClient "From" address be configurable sometimes but not others.
Please help, I have apps using SmtpClient (.NET 4.0) that in some cases can specify the "From" address however I desire, and with the same code, and same account from IIS ...4 Replies | 187 Views | Created by J-S-B - Monday, September 23, 2013 9:35 PM | Last reply by Jason Dot Wang - 3 hours 5 minutes ago -
Answered0Votes
Check If a Procedure in Oracle Has Run Successfully - VS 2010
I have a procedure in Oracle which takes a few minutes to complete. I created a web app in asp.net and executed this procedure; it runs the code fine but I can't find any ...4 Replies | 56 Views | Created by MikeGanem - 5 hours 20 minutes ago | Last reply by MikeGanem - 3 hours 52 minutes ago -
Unanswered0Votes
Creating a Search Form
Hi I want to create a form with a search field, so i can search for a customer by last name for example and when i click on the customers last name in the search results it ...1 Replies | 54 Views | Created by James David Knight - 9 hours 1 minutes ago | Last reply by ThankfulHeart - 4 hours 0 minutes ago -
Unanswered0Votes
Strange issue on IIS, Mobile phone can not access web application
Hi All, I am afraid it might not be the right forum, if its not, please guide me so that I can post it in the right place.. Here is the Issue...We have .net web ...3 Replies | 66 Views | Created by KhalidAli - 8 hours 47 minutes ago | Last reply by Jason Dot Wang - 4 hours 20 minutes ago -
Answered2Votes
How to get last record from data grid view with dependence for two columns
I have a dgv contain Coures, Name, Grade and date, like this: And I want to get the last records but "group ...4 Replies | 87 Views | Created by AsfK - 19 hours 53 minutes ago | Last reply by ThankfulHeart - 4 hours 46 minutes ago -
Discussion0Votes
How to detect Console Application minimize event?
I'm trying to hide the console application in the system tray, I'm already able to hide, by clicking in the system tray icon, but I want to be able to click in the "minimize button" to ... -
Unanswered1Votes
Why does Resharper says, "Formatting is specified, but argument is not IFormattable"
Why does Resharper says, "Formatting is specified, but argument is not IFormattable" ...and offer to change ...7 Replies | 161 Views | Created by B. Clay Shannon - Wednesday, October 02, 2013 8:42 PM | Last reply by ThankfulHeart - 5 hours 5 minutes ago -
Unanswered2Votes
How to access a string in List<string>
I have this: private List<String> labOrgList = new List<String>(); //add a bunch of strings to the list... Now I want to remove the ...5 Replies | 123 Views | Created by jmrut - 11 hours 43 minutes ago | Last reply by jmrut - 5 hours 37 minutes ago -
Unanswered0Votes
CMD
Hello All I want a code use in Visual Studio 2012. I Want use cmd commands in Visual studio 2012 for example i have this code in a batch ...3 Replies | 68 Views | Created by Ehsan Mirzaee - 17 hours 13 minutes ago | Last reply by PaulLinton - 7 hours 57 minutes ago -
Unanswered0Votes
validation question
Hey everyone, I'm fairly new to programming but I was wondering anyone knew how to catch a error if the radio buttons are not selected. I'm making a program that displays the amount of calories needed ...1 Replies | 43 Views | Created by jahlive111 - 9 hours 18 minutes ago | Last reply by PaulLinton - 8 hours 1 minutes ago -
Unanswered0Votes
Can't write to status bar in IE 10 64-bit
Our IT dept. just pushed IE10 out to everyone. We have applications that write to the status bar at the bottom of the IE window. The 32-bit version of IE10 allows this, but the 64-bit version does ...5 Replies | 104 Views | Created by Dennis J Olson - Tuesday, October 01, 2013 6:22 PM | Last reply by Mr. Javaman II - 9 hours 42 minutes ago - Items 1 to 20 of 83711 Next ›