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
-
9 Votes
Where is the correct place to make posts regarding ASP.NET, MVC, WebAPI and Core, SQL or another topic that is not related to C#?
Where should I make my post? For ASP.NET create the post at the ASP.NET forum.For Web API create the post at the ASP.NET Web API forum.For MVC create ...Sticky | 3 Replies | 34757 Views | Created by Eyal Solnik - Monday, February 17, 2014 11:46 AM | Last reply by Simple Samples - Friday, April 29, 2016 7:21 AM -
5 Votes
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 ...Sticky | 23 Replies | 203305 Views | Created by Xiaoyun Li – MSFT - Wednesday, April 8, 2009 2:00 AM | Last reply by Sabah Shariq - Tuesday, March 14, 2017 2:28 PM
Found 114937 threads
-
0 Votes
How to get current row column value from binding source in c#
Hi All How to get current row column value from binding source in c# i am using C# windows form anybody can help me! with provide some code ... -
0 Votes
OpenSubKey() Registry key's “Absolute Path”?
Using Microsoft.Win32.RegistryKey C# functions which require a registry path, like OpenSubKey(), using a path like @"SYSTEM\CurrentControlSet\Control\Terminal ... -
0 Votes
try catch is slow and more slow if you are trying to retrieve the "Number" property
When an error occurs in any of my functions, execution is sent to a function that composes the error message.Many errors are not important and should not be displayed on the ...Unanswered | 1 Replies | 2628 Views | Created by zequion1 - Sunday, December 13, 2020 11:39 AM | Last reply by Hakkim.Elrhumi - Monday, December 14, 2020 1:12 AM -
0 Votes
C# Wait for download to finish and check folder for files and display in list box ( form a dll )
ok i have a program where it connects to my ftp server downloads a file once downloaded and extracted i want to check the dir path that has just been created and add all the files in there to list ...Unanswered | 1 Replies | 2733 Views | Created by Mion Shion - Sunday, December 13, 2020 8:29 PM | Last reply by Hakkim.Elrhumi - Monday, December 14, 2020 12:52 AM -
0 Votes
Desktop Push Notifications on multiple devices.
Hi Everyone, Currently I am working on a Windows Desktop Application made in WPF and .Net Core 3.0. Recently my client asked me to implement push notifications in my Desktop ... -
0 Votes
publish c# API
publish C# api and got: System.NullReferenceException: Object reference not set to an instance of an object. at ... -
0 Votes
publish c# API
publish c# api and got: System.NullReferenceException: Object reference not set to an instance of an object. at ... -
0 Votes
Xamarin binding C library params not working (variadic functions)
I need to use a C library and I got it to work on the emulator easily, but on an arm64 device only with some strange trickery. The issue is that C functions with … (variadic functions) do not ... -
1 Votes
Need Help to Convert Visual Foxpro button click event to Visual Studio C# click event
Below is a click command I had in an old Visual Foxpro project I am trying to get into Visual Studio C# , basically it would go thru the employee training table and required training table if the ...Unanswered | 2 Replies | 2814 Views | Created by JohnnyAB2020 - Saturday, December 12, 2020 5:54 AM | Last reply by Hakkim.Elrhumi - Sunday, December 13, 2020 9:49 AM -
0 Votes
save data from two forms into same table in winforms application
I have two winforms where form 1 is used to enter data from first seven fields and other forms is used to enter for last three fields , where i have the table stored in MSSQL server , but the problem ...Unanswered | 2 Replies | 2513 Views | Created by Ravi Kumar12233 - Saturday, December 12, 2020 5:11 AM | Last reply by Hakkim.Elrhumi - Sunday, December 13, 2020 9:38 AM -
1 Votes
Parameter Invalid when inserting images into RTB
Hello~ I have a relatively simple (Windows Forms) chat application that I use to monitor incoming messages and I have been wanting to insert images preceding the ...Unanswered | 1 Replies | 2964 Views | Created by Tewl - Saturday, December 12, 2020 12:27 PM | Last reply by Castorix31 - Saturday, December 12, 2020 6:22 PM -
3 Votes
C# coding question on search within files
hello. I'm trying to find a code that allows admin to search for keywords within numerous files i'd actually love an ...Unanswered | 2 Replies | 2477 Views | Created by dpcgraham - Friday, December 11, 2020 4:53 PM | Last reply by Castorix31 - Saturday, December 12, 2020 12:03 PM -
0 Votes
IComparer use
ycopy) return -1; else return 1; } } class Program { static void ...Unanswered | 2 Replies | 2742 Views | Created by Krassimir Manev - Friday, December 11, 2020 10:23 AM | Last reply by Alberto Poblacion - Saturday, December 12, 2020 11:01 AM -
1 Votes
saving data from 2nd form to the same master table in win form application
I have two winforms where form 1 is used to enter data from first seven fields and other forms is used to enter for last three fields , where i have the table stored in MSSQL server ,Now when i try to ...Answered | 1 Replies | 2680 Views | Created by Ravi Kumar12233 - Saturday, December 12, 2020 6:37 AM | Last reply by Viorel_ - Saturday, December 12, 2020 8:54 AM -
2 Votes
bind combobox to one table and save the values in other table in winform
Hello all , I am very new to c# and visual studio In my winform application , i have two table as data source : 1. Entry ...Answered | 3 Replies | 3320 Views | Created by Ravi Kumar12233 - Friday, December 11, 2020 9:21 AM | Last reply by Hakkim.Elrhumi - Friday, December 11, 2020 11:21 AM -
2 Votes
Microsoft.Web.WebView2 sample program from Microsoft
The program fails on this line of code: this.Controls.Add(this.webView2Control); line 217 Object ...Proposed | 4 Replies | 4899 Views | Created by cupboy1 - Wednesday, May 27, 2020 8:20 PM | Last reply by Mark.Lobanov - Friday, December 11, 2020 7:37 AM -
0 Votes
VS2017 Fakes fails to generate fakes dell for System.dll with error "No suitable method found to override"
VS2017 Fakes fails to generate fakes dell for System.dll with error "No suitable method to override" These are the two ...Unanswered | 1 Replies | 3649 Views | Created by Memo from CR - Thursday, December 10, 2020 7:50 PM | Last reply by Timon Yang - Friday, December 11, 2020 5:23 AM -
2 Votes
Trouble creating C# program on network for everyone
Im having real trouble in the 'publish' stage of my C# program. Im fairly new to all this! I have published the program to a network drive (lets call it H:) which all works ...Proposed | 3 Replies | 3250 Views | Created by Mister S - Monday, November 23, 2020 1:31 PM | Last reply by Timon Yang - Friday, December 11, 2020 2:55 AM -
0 Votes
Blazor server modals is not rerendering on any code changes
1. Trying to disable a button in the modal, from the code based on some business logic. 2. Passing parameters to child component on OnParameterSetAsync() is not hitting any ...Unanswered | 1 Replies | 3212 Views | Created by Chandana R - Thursday, December 10, 2020 5:57 PM | Last reply by DA924x - Thursday, December 10, 2020 8:31 PM -
0 Votes
how to download live video stream (TS File)
hi all, i want to make "ts" player by display video in picture box i read about ts file and i know player download small package then Display ...Answered | 5 Replies | 4998 Views | Created by Ahmed_Soft3 - Saturday, June 16, 2018 10:56 AM | Last reply by Grndamerser - Thursday, December 10, 2020 3:09 AM - Items 1 to 20 of 114937 Next ›
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