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
-
Sticky1Votes
Are you any good at C#? Win love and recognition! Become a TechNet Guru for July 2013
TechNet Wiki is looking for and celebrating the best of the best! Is that you? Do you consider yourself an expert, authority, or just pretty good at this ...1 Replies | 133 Views | XAML guy - Tuesday, July 02, 2013 12:24 AM | Last Reply Bob Shen - Tuesday, July 02, 2013 4:06 AM -
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 ...0 Replies | 17764 Views | Rudedog2 - Thursday, August 04, 2011 9:40 PM -
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 | 127147 Views | Xiaoyun Li – MSFT - Wednesday, April 08, 2009 2:00 AM | Last Reply Ji.Zhou - Sunday, June 20, 2010 12:12 PM
-
Proposed3Votes
Start/stop Service on remote server as non-admin (need gui interface)
I need to create a gui that should be pretty simple. One start button to stop a service on a remote pc. (meaning I'll need to hard code the domain account into the code for rights), then I ...38 Replies | 234 Views | sentinelice - Monday, July 01, 2013 1:31 PM | Last Reply sentinelice - 18 minutes ago -
Discussion0Votes
DGV is not diplaying data
namespace Wpf_intrfce { public partial class reademp : Window ...2 Replies | 73 Views | Ezzz Mix - 9 hours 38 minutes ago | Last Reply chanmm - 2 hours 27 minutes ago -
Unanswered0Votes
Save Xml to SQL Server using Entity Framework
Hi: I am trying to store and retreive a xaml resource file in SQL Server using Entity Framework. I have a simple test app to do this in C# and Xaml and a simple database with a StationObjectName field ...2 Replies | 69 Views | Mike_CuttingEdge - 13 hours 4 minutes ago | Last Reply chanmm - 2 hours 45 minutes ago -
Unanswered0Votes
Designer not working...
Okay, I have been coding up a program and my friend decided he was going to start mashing on my keyboard and since then when I go to the file "MW2.cs [Design]" I get this ...0 Replies | 48 Views | XeClutch - 3 hours 5 minutes ago -
Answered1Votes
running .net on window 98
Hi Can i run .net application on window 98 PLEASE HELP Student , XI Akshay Deep Lamba5 Replies | 1847 Views | ADL_CAPL - Tuesday, September 22, 2009 2:48 PM | Last Reply BonnieB - 3 hours 24 minutes ago -
Unanswered0Votes
Webclient not working with NTLM or basic authentication
Hi, i am creating a c sharp desktop application, in this project i am using web client method i am also setting some credentails before sending request, but ...1 Replies | 65 Views | Nitrup - 4 hours 49 minutes ago | Last Reply Wasabi Fan - 4 hours 14 minutes ago -
Answered0Votes
How to get 'ENTER' key event for a button...?
Hi... In my application i want to an event for ENTER key pressed on keyborad. Actually i have entered some values in textbox & on pressing a button i should ...10 Replies | 3681 Views | IamHuM - Wednesday, November 15, 2006 12:39 PM | Last Reply Humanitycompany - 4 hours 48 minutes ago -
Unanswered0Votes
Something like Hamachi
What I really need is some example on how to work with virtual IP addresses or however they call it. I know since our IP addresses are not static, they are changed every specific time. So how can I ...2 Replies | 57 Views | TonchiVZ - 5 hours 13 minutes ago | Last Reply TonchiVZ - 5 hours 6 minutes ago -
Unanswered0Votes
C# and SQL - what do i need?
Hello, First of all, i speak german, so my english is not the best. I have a holiday job right now, and my current ToDo is a programm that needs to add/read/sort ...5 Replies | 90 Views | Newbie1997 - Thursday, July 04, 2013 9:15 AM | Last Reply TonchiVZ - 5 hours 10 minutes ago -
Unanswered0Votes
C# Program Unable to find C++ DLL on non-development system
Okay so I've seen this problem in several places but none of the contexts or solutions have applied for me. I have a C# program calling a C++ DLL. They are both in the same solution ...2 Replies | 73 Views | Xenoninja - 8 hours 10 minutes ago | Last Reply Xenoninja - 5 hours 18 minutes ago -
Unanswered0Votes
Can't Getting HTML of a Specific Website
{ var response = req.EndGetResponse(r); var stream = response.GetResponseStream(); var reader = new ...1 Replies | 69 Views | Muhammad Noaman Akram - Thursday, July 04, 2013 2:25 PM | Last Reply FernandoRocha - 6 hours 0 minutes ago -
Unanswered0Votes
Use backgroundWorker with parameters, report progress to ProgressBar control.
Hello all, I have a method called by an item clicked in a ToolStripDropDown ItemClicked event, where I import either a PDF document, or one of 3-mp3 audio ...2 Replies | 79 Views | CodingMann - Thursday, July 04, 2013 8:22 PM | Last Reply CodingMann - 6 hours 16 minutes ago -
Unanswered0Votes
How to determine what classes might be necessary for a C# Windows Form App ---> after all controls are added to the Form1 class.
Greetings, My background has been in C++ and it's been a while since I have done anything with that. I'm attempting to build a C# Form application which is managed by ...3 Replies | 167 Views | JonB500 - 9 hours 44 minutes ago | Last Reply SOTY_Programmer - 6 hours 49 minutes ago -
Proposed0Votes
How to check whether the file is open or not using c#?
Hi All, I had return a program which will delete a set of files from a directory. While the program is running to delete the files from the directory, if any file is open by the ...9 Replies | 97 Views | Bhanupraveen - 18 hours 11 minutes ago | Last Reply Marcus Rangell - 8 hours 14 minutes ago -
Unanswered0Votes
ToolStripComboBox: Change from downward dropdown to upward
If have ContextMenu with a ToolStripComboBox that is bound into existing DataTable. When the program is minimized they can right-click the system tray icon for the programs ...1 Replies | 59 Views | Wilddog_00 - 10 hours 42 minutes ago | Last Reply Christopher84 - 8 hours 23 minutes ago -
Unanswered0Votes
WebClient PUT to WebApi method
We are trying to link up our WebClient invocation of a PUT method in our WebApi server. All of the GET methods work wonderfully. Our problem is that we are getting a 404 error. For ...1 Replies | 46 Views | Mark Finley(Quintiles) - 9 hours 17 minutes ago | Last Reply SOTY_Programmer - 9 hours 4 minutes ago -
Proposed0Votes
Visual studio gets restarted when creating datasource for Report viewer
I am using report viewer 11.0 in Visual studio 2012 pro with SQL server 2008(It is a web application using c#) I am facing the below problem. ...3 Replies | 87 Views | DeepthiN - Wednesday, July 03, 2013 12:34 PM | Last Reply Adam.Crandall - 9 hours 18 minutes ago -
Answered3Votes
Redirecting command window messages to rich text box
Hello All, I am trying to run a batch script from my C# desktop application. I want to display all errors and messages from command prompt to be redirected to a ...13 Replies | 184 Views | Pillasaar - Monday, July 01, 2013 4:56 PM | Last Reply JohnWein - 10 hours 42 minutes ago -
Unanswered0Votes
Copying Multiple Worksheets Into New Workbook
I have a master workbook where sometimes I need to copy 2 - 3 worksheets from that master book into a new book. I have gotten close to acheiving this, but my problem is my code is copying each ...3 Replies | 71 Views | toptierdawg03 - 13 hours 44 minutes ago | Last Reply Sheng Jiang 蒋晟 - 10 hours 46 minutes ago -
Unanswered0Votes
How would you switch the datatype expected in a public function/method
I have a public method that is expecting a customerID to have its datatype set to ...4 Replies | 70 Views | rajaOkay - 11 hours 20 minutes ago | Last Reply rajaOkay - 10 hours 47 minutes ago - Items 1 to 20 of 80945 Next ›