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.
-
35 Votes
Please Avoid Doing Other People's Homework for Them
Contributors: Please do not provide copy-paste solutions to questions which are almost certainly homework for a programming course. That is ...Sticky | 24 Replies | 2500 Views | Created by Reed Kimble - Thursday, May 10, 2018 11:52 AM | Last reply by Cor Ligthert - Saturday, February 2, 2019 10:25 PM -
1 Votes
How to Use this Forum & FAQ (Read Before Making Your First Thread)
Hello and welcome to the MSDN Visual Basic Language Forums. These forums are both a Question & Answer system for VB.Net related questions as well as a Discussion board for ...Sticky | 2 Replies | 36585 Views | Created by Reed Kimble - Tuesday, January 8, 2013 11:44 PM | Last reply by Reed Kimble - Wednesday, May 22, 2013 3:15 PM
-
2 Votes
How to let the user type the whole date in DateTimePicker control
Hi everyone I have a WinForms application with a DateTimePicker control. It's quite common that users type the date instead of selecting it from the calendar. But ...Answered | 11 Replies | 3795 Views | Created by gusosa - Wednesday, July 31, 2013 7:31 PM | Last reply by Andrew Morton - 15 minutes ago -
0 Votes
DISPLAY LONG TEXT IN TEXTBOX
Hi all I have a simple problem with textbox but i cannot find a solution I have a Text in a textbox that is longer than the textbox ...Unanswered | 1 Replies | 27 Views | Created by Claudio111 - 53 minutes ago | Last reply by Viorel_ - 40 minutes ago -
0 Votes
what dll is to be included for SQL server connection to localdb MDF file
I was still using the Server CE included file in my apps for SDF database. With MDF I have a connection string to SQL server database file. What can/ should I include in my project?Unanswered | 10 Replies | 123 Views | Created by -tE - Friday, February 22, 2019 3:11 AM | Last reply by DA924x - 1 hour 7 minutes ago -
0 Votes
How to get the id of the match fingerprint? (uareu4500) vb.net
What I've tried, my problem is that I dont know how to get the id of the match fingerprint and put it in the attendance Public Sub OnCaptured(ByVal ... -
0 Votes
Loading Form with DataGridView
I have a form that opens other forms, some of them as to get data from the Database, and when it does, it takes a while, what I want to do is to show a progress bar while it gets that data, instead of ...Unanswered | 1 Replies | 39 Views | Created by TzeMoreira - 9 hours 47 minutes ago | Last reply by Kareninstructor - 8 hours 56 minutes ago -
0 Votes
Catching exceptions in a windows service
Hi I have configured crash handling for my app so it create a log containing information I need to debug and it works fine in a winforms app In one windows ...Unanswered | 4 Replies | 67 Views | Created by wingers - 23 hours 7 minutes ago | Last reply by wingers - 10 hours 20 minutes ago -
1 Votes
VB code to eject Portable drive
For the last few days I have been searching for this code, tried several without success, getting error messages I dont understand & some do nothing, no error msg, no ...Answered | 31 Replies | 492 Views | Created by x38class - Monday, February 11, 2019 4:47 AM | Last reply by Castorix31 - 12 hours 22 minutes ago -
0 Votes
Check last Datetimepicker before the next date
Hello, I have 5 Datetimepickers , how do i make it they have to fill in the previous datetimepicker before the next one ? In Formload i make the value " ...Answered | 3 Replies | 44 Views | Created by KeesBlunder - Friday, February 22, 2019 8:40 PM | Last reply by KeesBlunder - 12 hours 23 minutes ago -
0 Votes
DGV not showing data from SQL query
I have a DGV that loads just fine on another DGV in my app. My question is why doesn't the same code work on a 2nd DGV. DataGridView2 is all setup on ...Unanswered | 3 Replies | 53 Views | Created by Pete - - Friday, February 22, 2019 7:55 PM | Last reply by Viorel_ - 12 hours 34 minutes ago -
0 Votes
command.ExecuteNonQuery(),.ExecuteScalar(),ExecuteReader
hi 1-whenever some action with database from vb.net one of is use what is difference between them 2- your given example i can not under stand this line. ...Answered | 3 Replies | 45 Views | Created by muhammadanzar - Friday, February 22, 2019 9:26 PM | Last reply by muhammadanzar - 16 hours 12 minutes ago -
1 Votes
Best Way to Check Internet Connection
Ping Google), it responds positively. I'm using Google as my test site. I don't want to have to rewrite code because this is the only machine that is experiencing the ...Answered | 16 Replies | 90 Views | Created by tropicwhisper - Friday, February 22, 2019 2:05 PM | Last reply by IronRazerz - Friday, February 22, 2019 9:50 PM -
0 Votes
Can you create a .MDF database...
Can I create a .MDF database including tables and data in SQL Studio and use it in a Visual Studio project as a ...Unanswered | 15 Replies | 126 Views | Created by MRM256 - Thursday, February 21, 2019 4:48 PM | Last reply by DA924x - Friday, February 22, 2019 9:11 PM -
0 Votes
Misunderstanding of code?
The following method us run to set the properties of a group of controls, etc. on a form. Everything runs fine until I get to the line, .Font = ...Answered | 7 Replies | 120 Views | Created by gwboolean - Tuesday, February 19, 2019 9:21 PM | Last reply by gwboolean - Friday, February 22, 2019 8:33 PM -
1 Votes
sql server database keep in d driver
hi i want to change the security permission which are know as special permissions, to .mdf and .log file. whenever i right click on file go security tab and press edit it does ...Answered | 3 Replies | 66 Views | Created by muhammadanzar - Friday, February 22, 2019 5:09 AM | Last reply by Kareninstructor - Friday, February 22, 2019 6:56 PM -
1 Votes
Trying to serialize a list of structures
I am new to Visual Studio and trying to transfer VBA code from Excel into a stand alone Visual Basic application. Everything seems to work well, except I always get a ...Answered | 4 Replies | 44 Views | Created by jhnmccllm - Friday, February 22, 2019 4:15 PM | Last reply by Kareninstructor - Friday, February 22, 2019 6:24 PM -
0 Votes
<ServiceDependency()>
Hi there, I'm reading some legacy code( 10 years old ) and find <ServiceDependency()> ...Unanswered | 3 Replies | 61 Views | Created by sesquipedalian - Thursday, February 21, 2019 7:42 PM | Last reply by Kareninstructor - Friday, February 22, 2019 5:01 PM -
0 Votes
Add line if not present into datagridview
I have the below code, it works if I pre-populate the dgview_totals datagridview with the Make, Model and Bios and rem out the dgview_totals.Row.Add line, if I don't I get a ton of repetitive rows ...Unanswered | 8 Replies | 205 Views | Created by Ryan Lashway - Wednesday, February 13, 2019 2:41 PM | Last reply by Ryan Lashway - Friday, February 22, 2019 3:28 PM -
2 Votes
WHICH METHOD TO ADD DATA IN SQL SERVER IS BEST
HI METHOD 1 Private Sub addData() Dim connection As New SqlConnection("Data Source=.\SQLExpress;Initial Catalog=k1;Integrated ...Answered | 5 Replies | 257 Views | Created by muhammadanzar - Friday, February 22, 2019 11:24 AM | Last reply by Kareninstructor - Friday, February 22, 2019 2:23 PM -
0 Votes
How to get the icon of file extension?
I want to get the icon of file extension (for example .pdf), I use the way below, but I feel it's stupid. 1. Create a temp file (c:\temp.pdf) 2. Get the default ...Answered | 7 Replies | 102 Views | Created by gaxjyxq - Friday, February 22, 2019 3:36 AM | Last reply by gaxjyxq - Friday, February 22, 2019 12:24 PM -
0 Votes
Vikal
please check my code Option Explicit On Imports System.Data.OleDb Public Class ...Proposed | 3 Replies | 85 Views | Created by Vikalsatya - Tuesday, February 19, 2019 10:35 AM | Last reply by Alex Li-MSFT - Friday, February 22, 2019 8:38 AM - Items 1 to 20 of 87742 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.