Jumping in
OK, I've decided I am going to try my hand at creating an Application to read in data and then display it on the screen. The data type is Gerber and it is a txt file that I will have to parse and pull...
View ArticleNeed help with visual basic
Hello! Basicly this is my code but its not working properly, i have excel file and i have to make macro which makes student names red if they have more than 3 grades under 4. And with mensage box show...
View ArticleGmail Authentication?
I have come to the conclusion that I have a complete lack of understanding in how Gmail provides authentication. I added TLS 1.3 to my email client program and was able to connect with the Gmail POP...
View ArticleC#9 pattern matching/recursive patterns and new expression operator
Microsoft usually provides decent code samples when it comes to new language features although sometimes the code samples provided are not relevant to real world usage. For this reason i have started a...
View ArticleVS 2017 Set Location of controls on a flowlayoutpanel
Hello Once again my Googling skills have failed me. Is there a way to set the location of controls that are inside a flowlayout panel? I would like a label to be centered (from top and left) on a...
View ArticleVS 2017 [RESOLVED] Set Location of controls on a flowlayoutpanel
Hello Once again my Googling skills have failed me. Is there a way to set the location of controls that are inside a flowlayout panel? I would like a label to be centered (from top and left) on a...
View ArticleScatter Chart Problem - Hinky Plot Display
I am working with a project dealing with plotting of X-Y data. I am doing testing using an example in our code bank, that was created by others, long ago, to test/demonstrate the plotting of random...
View ArticleFrame
I've 4 option buttons in a Frame. Must one be selected when the Form loads or not? I've tried setting all .value= False but the top one is still selected. Thanks
View Articlehey. i uploaded a new power programing langugae which can compile vb6 projects
its here https://github.com/VisualCodeBase/CodeBase and here another thread https://www.vbforums.com/showthread....visual-basic-6
View ArticleAssiging Enter key to multiple buttons
Hey. I need to press the enter key for different textboxes and their related buttons. These textboxes are not related to each other. I often use this statement if there is only one button: How can I do...
View ArticleError when trying to load DLL
I have a DLL that I have created in c++, using codeblocks. The DLL code is as follows: Code: #include "main.h" #include <stdio.h> #include <conio.h> #define TIMEOUT_CONSTANT 50 #define...
View ArticleVS 2019 Open File Explorer showing selected file or Search results?
I want to open the File Explorer so it highlights a specific file (or shows the results of a search.) I can open the FE easily using: Code: System.Diagnostics.Process.Start("explorer.exe",...
View ArticleVS 2017 My Form is on top of my Word document that I have just opened
I am quite a rookie on VB.net, but have been programming one way or another for over 40 years, I still have trouble getting my head around things, hence my probably very simple question ... I have the...
View ArticleWPF UserControls Sample in VB.NET
Had to start writing WPF UserControls because there is no ImageButton and no NumericUpDown in the WPF toolbox. Made many searches, snippet conversion from C# and read the documentation. Maybe it's...
View ArticleError loading records into ListView
I'm trying to load two ListView controls with both listing the same entries, one ListView for tests to include and one for tests to exclude. Both the ListViews will only contain 1 column listing the...
View ArticleFiltered Recordset Structures
In a recordset that has been filtered, does the filtered recordset (object?) still have the data (that has been filtered "out") in it? For example: In a recordset that has records 1, 2, 3, 4, & 5...
View Article[RESOLVED] Assiging Enter key to multiple buttons
Hey. I need to press the enter key for different textboxes and their related buttons. These textboxes are not related to each other. I often use this statement if there is only one button: How can I do...
View ArticleVS 2017 [RESOLVED] My Form is on top of my Word document that I have just opened
I am quite a rookie on VB.net, but have been programming one way or another for over 40 years, I still have trouble getting my head around things, hence my probably very simple question ... I have the...
View Article[RESOLVED] Error loading records into ListView
I'm trying to load two ListView controls with both listing the same entries, one ListView for tests to include and one for tests to exclude. Both the ListViews will only contain 1 column listing the...
View Articlewin7 and win10 about dpi
I have two computers. one is win7 dpi 96 100%, the other is win10 dpi 120 125%! now test first in win7, open a new project. set a picture control in the form, set picture control autosize is false....
View Article