Silverlight Developer Center
 
Sign in
United States (English)Drop down arrow
Brasil (Português)Česká republika (Čeština)Deutschland (Deutsch)España (Español)France (Français)Indonesia (Bahasa)Italia (Italiano)România (Română)Türkiye (Türkçe)Россия (Русский)ישראל (עברית)المملكة العربية السعودية (العربية)ไทย (ไทย)대한민국 (한국어)中国 (中文)台灣 (中文)日本 (日本語)
 
 
HomeLibraryLearnDownloadsForums
Ask a question
Quick access
  • Forums home
  • Browse forums users
  • FAQ
Announcement: 1

Visual C# announcement

  • Link
    Do Not Ask Windows Forms or WPF or ASP.NET Questions Here (Open to Read Where)
    Reed Copsey, Jr Monday, August 31, 2009 2:13 PM
    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

RRS feed

  • Remove From My Forums

Forums [ view all ]

Selected forums

Clear
Visual C#
x
Filter : All threads
All threads
Answered
Unanswered
Proposed answers
General discussion

No replies
Helpful
Has code

All languages
Sort : Most recent post
  • Most recent post
  • Most recent thread
  • Total votes
  • Total replies
  • large check mark
    0 Votes

    How can I convert 1118 dec to 045E hex ?

    Visual Studio Languages
     > 
    Visual C#
    I need to convert a string "1118" to string hex "045E" C#
    Proposed | 1 Replies | 68 Views | Created by Peu_ - Wednesday, December 11, 2019 6:41 PM | Last reply by CoolDadTx - Wednesday, December 11, 2019 7:06 PM
  • large check mark
    0 Votes

    How to convert ulong number

    Visual Studio Languages
     > 
    Visual C#
    This is hexa decimal number which is 48 bits I need to convert it to 523644. Basically I have removed zero in front of each 16 bits data. Suppose If I have ...
    Unanswered | 5 Replies | 179 Views | Created by Hariprasadbrk - Wednesday, December 11, 2019 9:26 AM | Last reply by WayneAKing - Wednesday, December 11, 2019 6:25 PM
  • large check mark
    0 Votes

    Layered Application in C#

    Visual Studio Languages
     > 
    Visual C#
    I have created a basic console layered application in Visual C#. Name - Product Management System Desc - PMS is aimed to perform all the CRUD operations in a ...
    Unanswered | 2 Replies | 137 Views | Created by Mahenoor Mahida - Wednesday, December 11, 2019 6:55 AM | Last reply by DA924x - Wednesday, December 11, 2019 3:16 PM
  • large check mark
    0 Votes

    How to cut string in c #?

    Visual Studio Languages
     > 
    Visual C#
    Dear all. I have the string as below: string a=" ======== WEIGHT ========\r\n WELCOME TO CAS          \r\n DATE. 2000/01/01\r\n ...
    Proposed | 2 Replies | 162 Views | Created by Studyandshare - Wednesday, December 11, 2019 8:44 AM | Last reply by Studyandshare - Wednesday, December 11, 2019 1:14 PM
  • large check mark
    0 Votes

    What is SqlConnectionStringBuilder used for?

    Visual Studio Languages
     > 
    Visual C#
    using System; using System.Data.SqlClient; namespace ConsoleApp3 { class Program { static void Main(string[] ...
    Unanswered | 11 Replies | 229 Views | Created by Decompressor - Tuesday, December 10, 2019 3:26 PM | Last reply by Kareninstructor - Wednesday, December 11, 2019 1:09 PM
  • large check mark
    0 Votes

    How to check whether installed Excel is Licensed or not?

    Visual Studio Languages
     > 
    Visual C#
    I am Creating an application which is responsible to read or right Excel file. Below code give me whether Excel is installed or not. Is there any Provision to check the installed excel is ...
    Unanswered | 3 Replies | 170 Views | Created by Madan Mishra - Tuesday, December 10, 2019 11:08 AM | Last reply by Castorix31 - Wednesday, December 11, 2019 8:36 AM
  • large check mark
    0 Votes

    how can i render and RTF document and get how many lines do each page has?

    Visual Studio Languages
     > 
    Visual C#
    I need to count lines per page on a rendered document  which is in RTF format, with rendered I mean all styles applied (fonts, spaces, margins, etc) so I can know exactly how many real lines will ...
    Unanswered | 1 Replies | 128 Views | Created by El Maiks - Tuesday, December 10, 2019 10:35 PM | Last reply by Timon Yang - Wednesday, December 11, 2019 8:28 AM
  • large check mark
    0 Votes

    inheriting multiple classes with same basic variables

    Visual Studio Languages
     > 
    Visual C#
    I have several 3d/geometry libraries. they all include some type of point3d/vertex list.  4 example... class ...
    Unanswered | 4 Replies | 199 Views | Created by Lilith5th - Tuesday, December 10, 2019 2:32 PM | Last reply by Daniel_Zhang-MSFT - Wednesday, December 11, 2019 6:36 AM
  • large check mark
    0 Votes

    Find and replace text in Ms word document using c#

    Visual Studio Languages
     > 
    Visual C#
    Hi, We have requirement to find and replace the text in Ms word document For ex: <<First Name >> should be replaced with "John Peru ...
    Unanswered | 4 Replies | 190 Views | Created by ppatil12 - Tuesday, December 10, 2019 3:51 PM | Last reply by cheong00 - Wednesday, December 11, 2019 4:46 AM
  • large check mark
    3 Votes

    How to define a macro to convert long statement with short one by some way?

    Visual Studio Languages
     > 
    Visual C#
    I have a common class which have static method in order for other classed to call those static methods like ...
    Answered | 3 Replies | 144 Views | Created by Jeff0803 - Tuesday, December 10, 2019 8:48 PM | Last reply by Ante Meridian - Wednesday, December 11, 2019 2:22 AM
  • large check mark
    0 Votes

    Program doesn't work

    Visual Studio Languages
     > 
    Visual C#
    When I press key "Start", I get error:System.Data.SqlClient.SqlException   HResult=0x80131904   Message=A network-related or instance-specific ...
    Answered | 24 Replies | 808 Views | Created by Decompressor - Monday, December 2, 2019 2:39 PM | Last reply by Decompressor - Tuesday, December 10, 2019 3:08 PM
  • large check mark
    0 Votes

    Record performance Counters.

    Visual Studio Languages
     > 
    Visual C#
    Hi Experts,  I found a library namely 'System.Diagnostics.PerformanceCounter' which helps to get performance counters. Could anyone please share an ...
    Unanswered | 1 Replies | 153 Views | Created by Priya Bange - Tuesday, December 10, 2019 6:27 AM | Last reply by CoolDadTx - Tuesday, December 10, 2019 3:02 PM
  • large check mark
    0 Votes

    streamreader readline stops at tabs

    Visual Studio Languages
     > 
    Visual C#
    I'm using StreamReader.ReadLine() to read in lines from a tab delimited text file.  I've used this literally hundreds of times with no problems.  However, when I'm reading one particular ...
    Unanswered | 5 Replies | 228 Views | Created by lfvoydfv - Monday, December 9, 2019 2:50 PM | Last reply by CoolDadTx - Tuesday, December 10, 2019 2:55 PM
  • large check mark
    0 Votes

    How to control JpegBitmapDecoder output format?

    Visual Studio Languages
     > 
    Visual C#
    I am using JpegBitmapDecoder to decode images from camera. I noticed that the resulting image is always in Bgr32 format. Documentation says that by default JpegBitmapDecoder produced images ...
    Unanswered | 4 Replies | 310 Views | Created by Aleksey Malyshev - Saturday, December 7, 2019 2:32 PM | Last reply by Aleksey Malyshev - Tuesday, December 10, 2019 2:27 PM
  • large check mark
    0 Votes

    How do we convert Excel template to dataTable in C#

    Visual Studio Languages
     > 
    Visual C#
    Hi, I have client excel template which contains many columns and rows. The row always dynamic. some of the columns has merged in the attached excel sheet (Ex. ...
    Answered | 6 Replies | 559 Views | Created by Gani tpt - Monday, December 2, 2019 11:55 PM | Last reply by Gani tpt - Tuesday, December 10, 2019 9:07 AM
  • large check mark
    0 Votes

    AutoResetEvent

    Visual Studio Languages
     > 
    Visual C#
    I still can't understand how AutoResetEvent works.. though use it for years. When it comes ...
    Answered | 1 Replies | 211 Views | Created by RobbKirk - Tuesday, December 10, 2019 6:59 AM | Last reply by Daniel_Zhang-MSFT - Tuesday, December 10, 2019 9:05 AM
  • large check mark
    0 Votes

    How to develop a generic routine to insert data from xml to sql server

    Visual Studio Languages
     > 
    Visual C#
    i have so many large xml file whose data i need to insert into database. so tell me what would be best way to do so using c#? should i use sql bulk copy class where i dynamically ...
    Answered | 4 Replies | 219 Views | Created by Sudip_inn - Sunday, December 8, 2019 5:34 PM | Last reply by Timon Yang - Tuesday, December 10, 2019 8:43 AM
  • large check mark
    0 Votes

    Hyperterminal display result error.

    Visual Studio Languages
     > 
    Visual C#
    Hi all. I have 1 question. Hyperterminal receives the output ...
    Unanswered | 2 Replies | 148 Views | Created by Studyandshare - Tuesday, December 10, 2019 2:11 AM | Last reply by Studyandshare - Tuesday, December 10, 2019 8:37 AM
  • large check mark
    0 Votes

    C# Updating multiple xml files using Parallel.ForEach

    Visual Studio Languages
     > 
    Visual C#
    Now i am updating large multiple files in foreach loop which is taking time. so curious to know can i use Parallel.ForEach to update multiple large xml files simultaneously but do ...
    Answered | 5 Replies | 296 Views | Created by Sudip_inn - Sunday, December 8, 2019 6:07 PM | Last reply by Sudip_inn - Tuesday, December 10, 2019 8:04 AM
  • large check mark
    0 Votes

    Syntax for conditions

    Visual Studio Languages
     > 
    Visual C#
    using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using ...
    Unanswered | 16 Replies | 483 Views | Created by Decompressor - Thursday, December 5, 2019 3:45 PM | Last reply by Decompressor - Tuesday, December 10, 2019 7:20 AM
  • < Previous Items 21 to 40 of 112912 Next ›
Announcement: 1

Visual C# announcement

  • Link
    Do Not Ask Windows Forms or WPF or ASP.NET Questions Here (Open to Read Where)
    Reed Copsey, Jr Monday, August 31, 2009 2:13 PM
    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
 
© 2019 Microsoft. All rights reserved.
Terms of Use|Trademarks|Privacy Statement|Site Feedback