SqLite3 Win10 Demo - Using winsqlite3.dll
I found some work about the using of winsqlite3.dll, in VBA for Excel, and was not completed. First I did some changes for using it in VB6. I did some checks and found some errors i the old...
View ArticleVS 2017 [RESOLVED] How To Show The Source Code Of Text Formatted in RichTextBox?
Hello I need to be able to get the source code of text formatted in the RichTextBox, how can I achieve this?
View ArticleVS 2017 Interpret Raw RTF Markup Text To RichTextBox?
How can I make my RichTextBox be able to read/interpret the raw RTF Markup/Text? I would like to be able to enter the raw RTF markup text from one TextBox/RichTextBox and then have the other...
View ArticleRuntime error 3021 of last acces row in table is not the selection value
Hello, I'm running into what I find to be a peculiar issue. Im using a script to run down my acces DB file in order create a list of cases found within the db based on the value of a field. I can post...
View ArticleWindows 10 DPI Scaling?
Does the latest Windows 10 version have a different (better) method of handling DPI scaling? i've noticed that recent versions seem to do a better job of scaling older VB6 programs? LaVolpe posted a...
View Article[RESOLVED] Hung but not hung
Ok, this is primarily a VBA (MS-Access) question. Please forgive me for posting it here (and move it if you must, but I'd really prefer that it stay here). I've got a long-running loop running in some...
View ArticleForum Post AutoSaved Drafts Location
I was doing a post and it was autosaving and then the web hicuped.. Where are the drafts of post located.. I cant see a place to get to them?
View ArticleMoving a picture box
I have an array of picture boxes on my form. Some elements of the array are empty. That is a picture box with no picture. I want to move one of the pictures, with the mouse, to an empty box. The pace...
View ArticleRadio button selection problem
I'm having a strange problem I've never had before. I have set up a group of radio buttons inside a frame. I find that I can select more than one at a time. Which I certainly don't want to do!
View ArticleVS 2017 Crystal Reports Log On Failed in Different Environment
Let me preface this with saying that Crystal Reports is becoming the bane of my existence. We have several environments: DevelopmentAzureOn Prem The Crystal Report pulls data from a SQL server, but the...
View ArticleHow to programmatically force a WM_SIZING message
Hi, I have a resizable form that must maintain one of two fixed aspect ratios. Depending on menu selection, the form must be width = height or width = 2 * height. I have subclassed WM_SIZING, and have...
View ArticleVS 2017 [RESOLVED] Crystal Reports Log On Failed in Different Environment
Let me preface this with saying that Crystal Reports is becoming the bane of my existence. We have several environments: DevelopmentAzureOn Prem The Crystal Report pulls data from a SQL server, but the...
View ArticleVB.NET Late Binding in C#
I had a VB6 code long time ago then I convert to VB.NET. Now I am working on a version in C#, Can I totally get rid of NewLateBinding because C# doesn't have such thing? I means not making two...
View ArticleVB6 and True DBGrid 6 Issue.
I had a crash recently (I believe motivated by the last windows update) in which all the grids in my program suddenly disappeared. In my haste in trying to recover from this situation I re-installed...
View ArticleVS 2019 Adding a new empty row onto a Datagridview
Hello all I have a form with two datagridviews. Grid A is polulated with orders from DB, grib B has an empty table with the same column name as grid A. Im currently draging orders from Grid A onto grid...
View ArticleConditional format issue
excel sheet red to green on percentage however top part of sheet showing 50% as red however lower sections showing as a dark green tried format painter just cant get the lower fields to show the...
View ArticleVS Code What is VS Code for? Can I use it to do VB style coding?
Is VS code a simpler generic IDE for various languages like C, Java, and Python? Can I use it to do VB stuff like forms, buttons, and pictureBoxes ? Who uses VS Code when Visual Studio Community is free?
View ArticleVB6 - GDIPLUS: how draw an image by pixels?
how can i draw an image by pixels? i have a function that can do it: 1 - get the 2 vertical lines points; 2 - know these points we know the origin and destination horizontal line; 3 - getting the...
View ArticleVS 2019 Select Records Between Two Dates
Hello all. I am trying to get a list of records between two dates. The following SQL is written in a TableAdapter (Jobs) PHP Code: Select * From Jobs Where [InDate] Between ('@StartDate') And...
View ArticleHow to move taskbar button ?
Hi ~ ALL How to move taskbar button ? ( For Windows 7 ) thank you Attached Images
View Article