VS 2019 Ways To Get Data From Users?
Hello I am having some issues trying to figure out how to get data from users I have some ideas but need advice: One Thing I am am trying to do is user registration. I realize that TCP is easily the...
View ArticleVS 2022 Program plays a .wav sound file on my desktop but not on my laptop
I've written a program in Visual Basic that, among other things, plays a .wav sound file. It works as expected on my desktop computer. When I put the executable on my laptop where Visual Studio is not...
View ArticleVS 2019 Not Hard Coding The Server IP in The Client Program
I have been wondering about how to do this. I want to have my client program connect to the server program but I figure that if I hard code the Server IP in the client program that this is bound to be...
View Articleresize image dimensions in vb.net
Dear All Master, I want to resize the dimensions of the image so that it helps the performance of the image that appears in the columnuboudcolumn image in the gridview. Is there any solution? because...
View Article[RESOLVED] System.IndexOutOfRangeException
I am not sure whether this should be under .NET or Database. I am attempting to populate a combobox from a table contained in the database being used for a project. The query is no problem. It recovers...
View ArticleVB.NET Form AutoScale Problem
Hi All... I am just struggling here with a form and getting a "universal" layout when using on several computers/screens. I think I have read so many things on this that I am totally lost on what the...
View ArticleVS 2017 convert listbox.items into bytes then save it into new file
hello, I extracted the bytes of an image(or any file) to Listbox by ReadAllByte. Now I want to return the bytes from the list box lines to a new file Example for clarification.. HTML Code:...
View ArticleVS 2019 How can I copy the bits from a double to a long and back?
I am wanting to copy the bits from a double precision floating point variable into a long variable for analysis. In some instances, I will need to alter some bits and then copy the bits of the long...
View ArticleVS 2019 Failed to Parse mathod 'InitializeComponent'
Hi, I have been working on a project in VS 2019 for over a year and it worked great, I make the occaisional update to improve the code or fix a bug but I opened VS 2019 last week to make a change and...
View ArticleVS 2022 Child form in front of the controls on parent form
Hi! :) I have a parent form with a panel and some buttons and labels. Then I have a child form which is shown by clicking on a button on the parent form. However, when the child form is shown, it is in...
View ArticleVS 2019 [RESOLVED] How can I copy the bits from a double to a long and back?
I am wanting to copy the bits from a double precision floating point variable into a long variable for analysis. In some instances, I will need to alter some bits and then copy the bits of the long...
View ArticleVS 2019 [RESOLVED] Failed to Parse mathod 'InitializeComponent'
Hi, I have been working on a project in VS 2019 for over a year and it worked great, I make the occaisional update to improve the code or fix a bug but I opened VS 2019 last week to make a change and...
View ArticleVS 2022 Rotating through images in a folder
Hi there, I'm trying to rotate through images in a folder indefinitely, basically a slideshow. If a new image gets added to the folder, I'm trying to detect if its presence and add it to the rotation....
View ArticleRemove Line From Text File
I have 2 textbox : Textbox1 to display a line on a text file (barcode.txt) Textbox2 for input line/word i want to remove line from list of lines, So if the line in textbox2 exists on that list...
View ArticleHow to convert this Python function to Vb.Net?
I'm Using an API example that transform a string into a dictionary and then calculate its md5. Unfortunately there is just a python example and I never developer in this language. So far I tried my...
View Article[RESOLVED] How to convert this Python function to Vb.Net?
I'm Using an API example that transform a string into a dictionary and then calculate its md5. Unfortunately there is just a python example and I never developer in this language. So far I tried my...
View ArticleVS 2022 Single exe file
A long time ago, I believe under vs2010 it was possible to comple a release version of the programme, which provided a single exe file in the release directory. This file could then be copied onto a...
View ArticleChange The Backcolor To A Specific Cell in A DataGridView
Hello, I have a Datagridview in which i receive data from a serial port and show them to the datagridview. You can see the code below. Code: Private Delegate Sub DisplayData(ByVal Buffer As String)...
View Article[vb.net] Sorting decimal in ascending order in richtextbox
I need to sort in ascending numbers the lines of a richtextbox, which got decimals in the follow format: Quote: 0.00001302 - 283000 0.00001315 - 295800 0.00001328 - 292600 0.00001333 - 7700 0.00001341...
View ArticleRS 232 Send and receive.
I already got a great tip in https://www.vbforums.com/showthread....10#post5556110 So i'm back again with a new question. in the G-Code Editor i'm writing for my EMCOturn 120 CNC Lathe, i have the...
View Article