Visual Basic announcement
-
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.
-
0 Votes
Installed SSDT 14.6 it has no VB.net option for scripting language
I just had to reimage and reinstall all the software on my development computer. I installed SQL Server 2016 and Visual Studios 2015. I am converting a bunch of packages from SSIS 2008 to 2015. The ...Unanswered | 3 Replies | 3400 Views | Created by Seeker of Wisdom - Thursday, December 10, 2020 6:11 AM | Last reply by Xingyu Zhao - Monday, December 14, 2020 2:44 AM -
0 Votes
Why is visual studio signing in one program and not in the other
I have 2 programs that I been using for a long time. Recently with the last update to 16.8.3 that my dll is now not taking signing input. What can I do to make it take a temporary ...Unanswered | 2 Replies | 3041 Views | Created by WolfKiller - Thursday, December 10, 2020 4:01 AM | Last reply by Xingyu Zhao - Monday, December 14, 2020 2:38 AM -
1 Votes
How to terminate old session in VB.Net web based application
Hi, I have one web based application and having login screen. Currently Once user logged into the application, then If user copy the URL after login and paste it in different tab ...Unanswered | 4 Replies | 3770 Views | Created by kamal sekhar - Saturday, December 12, 2020 5:58 PM | Last reply by DA924x - Sunday, December 13, 2020 10:47 PM -
0 Votes
backgrounworker
I inserted a backgroundworker form in my project. My intention is to execute a long time evaluation without blocking the graphic interface. These 2 routines ...Unanswered | 0 Replies | 2932 Views | Created by Vergassivellaunus - Sunday, December 13, 2020 7:34 PM -
0 Votes
problem when displaying data from DataTable to DataGrid View
HI - Use this function to display data from DataTable to DataGrid View. - Everything Is fine.if No columns are added to the edit And delete ... -
1 Votes
The taskbar is not showing when a form loads
Hi Good People When a form loads the Taskbar does not show. On the form in properties, I have set the windows state to Maximized. I have tried different settings ...Proposed | 5 Replies | 3954 Views | Created by Gary Simpson - Friday, December 11, 2020 4:30 PM | Last reply by Gary Simpson - Saturday, December 12, 2020 9:30 PM -
5 Votes
Member not found (Exception from HSRESULT : 0x80020003(DISP_E_MEBERNOTFOUND)
the error when i export data to Excel from DatagridView in visual basic 2008. error name: Member not found ...Proposed | 6 Replies | 5721 Views | Created by Nguyễn Quang Phiến - Wednesday, August 27, 2014 3:15 AM | Last reply by Easy_going - Saturday, December 12, 2020 6:24 PM -
1 Votes
How To add new column to datatable from combobox item
Hello i want to add new column to datatable from combobox all items my code is Dim newColumn As New ...Unanswered | 4 Replies | 3327 Views | Created by Majed Abbas - Saturday, December 12, 2020 3:30 PM | Last reply by Peter Fleischer - Saturday, December 12, 2020 6:14 PM -
1 Votes
I'm have error. Please help me. Tks All
Unable to start program 'D:project1/debug/project1.exe' The System cannot find the file specified i'm code windows form with visual studio 2015Unanswered | 1 Replies | 3670 Views | Created by DungC - Saturday, December 12, 2020 9:33 AM | Last reply by Viorel_ - Saturday, December 12, 2020 4:39 PM -
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 | 30532 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 | 2690 Views | Created by Dante Havenaar - Saturday, December 12, 2020 10:18 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 | 3332 Views | Created by deskcheck1 - Thursday, December 10, 2020 4:59 PM | Last reply by Viorel_ - Friday, December 11, 2020 5:25 PM -
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 | 3567 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
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 | 3482 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 | 3816 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 | 4539 Views | Created by DexterCamarillo - Thursday, December 10, 2020 9:05 AM | Last reply by Olaf Helper - Thursday, December 10, 2020 10:49 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 | 9421 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 | 4132 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 | 4291 Views | Created by gwafy - Tuesday, November 3, 2020 4:14 AM | Last reply by gwafy - Sunday, December 6, 2020 12:29 PM -
2 Votes
Asynchronous Operator | TCP | Serialization
Hello dear Sirs, I need your help to make my server and client asynch. Here is the code Dll to serialize ...Unanswered | 10 Replies | 4074 Views | Created by Arsium - Thursday, November 26, 2020 2:34 PM | Last reply by Arsium - Saturday, December 5, 2020 12:09 PM - Items 1 to 20 of 90180 Next ›
Visual Basic announcement
-
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.