[RESOLVED] Help, ADODB Recordset not opening
Hey guys, I have this VB6 code to open a recordset returned by a stored procedure SP_MyProc: Code: Dim rs As New ADODB.RecordSet rs.Open "SP_MyProc", "Provider=SQLOLEDB.1;Password=MyPass;Persist...
View ArticleVS 2013 Bingo game: 2D Array and unique random numbers
Hi there, For a school project I need to create a Bingo game based on a 2D Array. Just like a real Bingo card the numbers need to be unique. I managed to create a card with random numbers as shown in...
View ArticleWhy does my ASP.NET Core MVC app run in the wrong wwwroot path?
Hi All, My DocumenRoot folder is on /var/www/html (CentOS 7.4) I install my ASP.NET Core MVC (Net Core 3.1) app in subfolder /var/www/html/mya/app/v1 (I expect to access it from internet using...
View ArticleHow to correctly deploy ASP MVC Net Code 3.1 project into a subfolder of apache
How to correctly deploy ASP MVC Net Code 3.1 project into a subfolder of apache (CentOS 7)? Apache's default folder is /var/www/html and I want to deploy it in /var/www/html/myapp, so I can expect to...
View ArticleTypeError: cannot use 'in' operator to search for "length" in
Hi. I've a mainform2.php where I want to display the result in table or div or any html element for the time being and I coded for the click event of the button to do this. Here is my code for...
View ArticleHow to include .mdf inside vb.net without using SQL Express on other users...
Dear All When I Add .mdf file inside VB.net Application Under the Debug Folder and refer to it using this code Code: mycon = New SqlConnection("Data Source=.;Initial Catalog=" &...
View Article[RESOLVED] SQL DB2: Looking for Advice on creating Report
Hi Folks, up front: Production Database IBM DB2 of the company i work for. Any advice like "Create a temp. Table" or "Add a column" are non-starters. I have to work with what i have I have to create a...
View ArticleChange The Background Of Custom Progress Bar
Hello I've Took A Progress Bar From An Open Source Project, & I'm Trying To Change The Background For The Custom Control For My Personal Use, Currently The Color Is The Normal SystemControl Color...
View Articlevb.net 2012, set dword value
Hi. I'm messing about with a pet project. Part of it requires that I set a dword value to 1. I've tried looking it up but all the answers are vague and to be quite honest non-descript. Can anyone shed...
View ArticleWPF CRUD Example Using Entity Framework, MVVM Pattern and DataGrid Control In...
Hello, This article WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And VB.NET is the VB.NET version of this post which demonstrates on how to create a WPF CRUD application using...
View ArticleVS 2013 Setting Top and Left values in Crystal Reports using VS 2013 / VB.net
Hello everyone, I am making a cheque printing program for which I want user to set left & top vales for date field. Here is my code. Please help me how can I set left and top margin for formula...
View ArticleHow to implement dynamic objects like RC6.DynObj?
RC6 provides a very magical object DynObj, which can dynamically add properties and methods like JavaScript objects, for example: Code: Private Sub Form_Load() Dim oDyn As Object Set oDyn =...
View ArticleSame Data multiple threads
Hello, I have application that takes data from USB3 at 300MBps, put's into large array, and when display it on screen using SciChart . I have 3 threads: First Thread collects data from USB as fast as...
View Articlelistbox to richtextbox
Hi All. This is my first post here at VBForums. VB 2013. I have a listbox populated with .rtf files. When clicking a filename I want that file to show up in my richtextbox. I had it working in VB6 long...
View ArticleMVP Award
Hello, I asked si_the_geek earlier if this forum had a plan before to create an MVP award system similar to other popular coding forums out there. In addition to our existing reputation system that we...
View Article[RESOLVED] How to implement dynamic objects like RC6.DynObj?
RC6 provides a very magical object DynObj, which can dynamically add properties and methods like JavaScript objects, for example: Code: Private Sub Form_Load() Dim oDyn As Object Set oDyn =...
View ArticleVS 2019 [RESOLVED] Running the program???
Okies, so I'm finally making a program in VS 2019 that I actually intend for others to use! (Not a lot of others, but still...) It's a simple Windows form, no internet access, no good databases, and...
View ArticleSome other alternative language that can talk to the machine besides C and...
I would like to find alternatives to create simple 8-16 bit programs that print a message in a simple way without having to compile every time or even having to write in exadecimal manually. Some...
View ArticleHow to change Letter default assembly
Change character representation in assembly. How to change any letter inserted by some other letter design? example: pattern is letter A I change the drawing to A in Japanese or Arabic.
View ArticleRemove Blank Lines and Extra Spaces
This code will remove blank lines and spaces from your code and resave it converted. I would like it to keep a one blank line between procedures but haven't been able to figure it out yet. If anyone...
View Article