Form.ControlBox property
Hi, I'm working on Jingle Palette source code (https://github.com/nagyrobi/Jingle_Palette) so I did several fixed and added some new features. I added a "Fullscreen" checkbox in Settings form , it's...
View ArticleDevelop a new/modern VB6-IDE
In the new year, I want to try to do something challenging and significant. I have two alternatives: one is to develop a scripting language (BasicScript) with syntax similar to VB6; the other is to...
View ArticlePopulate Textbox from Access Table to display as a List.
Hello to all of you and best wishes for Christmas and the New Year, Right, now for my problem, I need to load a list of 'Car Parts' from an Access database to a Textbox so that it displays as a list in...
View Articlespecial numbering
Hello Every One Please if you can help me to solve this problem I followed a tutorial in C In tutorial this code works very well .. I converted this code on VB NET but always I will have only first...
View ArticleCustom IP Address (v4) control
I was in need of an IP control. Strangely enough there is nothing solid in the forum and more strange I could not find anything on the net , just some gibberish examples that work at some features. I...
View ArticleReceiving replies part 2
From this resolved. https://www.vbforums.com/showthread....eiving-replies I have noticed the same problem for a month or so and also I am missing new post replies. I have a yahoo account so no Gmail...
View ArticleConverting VB6 CrystalReport SectionFormat to C#
I am in the process of converting a VB6 application to C#. One of the things that the legacy application does to a particular Crystal Report is the following: Code: With frmResources2.Report1...
View ArticleList in a Textbox
Hi, Textbox list problem explained, I have an access database with a field called PARTS, in the PARTS field are records containing Part names, see example below. PHP Code: Parts FRONTAL NEAR/SIDE...
View ArticleOpen Source Controls
Does anyone know of any open source or inexpensive custom controls for Winforms (.NET framework). I assume most if not all COM controls will work. I am interested mostly in the following : INI file...
View ArticleUse C# ref struct in VB.NET Today. And vote against preventing this in Roslyn
This trick will allow you to use Span(Of T), and System.Text.Json library and more! Please fight with me to keep this working, as I feel that there is a war against VB .Net, and unfortunately, VB...
View ArticleGenerating one recordset from another (output of stored proc)
Hello all, I have a "SELECT" stored procedure which returns a recordset consisting of about 20 fields. After calling the sp, I use the recordset to populate listview. All of this works fine. The...
View ArticleXP vs W7/8/10 Form size
Hi , Something was disturbing me but I wasn't seeing what. I found, it is a size dfifference between XP and Windows 7,8.1,10 (and probably Vista and 8 but have not them). Just make a form with a frame...
View ArticleVS 2017 [RESOLVED] Having trouble running code when loading a Second ASP.Net...
Using ASP.net VB I want to build and display Page2.asp when I click a button on Page1.asp. I have my main ASP.net page, and when I click a button I run the following code: Code: Dim filename as...
View ArticleAgrupamento de varios registros em uma subconsulta
Pessoal, tenho 2 tabelas... uma com a peça e outra com os carros compartível com aquela peça. Então para cada peça... pode existir de 1 até 10 carros compartíveis Então preciso unir as duas tabelas e...
View ArticleHow to convert VB project to JSON file?windows api to json
How to convert VB project to JSON file?windows api to json *.vbp *.bas *.frm convert to json file
View Articlewhat are the codes waiting to load the page (cefsharp)
Hello there. I am using cefsharp. what are the codes waiting to load the page. can you share my friends :confused:
View ArticleCan't Find SQL Server
I have something set wrong, but I'm not sure what. I have two computers that connect to a database located on the third computer. For one of them, all is well. I had to open a port on the computer that...
View ArticleMultiple queries and commands under a single transactional execution in Sqlite
With transactional query execution (BeginTrans ... CommitTrans) in Sqlite, is it ok and reliable to have multiple different types of queries acting on multiple different tables, with different number...
View ArticleHow to animate a group of objects, for example buttons, textbox, etc ...
How to animate a group of objects, for example buttons, textbox, etc ..., by changing the position randomly, I am using Olaf chmidt's cEasing class, in conjunction with RC5, Animating a single object...
View Article