Visual C# Express Edition announcement
-
Link
This forum has been locked; it is still available for review in the Archived Forums folder. Any future posts on this topic should be put in the Visual C# forum. Thank you for your participation in this forum.
-
0 Votes
Visual C# Express 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# Express forum members. This material should not be ... -
5 Votes
The Answers for The common questions in this forum
Q: Where can i find C# Tutorials online? you may find some resources and usefull links in this thread ...Sticky | 8 Replies | 46579 Views | Created by Haitham Khattab - Wednesday, May 24, 2006 8:33 PM | Last reply by Brendan Grant - Wednesday, June 21, 2006 7:29 PM
Found 10643 threads
-
1 Votes
How to get selected item from ListView?
Hello.How I can get the selected item from a listview.for example if I wan't to delete it..... 2 - I have a Folder Browsing Dialog.How I can search file (.txt or .mp3) in the ...Answered | 14 Replies | 252393 Views | Created by johnny_no1_boy - Saturday, June 24, 2006 7:15 AM | Last reply by Camilo Rodriguez Cuarán - Friday, January 18, 2013 1:51 AM -
1 Votes
Writing a console application with Microsoft Visual Studio Express 2012 for Web
Am using Microsoft Visual Studio Express 2012 for Web and am trying to create a console application with C# but I cannot find the console application in Installed templates. What do I need to do now?Answered | 2 Replies | 29247 Views | Created by Aceph - Wednesday, November 28, 2012 12:34 AM | Last reply by M_J_O_N_E_S - Monday, January 7, 2013 7:58 PM -
0 Votes
Non-repeating combinations of numbers????
I want add to program lets say 40 different numbers, use 50 or 100 combinations of 10 numbers(of that 40 that I added to program),combinations that will not repeat the same...How to do ...Answered | 2 Replies | 7741 Views | Created by mbozan - Monday, January 7, 2013 12:43 AM | Last reply by mbozan - Monday, January 7, 2013 7:35 PM -
5 Votes
show form in C#
Hi, I'm new to C#, been programming VB express 05 for about a year, and I want to know, How do you show another form?? I have a form, MainForm, and an About Box, AboutBox, and on the main form there ...Answered | 4 Replies | 46153 Views | Created by ubergeek2 - Tuesday, November 7, 2006 9:39 PM | Last reply by hanzdolo - Monday, January 7, 2013 4:13 PM -
1 Votes
how to import Active directory module in c#
how to import Active directory module in c# to obtian user object info like account expiry date ect. Support@Mytechnet.meAnswered | 2 Replies | 9656 Views | Created by Technicalsupp - Saturday, January 5, 2013 4:40 AM | Last reply by sureshcse29 - Monday, January 7, 2013 9:35 AM -
0 Votes
Powershell in C#
Dear Exprt, Not able to get result in textbox, furthermore i want to get computer name from textBox2 using ...Answered | 4 Replies | 8469 Views | Created by Technicalsupp - Thursday, January 3, 2013 3:43 PM | Last reply by Lisa Zhu - Monday, January 7, 2013 7:57 AM -
1 Votes
If computer name correct and ping
if (System.Net.NetworkInformation.Ping(textBox2.Text ==true) { MessageBox.Show("enter ...Answered | 2 Replies | 6050 Views | Created by Technicalsupp - Sunday, January 6, 2013 5:55 PM | Last reply by Family Tree Mike - Sunday, January 6, 2013 7:30 PM -
0 Votes
How to determine computer account on network pingable
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using ...Answered | 1 Replies | 5404 Views | Created by Technicalsupp - Sunday, January 6, 2013 6:32 PM | Last reply by CountryStyle - Sunday, January 6, 2013 7:24 PM -
0 Votes
C# hoe to change memory value
using System; using System.Management; using System.Windows.Forms; namespace ...Answered | 7 Replies | 7108 Views | Created by Technicalsupp - Thursday, January 3, 2013 1:48 PM | Last reply by Family Tree Mike - Saturday, January 5, 2013 12:32 PM -
0 Votes
SQL CommandBuilder
I want to use sqlcommandbuilder to implement master/detail form for CRUD operation. How can I do that?Answered | 1 Replies | 6551 Views | Created by nravhad - Friday, January 4, 2013 5:06 AM | Last reply by Syed Shakeer Hussain - Friday, January 4, 2013 6:48 AM -
0 Votes
how can I show data in chart from data in sql database?
hi I have a sql database with a table which included to column and each column has got 100 numbers. I would like to show these data to a graphical chart ...Answered | 2 Replies | 9701 Views | Created by mohsen gholami - Thursday, January 3, 2013 8:30 PM | Last reply by Thorsten Gudera - Friday, January 4, 2013 3:15 AM -
0 Votes
Am I able to get Latitude and Longitude from Bing without using a map?
Hello, I have an address that I am typing in and I wanted to get the latitude and longitude for the address and was wondering if I was able to do this with a desktop app without ...Answered | 1 Replies | 6322 Views | Created by C_Newbie01 - Thursday, January 3, 2013 3:02 PM | Last reply by Family Tree Mike - Thursday, January 3, 2013 10:34 PM -
0 Votes
Does Visual C# 2012 Express have the "NuGet" packge to do the Open-Source GIS in DotSpatial?
Hi all, Visual C# 2010 Express could not take the existing "NuGet" package to do the Open-Source GIS in DotSpatial. I don't know whether the sophisticated 64-bit Visual C# ...Answered | 12 Replies | 10581 Views | Created by Scott_Chang - Tuesday, November 27, 2012 2:24 PM | Last reply by Scott_Chang - Thursday, January 3, 2013 7:56 PM -
0 Votes
missing design form in csharp
how do i recover my missing design form in my csharp pageAnswered | 2 Replies | 13019 Views | Created by Charlestheory - Wednesday, January 2, 2013 2:04 PM | Last reply by Bob Shen - Thursday, January 3, 2013 7:56 AM -
0 Votes
devloping browser
Hello, sir i want to devlop my own browser using c# so plz help meAnswered | 1 Replies | 5987 Views | Created by vishvadeep - Tuesday, January 1, 2013 2:48 PM | Last reply by Mr. Javaman II - Tuesday, January 1, 2013 9:22 PM -
0 Votes
Windows Form exsample of a tcp client and server
I put together a simple tcp server and then I tried to create a client to connect to it. and well I just can't seem to get it to work. The client just doesn't connect. Well I know that I'm doing some ...Answered | 19 Replies | 24166 Views | Created by Joesoft11a - Tuesday, July 6, 2010 4:32 AM | Last reply by dcostelloe - Tuesday, January 1, 2013 4:31 PM -
0 Votes
Visual Studio Express Running on Windows RT
Is there any plan to develop a Visual Studio that RUNS on Windows RT? I don't understand why this hasn't been done. Yes, I know the standard comeback is to run some kind of remote debugger ...Answered | 4 Replies | 13286 Views | Created by BladeProfessor - Wednesday, December 19, 2012 3:42 PM | Last reply by BladeProfessor - Tuesday, January 1, 2013 4:23 PM -
0 Votes
Programatically looping through a gatagridview to find empty rows
Hi Here is the code that i am trying to insert values into my database from a datagridview,using the button click event. However, the user adds these values ...Answered | 1 Replies | 7310 Views | Created by C Seewald - Saturday, December 29, 2012 12:43 PM | Last reply by Bob Shen - Tuesday, January 1, 2013 6:17 AM -
2 Votes
"==" Vs "Equals"
Hi As Far as I know For value types: Both "==" and "Equals"compare the values For Reference Types: ...Answered | 3 Replies | 5607 Views | Created by NewCoder61 - Sunday, December 30, 2012 11:39 PM | Last reply by Mr. Javaman II - Monday, December 31, 2012 8:51 PM -
0 Votes
transfer data from class to form textbox1
following class running fine however i would like transfer data from class to form textbox using System; using ...Answered | 1 Replies | 5067 Views | Created by Technicalsupp - Saturday, December 29, 2012 8:37 PM | Last reply by Lisa Zhu - Monday, December 31, 2012 8:10 AM - Items 1 to 20 of 10643 Next ›
Visual C# Express Edition announcement
-
Link
This forum has been locked; it is still available for review in the Archived Forums folder. Any future posts on this topic should be put in the Visual C# forum. Thank you for your participation in this forum.