Visual C# announcements
-
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
C Standards, Extensions, and Interop announcements
-
Link
There are a couple new (and exciting!) extensions available in the Visual Studio gallery:
- PGO Plug-In. This tool improves the user experience for PGO in Visual Studio 2013 by providing a guided experience through the various phases of the PGO process. It also introduces the ability to perform PGO for Windows Store applications targeting x86 and x64 applications and more!
- PdbProject Extension.This extension will allow Visual Studio 2012 to open and convert pdb into a vcxproj. The converted project will load as a normal VC project and provide IDE features such as tag browsing, intelli-sense and object browsing.
While there, check out the many other extensions available for Visual Studio and be sure to leave your feedback!
Thanks!
-Eric (ebattali@microsoft.com)
Visual Basic announcements
-
Link
This forum is for problems and discussions related to programming with VB inside Visual Studio for versions starting with the .Net version (2002). Before posting your question, check if your issue is related to the following categories. In order to get better response, take a look at How to Use this Forum.
Category
Appropriate forum
Other versions of Visual Basic
GUI related
ASP.Net forums (ASP and VB for MVC)
Forms Design and .Net Controls
SQL transact
3rd party products
.NET Framework Class Libraries
Windows
WCF, System.Net namespace and remoting technology
Windows Communication Foundation, Serialization, and Networking
If you have any suggestion to this table, please jump into this threadfor discussion.
You could share this announcement via this URL: http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/threads?announcementId=b5956386-b706-4180-b003-6e778f582d89#b5956386-b706-4180-b003-6e778f582d89.
-
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 | 2234 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 | 2455 Views | Created by Krassimir Manev - Friday, December 11, 2020 10:23 AM | Last reply by Alberto Poblacion - Saturday, December 12, 2020 11:01 AM -
10 Votes
How to Alter Table Column Name in Microsoft Access table using VB.NET
I get a Syntax Error with the following code "ALTER TABLE receipts RENAME COLUMN payees TO payee" Any ideas of what I am doing ...Answered | 21 Replies | 29522 Views | Created by Colin Reid - Friday, October 23, 2009 2:00 PM | Last reply by Albert D. Kallal - Saturday, December 12, 2020 10:29 AM -
0 Votes
LINQ to SQL query in related tables
Hi, I have a library database with related tables. dbo.boeken (books) that only have the general data of a book. PK is ...Unanswered | 0 Replies | 2171 Views | Created by Dante Havenaar - Saturday, December 12, 2020 10:18 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 | 2453 Views | Created by Ravi Kumar12233 - Saturday, December 12, 2020 6:37 AM | Last reply by Viorel_ - Saturday, December 12, 2020 8:54 AM -
1 Votes
Regex pattern for specific digits
Hi, How do I write a regex pattern for numbers -1, 0, 1, 2, 3 4, 5? I need for any combination of digits 0 to 5 and another solely for negative ...Answered | 1 Replies | 2748 Views | Created by deskcheck1 - Thursday, December 10, 2020 4:59 PM | Last reply by Viorel_ - Friday, December 11, 2020 5:25 PM -
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 | 3079 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 | 4361 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 | 3307 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 -
1 Votes
Visual Studio 2019 Community Visual Basic Project "Setup Wizard"
'Visual Studio 2019 Community' is installed with the option '.NET desktop development' selected. I would like to add a new project 'Setup Wizard' to an existing Visual Basic project ...Unanswered | 3 Replies | 2965 Views | Created by johnes1 - Thursday, December 10, 2020 7:24 PM | Last reply by Albert D. Kallal - Friday, December 11, 2020 4:45 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 | 2976 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 | 2920 Views | Created by Chandana R - Thursday, December 10, 2020 5:57 PM | Last reply by DA924x - Thursday, December 10, 2020 8:31 PM -
2 Votes
StartupNextInstance not always firing
My Windows Form app processes files and is called from the right-click context menu from Windows Explorer. The user selects one or more files, right-clicks on the selection, then picks my ...Answered | 4 Replies | 2802 Views | Created by mjscott007 - Thursday, December 10, 2020 2:26 AM | Last reply by mjscott007 - Thursday, December 10, 2020 8:20 PM -
7 Votes
Using True Type Font Error: "Parameter Is Not Valid."
I'm developing a Windows desktop Form application using VS2019. I am using a Google True Type Font Family, "Federo-Regular.ttf". I want to use it for some controls on my ...Proposed | 12 Replies | 3311 Views | Created by deskcheck1 - Tuesday, November 10, 2020 2:29 PM | Last reply by deskcheck1 - Thursday, December 10, 2020 4:52 PM -
0 Votes
Portable App with Database
I have this problem when publishing and installing my app in another pc. This program is a windows application written in c#. This comes with a local db (.mdf) I ...Unanswered | 1 Replies | 3497 Views | Created by DexterCamarillo - Thursday, December 10, 2020 9:05 AM | Last reply by Olaf Helper - Thursday, December 10, 2020 10:49 AM -
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 | 4674 Views | Created by Ahmed_Soft3 - Saturday, June 16, 2018 10:56 AM | Last reply by Grndamerser - Thursday, December 10, 2020 3:09 AM -
11 Votes
[Announcement] “Visual Basic” Forum will be migrating to a new home on Microsoft Q&A!
This "Visual Basic" Forum will be migrated to a new home on Microsoft Q&A! We've listened to your feedback on how we can enhance the forum ...Discussion | 28 Replies | 8950 Views | Created by Charles He21 - Tuesday, November 17, 2020 2:49 AM | Last reply by dbasnett - Wednesday, December 9, 2020 4:20 PM -
2 Votes
How to restore SQL Server database
hi I used this code to restore the database from a specified path or root path, but the following error occurs my ...Answered | 6 Replies | 3440 Views | Created by ahmeddc - Friday, November 13, 2020 6:03 PM | Last reply by Flavia2021 - Monday, December 7, 2020 1:23 PM -
2 Votes
2 diff blob format reading error
0 Then Dim output = ...Unanswered | 16 Replies | 3573 Views | Created by gwafy - Tuesday, November 3, 2020 4:14 AM | Last reply by gwafy - Sunday, December 6, 2020 12:29 PM -
1 Votes
How to Write from DataGridView to MS Access Table
I'm running the code below (I have the appropriate references, and Using statements, and stuff). The code looks fine to me, and when I step through, I got right to the end with no errors, but ...Answered | 8 Replies | 4504 Views | Created by ryguy72 - Monday, September 9, 2013 1:52 AM | Last reply by JanvMarion - Saturday, December 5, 2020 2:43 PM
Visual C# announcements
-
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
C Standards, Extensions, and Interop announcements
-
Link
There are a couple new (and exciting!) extensions available in the Visual Studio gallery:
- PGO Plug-In. This tool improves the user experience for PGO in Visual Studio 2013 by providing a guided experience through the various phases of the PGO process. It also introduces the ability to perform PGO for Windows Store applications targeting x86 and x64 applications and more!
- PdbProject Extension.This extension will allow Visual Studio 2012 to open and convert pdb into a vcxproj. The converted project will load as a normal VC project and provide IDE features such as tag browsing, intelli-sense and object browsing.
While there, check out the many other extensions available for Visual Studio and be sure to leave your feedback!
Thanks!
-Eric (ebattali@microsoft.com)
Visual Basic announcements
-
Link
This forum is for problems and discussions related to programming with VB inside Visual Studio for versions starting with the .Net version (2002). Before posting your question, check if your issue is related to the following categories. In order to get better response, take a look at How to Use this Forum.
Category
Appropriate forum
Other versions of Visual Basic
GUI related
ASP.Net forums (ASP and VB for MVC)
Forms Design and .Net Controls
SQL transact
3rd party products
.NET Framework Class Libraries
Windows
WCF, System.Net namespace and remoting technology
Windows Communication Foundation, Serialization, and Networking
If you have any suggestion to this table, please jump into this threadfor discussion.
You could share this announcement via this URL: http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/threads?announcementId=b5956386-b706-4180-b003-6e778f582d89#b5956386-b706-4180-b003-6e778f582d89.