Bootstrap Table Cell Dynamic Background Width
Good day! This blog post along with a sample fiddle Bootstrap Table Cell Dynamic Background Width will demonstrate on how to fill the Bootstrap Table cell's background based on a given value. If the...
View Article2.0 How to connect to SQL Server via proxy ?
Suppose I have 2 network layers: network layer A and network layer C, network layer A is the internal network layer without using the internet, network layer C uses the internet, in network layer C I...
View Articleposting trouble
Just wondering if you have the same trouble than me. I have no problem to login, pages are showing fast but when I want to post something in quick or advanced way, then it seems to take forever to...
View ArticleVS 2019 SQL Database to DatagridView - not populating
Hi Guys, I'm attempting to write some code to populate a data grid from a bindingsource, linked to an SQL database. this is my first time using SQL, so think I am missing something. I have the below...
View ArticleWhy is my cursor going to the wrong place ?
Hi, I'm trying to start an application with the cursor in the middle of the from, close to the bottom edge. It's not anywhere close to that so I'm trying to discover why, so as a trial I'm Using: -...
View ArticleVB6 command-line executable sending "result" code back to caller
I'm calling a VB6 program (from command line with an argument) with Shell from the VBA. I'd like to return a single boolean (or even just a bit) back to the VBA caller letting it know whether or not...
View ArticleVS 2019 Json Deserialize to List of Class
Afternoon Everyone, I have not been coding for a very long time and a little rusty and been asked to knock up a little export utility that gets data from an API applies some various filters then...
View ArticleMSCOMCTL.OCX not loading properly in VB6 on Windows 7
Hi, new user with a question - this looked like the most appropriate board to post this on, so please bear with me if it should have been somewhere else (the VB6 & earlier board didn't feel like...
View ArticleMySQL (with VB6) questions
Hey, I know this isn't exactly the correct forum for these questions, but I'm doing all this from VB6, so I thought I'd ask here anyway. And, I'm just most familiar with this forum. Ok, we're setting...
View Article[RESOLVED] Why is my cursor going to the wrong place ?
Hi, I'm trying to start an application with the cursor in the middle of the from, close to the bottom edge. It's not anywhere close to that so I'm trying to discover why, so as a trial I'm Using: -...
View Article[RESOLVED] VB6 command-line executable sending "result" code back to caller
I'm calling a VB6 program (from command line with an argument) with Shell from the VBA. I'd like to return a single boolean (or even just a bit) back to the VBA caller letting it know whether or not...
View ArticleMySQL Syntax Error Setting up SPROC
I've been using SQL server for quite some time, so I'm having a difficult time switching back to MySQL. I have the following schema definition for my User table: Code: CREATE TABLE User ( UserId INT...
View ArticleHow to add text from textbox 2 in the middle of text of textbox 1?
Hi im using visual basic 6. yes, its old and not cool, i know. So i have a textbox1 with this "HELLO WORLD" I also have textbox2 blank. command1 button ======================================= I want...
View ArticleMoving existing VB6 projects from Windows 98 into Windows 10?
I have a fresh VB6 running on Windows 10 and now I want to move some projects from Windows 98 into Win10. Is it just a matter of copying the files? Are there some common issues that I should be aware of?
View Article[RESOLVED] SQL - translate date to sequence as integer - timeline
Hi Is there a way to somehow translate/convert/map dates to a number that indicates the chronology of which record was created first? What I need is to have a column that looks at my date column and...
View ArticleHow to load DataGridView content everytime the app is run?
Hi, I can export DGV content into Excel file. But I need to load my previous content everytime I run the app. How is it possible? The save file should be in the same file path.
View ArticleHow is the behaviour of VB6 compiler while comparing two string?
Hi, I need some knowledge about 'how does vb6 compiled exe behave while comparing to strings with same length. Say String1="ABCDEF" and String2="ABCxEF" As you see, the difference is at 4th character...
View ArticleLoading a IniFile into a Dictionary
Hi guys Would you please help me with a class that load an iniFile into a Dictionary of course in VB6
View Article