Olaf's SQLiteServerMode
Hello everyone I'm testing Olaf's SQLiteServerMode demo and I'm getting this error Did anyone experience this problem? thank you Attached Images Â
View Article[RESOLVED] Olaf's SQLiteServerMode
Hello everyone I'm testing Olaf's SQLiteServerMode demo and I'm getting this error Did anyone experience this problem? thank you Attached Images Â
View ArticleBootstrap Table Cell Background Conditional Formatting
Hello, I've been working with Bootstrap Table created by Wenzhixin for a couple of years now and will share some of the stuff that I've learned. This tutorial here demonstrates how to set a Bootstrap...
View Article(VB6) Replicate control interface or encapsulate control into UserControl
This a tool intended to ease the work of recreating the interface of a control. It creates a *.ctl file with all the basic code. It has two options: 1) Encapsulate the control into the UserControl 2)...
View ArticlePower BI Hierarchy Slicer Display Employee Hierarchy Data
Good morning. When working with Power BI, you might want to show an organization's employee hierarchy data and this is where the Hierarchy Slicer custom visual comes in. In this Demo Power BI Hierarchy...
View ArticleMsOf365 Basic userform on update removing bookmarks from doc
Dear All, This is probably an obvious one IÂ’m missing. I have created a basic userform on a dotm that consists of 7 text boxes to make stock labels basically. The userform posts the text to the...
View Article[RESOLVED] Email Client issue
I just received word that my ESP (Email Service Provider) is migrating to a Gmail platform. That means trouble for me as Gmail enforces TLS. So I have had to divert my attention to addressing this...
View ArticleNo more drawing dots?
Can somebody confirm that it's no longer possible to draw dots in Visual Basic, only line, circles and other ****?
View ArticleVS 2019 VB6 Shape object. Drawing circles that can be treated as objects.
I am porting my old VB6 program that moves circles around the screen. I used the Shape object from VB Power Pack. I have an array of circles. I move them using .top and .left, check their locations,...
View ArticleContest 14 - DND Dice Roller - LordOrwell
I know this is super-late but it seemed like a fun contest so i went ahead and did it. Here's my fiddle. https://dotnetfiddle.net/cSrZhA
View ArticleVS 2010 Encoding bytes into string
Dear friends! In my case there is a device that outputs data stream in binary form. I want to recode binary data into Unicode strings. To do this, I wrote the following code: Dim binData as Byte...
View ArticleVS 2017 Sharing Variable Between Two Forms
Hello, I am working on sharing a variable between Form1 and Form2. Form1 has a Textbox1 and Button1. Form2 has the same. I have a private shared instant variable called _sharedvartest in my code for...
View ArticleVS 2019 Do you use Decimal, single, or double?
Let's say you know the value is always going to be smaller, like below 32,000 Do you use Decimal, single, or double? I almost prefer Decimal just for readability, for some weird reason.
View ArticleVS 2019 How do I distribute my VB app to a friend ?
Simply sharing the .EXE file is not enough, I bet. I just wonder if there is a way around that entirely. Today's users just want to click a link. Not install some attachment Just wondering if something...
View ArticleVS 2017 DataGridView When Unlocked, Spacebar Over Writes Data in Cell When...
With DataGridView, when unlocking the control and then editing a cell by hitting spacebar and then moving the cursor via keyboard to another cell and then locking it again is overwriting the data in...
View ArticleVB6 Unicode-capable ADO-DataBinding-Control
Not sure, whether some of you have run into this, but the MS-ADODC-Control does not support Unicode when linked to Control-Bindings. So the 3 Binding-Controls in this Demo can be seen as an...
View Article[RESOLVED] Vb6: method or data member not found
i am using WinHttp in form1, i have added reference: microsoft winhttp services 5.1 but i want to send request from from2 to form1.winhttp, like this: Form1.winH.Open "POST",...
View ArticleOpen an undefined data structure.
I'm trying to move some data from an old version of Franklins Estimating program to our estimating program Print Shop Manager. In this old version they use and older MS SQL, some DBFs and something I...
View ArticleProviding Users With My Public IP Address, Should I Have Any Security Concerns?
I wanted to create a client/server program where multiple users can connect to the server and in this case the server would just run on my Windows PC and listen for incoming connections. Mostly for...
View Article