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
November on TechNet: Calling All C# Gurus - Enlighten Us!
"An influential teacher, or popular expert" Oh mighty reader, we need your enlightenment! ...1 Replies | 78 Views | Created by XAML guy - Friday, November 01, 2013 11:41 PM | Last reply by Jason Dot Wang - 4 hours 27 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 | 131221 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
-
Unanswered0Votes
How can send execute string (call SP)?
Hi all! I would like to send a raw command to the Oracle server. from .NET (System.Data.OracleClien), but I got invalid ...5 Replies | 79 Views | Created by Kugynok1 - Thursday, October 31, 2013 3:20 PM | Last reply by davidbaxterbrowne - a few seconds ago -
Discussion1Votes
Could not find the Database Diagram node in the Database Explorer in Visual Studio 2013 Express for Ddesktop!!!
Could not find the Database Diagram node in the Database Explorer !!! How to do Database Diagram ? Using Visual studio 2013 Express edition for desktop. I am new to C# and VS, i am following a book ...4 Replies | 72 Views | Created by Abir Hossain - Wednesday, October 30, 2013 8:04 AM | Last reply by Abir Hossain - 7 minutes ago -
Unanswered0Votes
SqlDataReader não retorna dados
Olá pessoal, estou com problemas no retorno de dados do SQL Server aqui no codigo, testei no SQL Server 2008 e funcionou numa boa. Porem quando executo aqui na ...1 Replies | 24 Views | Created by Jota_BR - 36 minutes ago | Last reply by Joel Engineer - 9 minutes ago -
Unanswered0Votes
Loading Image from a different project
I have 2 images (for test purposes). One of them I can load from an external project like this: <Image x:Name="img1" Width="50" Height="50" ...1 Replies | 20 Views | Created by Craig Muckleston - 1 hour 57 minutes ago | Last reply by Thomas Claudius Huber - 48 minutes ago -
Answered0Votes
How can i check for if a string exist in a text file and if not to write it to the text file ?
I have this code: private void button1_Click_1(object sender, EventArgs e) { using ...2 Replies | 52 Views | Created by Chocolade1972 - 20 hours 37 minutes ago | Last reply by Caillen Zhong - 56 minutes ago -
Unanswered0Votes
Component Free - converter Docx to PDF ?
Component Free - converter Docx to PDF ? -
Unanswered0Votes
search if the PDF file whether whether contains certain Arabic word or not via C#
Hi, I want to search if the PDF file contains certain Arabic word or not via C# code withOUT iterating over each page in the PDF then extracting text from page then check if the ... -
Unanswered0Votes
XmlTextWriter using UTF-8
Hello all, I have a method that creates an XML file using this snippet: var sw = new ...1 Replies | 26 Views | Created by Ciupaz - 2 hours 3 minutes ago | Last reply by Sammani - 1 hour 35 minutes ago -
Unanswered0Votes
C# linq to sql
Hello, I have many classes with same ...6 Replies | 95 Views | Created by vk_kurt - Saturday, November 02, 2013 1:50 PM | Last reply by darnold924 - 1 hour 49 minutes ago -
Unanswered0Votes
how to authenticate smtp credential in asp.net 4.5
hi , I have a requirement to create a intranet page like data entry form with validations & Login credentials. But the issue is, i have to use email Login ...3 Replies | 55 Views | Created by Yasar Araft - 5 hours 22 minutes ago | Last reply by darnold924 - 1 hour 56 minutes ago -
Unanswered0Votes
Leer un txt linea por linea y hallar valor maximo y minimo en c#
buenas tengo un txt que contiene una lista de 2500 numeros de 3 cifras quisiera saber si hay alguna manera de leer el txt y obtener el numero mayor y el numero ...1 Replies | 27 Views | Created by DavidYovera - 4 hours 30 minutes ago | Last reply by Noam B - 2 hours 7 minutes ago -
Unanswered0Votes
attach file from sql database to mail as attatchment.
Hello, I have a question. i'm building a website where I can upload file ( Word, Excel..) to a SQL database. this is working fine. now ...1 Replies | 42 Views | Created by johan_oosterwaal - 4 hours 14 minutes ago | Last reply by Joel Engineer - 2 hours 28 minutes ago -
Unanswered0Votes
How to Convert ReadLine to var?
I can declare var, but how to convert to var?4 Replies | 55 Views | Created by Ziya Ceferov - 4 hours 9 minutes ago | Last reply by Magnus (MM8) - 2 hours 30 minutes ago -
Unanswered0Votes
Incoporating random.next() into arrays for randomly generated mulitiplication problems
So I've been working on a Windows application that presents 12 randomly generated multiplication problems, with integers ranging from 2-12. The multiplication problems are generated on a ...1 Replies | 15 Views | Created by dan_fincher - 2 hours 33 minutes ago | Last reply by dan_fincher - 2 hours 32 minutes ago -
Answered0Votes
Convert HTML page to word doc
Hi, My application demands converting Word document to Web (HTML) document and vice versa. I am able to perform the first part of it i.e. convert Word to HTML using Microsoft ...4 Replies | 5435 Views | Created by Bhavna B - Thursday, May 29, 2008 12:19 PM | Last reply by Svendsen A - 2 hours 43 minutes ago -
Unanswered0Votes
txt files to binary files and back to txt files
I have a file link posted. it contains 2 files. One is a txt file and the other one is binary format of some kind. These files are for a briefing for a game I play. I looking for a way to convert the ...3 Replies | 74 Views | Created by Joesoft11a - Sunday, November 03, 2013 11:21 AM | Last reply by Joesoft11a - 2 hours 45 minutes ago -
Answered7Votes
Beginner C# expected class, delegates, etc. errors math quiz
0) { // Display the new time left // by updating the Time Left label. timeLeft = timeLeft - ...50 Replies | 661 Views | Created by dan_fincher - Friday, October 04, 2013 3:09 AM | Last reply by dan_fincher - 2 hours 47 minutes ago -
Answered0Votes
Creating an IStream object.
Hello. I'm writing a project and working with another party DLL. Function from their DLL wants an IStream object to save result, but I can't understand how to create an IStream ...3 Replies | 1243 Views | Created by idryzhov - Tuesday, October 16, 2012 7:46 AM | Last reply by Mauro Poletto - 3 hours 34 minutes ago -
Unanswered0Votes
cryptojs doesn't return true base64 string after encryption
I need to do encryption on plain text using AES CBC techinque but on javascript side. Basically i need to encrypt the URL and launch that URL via ajax call. The system where URL is going to decrypt is ...1 Replies | 61 Views | Created by ravice70 - Friday, November 01, 2013 7:37 PM | Last reply by Caillen Zhong - 3 hours 46 minutes ago -
Unanswered0Votes
SEHException
Compatibility -> Windows 7. This also allows the exe to run correctly. I am running Windows 7 SP 1 and it is up-to-date. So then I was thinking it was maybe something funky with ...5 Replies | 83 Views | Created by TheeBOBJohnson - Friday, November 01, 2013 9:05 PM | Last reply by Eason_H - 3 hours 58 minutes ago - Items 1 to 20 of 84397 Next ›