VS 2019 Issue with DataGridView RowValidating() event.
Hello! I'm using windows form app, I have a DGV, It calculates the new price when I enter a value in the discount column, it is working fine, the problem is that, when I go up & down thru the DGV...
View ArticleQuick Basic/QBasic/VBDos - WIDTH statement question
Quick Basic has the WIDTH statement which you can use to set the number of character columns and rows for a given screen mode. As to my question: I want to set the number of rows to 60 using the...
View ArticleAzure DevOps vs GitHub
Hi. We are thinking of changing our source control as it's on TFS. We are a big company but the source control would be used by 3-5 users max. We would like to keep it on a private server and, if...
View Articlesolution Character is not valid in vb.net
Dear All master, please help to provide a solution. Code: Dim stream As FileStream = File.Open("C:\Sample-Sales-Data.xlsx", FileMode.Open, FileAccess.Read) Dim excelReader As IExcelDataReader...
View ArticleVS 2013 Create a ListView with Search using Excel Table
Hi everyone, I'm fairly new to VB.net but I like to learn, Currently I've stumbled upon something that I can't seem to find anywhere, I have an acronym database in excel that I would like to include...
View ArticleCan someone tell me what the story is here?
Can someone tell me about this? Quote: For the time being, I removed the attachment. For any who are too new to remember some of the more entertaining history of this forum, we got burned in the past....
View ArticleProblem with random.
Hi, I'm trying to 'shuffle' a pack of playing cards. Code: Private Sub Rand() Dim rng As New Random Dim deck = Enumerable.Range(1, 52).OrderBy(Function(n) rng.NextDouble()).ToList()...
View Article[RESOLVED] Problem with random.
Hi, I'm trying to 'shuffle' a pack of playing cards. Code: Private Sub Rand() Dim rng As New Random Dim deck = Enumerable.Range(1, 52).OrderBy(Function(n) rng.NextDouble()).ToList()...
View Article[RESOLVED] ELIMINATE little square around cell when i click on
msflexgrid. possible do not bring up a little square around cell, when i click on?
View ArticleOut of Memory error when changing icon
When trying to change the icon on VB 6 it gives me an error message "Out of Memory". My program is only just over 6MB. Any suggestions as to why? Thanks in advance!
View Articledrag and drop picture inm msflexgrid, from cell to other cell...
possible to drag and drop picture in msflexgrid cell, to other cell...? found on this forum: Code: Option Explicit Dim strDragText As String Private Sub MSFlexGrid1_MouseDown(Button As Integer, Shift...
View Article[RESOLVED] Excel 2019 Recent Files - File extensions
In the list of workbooks I've recently edited in Excel 2019 it only shows the file name. Can I get it to also show the file extension?
View ArticleImage Comparison with marked locations
Hello All, I am quite stuck with this code I am using to compare differences between two images. I downloaded this code and it seems to work really well for basic images with large features. It does...
View ArticleShip of theseus
I was reading an article on line that is the type there are links in the text if you want to go deeper. One led me to this: https://open.library.okstate.edu/int...ip-of-theseus/ To those that prefer...
View ArticleConfiguring Windows Defender Firewall (Outbound)
I'd like to prevent any graphic files (.BMP, JPEG, TIFF, etc.) from being sent out of the system. Is this possible? If so how? Thanks Possible Link Help: {no example of a rule}...
View ArticleNew Surfaces
Surface Duo 2, Surface Go 3, Surface Pro 8, Surface Laptop Studio. Who's excited for what and who isn't? I try to avoid being too much of a fanboi but I do like Surface devices. I had a Surface 3 that...
View ArticleReusable code published in NuGet packages
When developing many applications generally a developer finds certain methods are used over and over again. When this happens an option is to place code into a separate Visual Studio solution as a...
View ArticleWork with the application each time with a different comoboxvalue
hello guys , i need your help with my application. im trying to run the application each time with a different comobox value. but the problem that the code works for the first time i click on the...
View Articleapp not running when changing the combobox value
Hello guys, i asked this question again but didn't seem to find an answer can you please healp me again. im trying to run the application each time with a different comobox value (each time wit ha...
View ArticleError when saving SQL view
Hi Guys I have some code to edit a SQL database. It works perfectly when I am accessing a database table, but one edit I want to make is in a database view. I can access the info in the view, populate...
View Article