I cannot print orizontally oriented
I click on some button then this is executed: If PrintDialog1.ShowDialog = DialogResult.OK Then Me.Chart1.Printing.Print(False) End If The usual Windows form appears, then in preferences I choose...
View ArticleVS 2019 Check If Server Online
Hi I am trying to create a small example where I have a server form and a client form. On the server form I will enter my public ip4 address in textbox 1 and in textbox 2 I will enter the port that the...
View ArticleVS 2019 [RESOLVED] Send email body support new lines
Hello, Can someone help me out to solve one issue I have 1 Textbox with: - Multilines - True and when i type inside it for example: - This is test email And click button it send the email. But if i...
View ArticleVS 2019 [RESOLVED] Check valid email and multiple emails support
How to make from this check to support more than 1 email to be added Example: i type : user@gmail.com It shows okay. But if i want to add second email user@gmail.com,user2@gmail.com i receive error...
View ArticleConvert VB6 .frm to 2022 .vb
I have a VB6 program working on one machine but I wish to update the program on another which has VB 2022. The machines are networked so I copied all files (not to destroy what is working) to another...
View ArticleVS 2015 Cannot deserialize the current JSON object
Hello, I get the error HTML Code: ("Cannot deserialize the current JSON object (e.g. {""name"":""value""}) into type...
View ArticleVS 2015 [RESOLVED] Cannot deserialize the current JSON object
Hello, I get the error HTML Code: ("Cannot deserialize the current JSON object (e.g. {""name"":""value""}) into type...
View ArticleVS 2019 How To Check If Remote Port Open?
How can I check if a port is open at a remote IP address? Should I use Socket or TCPClient? Would one method be better than the other in this case? I need to check if the port is Server Port is Open or...
View ArticleVS 2019 TCP Listener On Closed Port?
I need to open a port for a client/server project but was curious about how it works.. What if the port I would like to use is closed? Would using TCP Listener just Open the Port by default or would I...
View ArticleHow to change the color of points plotted in a Point SeriesChartType?
I've created a chart and defined a series as: Code: Dim series1 As New DataVisualization.Charting.Series series1.ChartType = DataVisualization.Charting.SeriesChartType.Point This works but I'd like to...
View ArticleVS 2019 [RESOLVED] Align strings in columns of different sizes
Hello! The idea would be to get this output with the same format, these strings comes from a dictionary, the key is a string and the value a number. Code: SFX_BASKET_SURPRISE 0x0000073D...
View ArticleVS 2019 Open Port Socket Exception - Requested Address is Not Valid in it's...
Getting Socket Exception Error.. - "The requested address is not valid in its context" Code: Dim IP As IPAddress = IPAddress.Parse(TextBox3.Text) Dim PORT As Integer = 8888 Dim Listener As New...
View Article[RESOLVED] How to parse loop an html with same tags
Hello, I'm trying to parse an html with basically the same tags. Html code sample ( I am not posting the full one, but it is following the same pattern of the sample one) is HTML Code: <div...
View ArticlePlugins Between Framework and .NET5/6
I have a program that dynamically loads dlls that have plugins. This was written originally in FW4.0, though pretty much everything is FW4.7.2 or 4.8 by now. I thought I might be able to add .NET5/6...
View ArticleVS 2015 Github latest release version
Hello, can someone help me and tell me how I can read the latest release version number from GitHub? https://github.com/OxideMod/Oxide.Rust Many Thanks
View ArticleVS 2022 [RESOLVED] Results Of Recursive File Search Written Out Of Order
This may or may not be a programming problem but, I did a recursive search on my media collection and outputted the results to a text file: Code: Dim zFilePath = "D:\TV SHOWS"...
View ArticleSystem.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 ArticleVS 2019 How to Convert this VB6 UserControl source code for VB.NET OCX,...
Dear VBFormers, I am looking to have this usercontrol i wrote in VB6, to then be convertered into VB.NET 2019, please help me !! Thanks in advance !! Attached Files UserControls.zip (66.8 KB)
View ArticleWorksheetnames with ' $ Signs Why ? and First WorksheetName is displayed...
Hello Worksheetnames with ' $ Signs Why ? and First WorksheetName is also displayed second time with _xlmn#_FilterDatabase Below is the code adopted from...
View ArticleVS 2015 Splite Line
Hello everyone, I get this text from packet.message HTML Code: Protocol: 2328.221.1 Build Date: 02/06/2022 02:39:25 Unity Version: 2019.4.22f1 Changeset: 68635 Branch: release I would now like to read...
View Article