Found 20 threads
-
10 Votes
How to make the label rotated in vb.net
Hi Everyone I need some help here, i having a problem making the label rotate the angle to 90 degrees. can anyone here can help me up with this i ...Answered | 25 Replies | 25555 Views | Created by CalebJohnny - Saturday, October 10, 2015 2:19 PM | Last reply by Curtis-C - Saturday, December 5, 2020 3:31 AM -
6 Votes
Calculating Standard Deviation in Visual Basic (2015)
Hey guys, Eiji here, new to the forums! I'm having a lot of trouble here trying to figure out how I can calculate the Standard Deviation. I've looked all over google and other ...Proposed | 10 Replies | 14288 Views | Created by error.Eiji - Thursday, March 30, 2017 9:26 AM | Last reply by John M. Andre - Sunday, November 22, 2020 2:12 PM -
1 Votes
Read email in VB.NET
How can i read email in VB.NET ? Okey...what i want is, a datagridview will populate itself with all the mails i have in my inbox and on double-click on row content , another form ...Unanswered | 13 Replies | 18275 Views | Created by Aousaf Rashid - Sunday, November 12, 2017 2:28 PM | Last reply by roy92014 - Monday, November 2, 2020 10:17 PM -
0 Votes
Using CDate in a SQL WHERE clause For Access database
I have an Access Database table in which I store dates as strings in field VisitDate in a Short Date format "09/29/2020". There is another String field 'ApName' In this table. If I create a ...Unanswered | 5 Replies | 6478 Views | Created by SequimMike - Thursday, October 29, 2020 6:16 PM | Last reply by Xingyu Zhao - Monday, November 2, 2020 7:45 AM -
25 Votes
Net Framework 3.5 and 4.5 error 0x80070002
I'm sure there are many many threads about this same issue, I've read some but I still havent been able to fix my problem. It's been a while since I got this error, can't use many programs that I have ...Proposed | 53 Replies | 483853 Views | Created by Vionette - Friday, July 11, 2014 5:30 PM | Last reply by Rocha420 - Wednesday, September 30, 2020 2:44 AM -
3 Votes
Backing up DataBase using VB.net
I have an application and Database that I have created in Visual Express 2015. I'm able to connect and query the Data Base, but when I try to Backup the data ...Answered | 14 Replies | 9035 Views | Created by 1JRoberts - Sunday, March 6, 2016 4:23 AM | Last reply by elisch123 - Monday, September 28, 2020 7:47 PM -
0 Votes
WebBrowser control - how to reset cookies/cache
Hello, I am working on an application that contains a function to check website credentials by opening the website in WebBrowser and filing in username and password fields. The user ...Unanswered | 12 Replies | 12793 Views | Created by jakub dusek - Friday, May 29, 2015 1:23 PM | Last reply by DeveloperVBNET - Monday, September 28, 2020 3:45 PM -
14 Votes
Play multiple audio files at once visual basic
Hi I'm making a virtual piano in Visual Basic,VB.NET, Visual Studio Community 2013. However I found a problem. I've been using the function ...Answered | 40 Replies | 16997 Views | Created by FranciscoTA - Thursday, February 19, 2015 7:41 PM | Last reply by Aries Wardhana - Thursday, September 24, 2020 4:19 AM -
1 Votes
DataRow BeginEdit Without EndEdit
I have DataTable and I view it in grid for read only, but in background (but on Main Thread) I watch the source data to track data change, when the source data change I change the Datatable, ...Answered | 7 Replies | 5590 Views | Created by Attaf - Thursday, September 3, 2020 9:59 PM | Last reply by Xingyu Zhao - Tuesday, September 15, 2020 7:11 AM -
3 Votes
Can someone help me fix my code?
I’m new to this whole visual basics thing and I am trying to make a text in a textbox show when I click a button and then make the same text reappear when I press the same button. Please help me ...Proposed | 9 Replies | 5990 Views | Created by Help me.132 - Saturday, September 12, 2020 1:57 AM | Last reply by Cor Ligthert - Monday, September 14, 2020 2:55 PM -
0 Votes
prevent table to update from other user on network
Hi all I want to develop application for LAN base. Some time I need to prevent other user to update table thanks jasveeUnanswered | 5 Replies | 5278 Views | Created by jasvee - Friday, September 11, 2020 4:58 AM | Last reply by Kareninstructor - Saturday, September 12, 2020 11:51 AM -
0 Votes
Catching windows messages globally, or hooking wm_touch
I am writing a c# project(Probably it will be a windows service). I need to run a method after a touch is detected anywhere in the OS(Globally). I did a research about hooking wm_touch, and ...Unanswered | 5 Replies | 7000 Views | Created by ronflomin - Friday, March 30, 2018 2:11 PM | Last reply by ILT5000 - Sunday, September 6, 2020 12:10 AM -
2 Votes
SelectedIndexChanged cascades with multiselect .. is there an 'after selected' event
Here is the basic problem. When a listview is set to multiselect = true, the SelectedIndexChanged event fires for every row. This is very bad in a situation like the following psuedo code: ...Answered | 6 Replies | 8937 Views | Created by locutus_borg - Tuesday, December 15, 2009 10:58 PM | Last reply by Wal Pachl - Friday, August 28, 2020 2:51 PM -
0 Votes
Downloading an attachment file from email-ID
Hi, I want to download an attachment file from an email id. Please let me know, how can i do it. litu HereAnswered | 3 Replies | 7165 Views | Created by litusahoo - Tuesday, August 30, 2011 10:36 AM | Last reply by annabellejoy - Wednesday, August 26, 2020 5:47 PM -
7 Votes
How to limit access to a containing class?
I'm not terribly familiar with protection. Here's an example of what i want to do: Class Outer Friend Class Inner Private A As ...Answered | 9 Replies | 5919 Views | Created by Brian Tkatch - Wednesday, August 19, 2020 8:36 PM | Last reply by Xingyu Zhao - Monday, August 24, 2020 7:53 AM -
0 Votes
What do we mean by module?
What do we mean by module in vb.net? I have been working on C# so you can tell me the equivalent meaning in ...Unanswered | 7 Replies | 5155 Views | Created by Manoj V Gokhale - Wednesday, August 19, 2020 5:22 AM | Last reply by DA924x - Wednesday, August 19, 2020 11:56 PM -
0 Votes
calling an event
For example i have a numeric updown: Private Sub NumericUpDown1_ValueChanged(sender As System.Object, e As System.EventArgs) Handles ...Unanswered | 4 Replies | 5537 Views | Created by Vergassivellaunus - Tuesday, August 18, 2020 2:33 PM | Last reply by Cor Ligthert - Tuesday, August 18, 2020 7:30 PM -
2 Votes
convert vb6 to c#
Hi Friends , I Have a Large Project in vb6, I want to convert to c#.net Do you Have a Good Solution for convert . I Have a many dll and ...Proposed | 18 Replies | 17311 Views | Created by ALI_Delavari - Tuesday, August 8, 2017 6:50 PM | Last reply by mehrnh - Monday, August 17, 2020 10:03 AM -
4 Votes
Windows Forms Designer for .NET Core Released
Today we’re happy to announce that the Windows Forms designer for .NET Core projects is now available as a preview in Visual Studio 2019 version 16.6! We also ...Discussion | 3 Replies | 10876 Views | Created by Kareninstructor - Wednesday, May 20, 2020 3:05 PM | Last reply by SRQ Computerguy - Sunday, August 16, 2020 11:56 PM -
2 Votes
Question about classes
I'm a bit embarrassed to be asking this because I ought to be able to get an answer off the internet. I'm writing a windows desktop app that uses a lot of different calculations ...Unanswered | 10 Replies | 6265 Views | Created by AndyNakamura - Saturday, August 1, 2020 9:02 AM | Last reply by Xingyu Zhao - Wednesday, August 12, 2020 5:37 AM - Items 1 to 20 of 25472 Next ›