Extract from table all row between date
Hi, I need to extract from a table a rows from: 3 to 6 months over 12 months I have done the queries but did not work: 1)SELECT data_pick FROM table WHERE data <=NOW()-INTERVAL 3 month AND 6 month;...
View ArticleSpacing problem with Access Form
Hello I'm new here, so apologies if I've posted in the wrong section. I am not remotely familiar with VB, coming from a perl/web tech background. I am writing an Access 2016 database for my girlfriend...
View ArticleSelect case Need help
Hello Code: Private Sub Text1_Change() Case 40 Text2.Text = 1 Case 41 Text.Text = 2 Text 42 Text2.Text = 3 . . . Case 60 Text2.Text = 20 End Select I want like this: Code: Private Sub Text1_Change()...
View Articleshowing the result after comparing 2 pictures
Hi, I am trying to make this card memory game where I have to match 2 pictures, if they are the same a message appears saying something, else something else. I am trying to compare these 2 pictures by...
View ArticleIt's a Visual Studio editing question
I know I'm in the wrong forum but I couldn't find a good match. I type fast and I transpose characters a lot. You used to be able to hit ctrl-T in Visual Studio to transpose characters. I loved this...
View ArticleThe Amazing Shrinking HDD
Picked up one of these: Measures roughly 3 1/2" long x 1 5/8" wide x 1/4" thick. Tiny! A USB-C port, one dim LED. Cable USB-C plug to full sized USB 3 plug. 2TB, yes, two terabytes! Was $20 shipped...
View Article[RESOLVED] Select case Need help
Hello Code: Private Sub Text1_Change() Case 40 Text2.Text = 1 Case 41 Text.Text = 2 Text 42 Text2.Text = 3 . . . Case 60 Text2.Text = 20 End Select I want like this: Code: Private Sub Text1_Change()...
View Article[RESOLVED] Problems testing Web Server.
This is not directly related to VB6, but I am trying to use OpenSSL to test my VB6 secure web server. I can get past the handshake with no problem using: openssl s_client -connect localhost:443 Where I...
View ArticleEmpty Path Name Is Not Legal Error help
Hi, I am outputting an exe file and have an option to add an icon. The keyword is "option" but when I don't add an icon, it gives me an error saying "Empty Path Name Is Not Legal" The following code is...
View ArticleChanging an Image Size
Firstly I am still using the 2013 version of vb.net I am writing an image processing routine and after 50 or so images it kept running out of memory because Bitmaps are memory hogs and hang around...
View ArticleRC6 issue with RegisterRC6inPlace.vbs
Hey Schmidt Is there an issue tracker for RC6? It feels wrong to use this forum as one, but I can't find a better place, so here goes. I'm using Windows XP Home v2002 SP3. I am logged in as the admin...
View ArticleRC5 spline demo issue - was not a loaded control class
Hey Schmidt Windows XP SP3 v2002. I copied vb_cairo_sqlite.dll, vbRichClient5.dll, vbRichClient5.manifest and vbWidgets.dll to C:\Windows\System32, then registered both vbRichClient5.dll and...
View ArticlePossible to create a custom control made from several controls?
I know how to create custom controls using "Inherits" and extending that single control to add or change functionality. I also know how to add controls at run time. What I am wondering though, is it...
View ArticleVS 2017 String.Split Function
Hello: Having another insane moment today, where the last 5 minutes of the work takes all day. _filedata is: "C:\Sackett-Waconia\Migration Workgroup\Workgroup\CONVEYOR\BT220\CURVE...
View ArticleVS 2019 TD Ameritrade API
Does anyone here have any experience using the TD Ameritrade API? I'm just looking for some simple VB.net code samples to get me started, like connecting to my account & getting balances, etc. I'd...
View ArticleVS 2010 Window2 is not in fullscreen mode even correct resolution is detected
Hello, I am facing problem - window2 is not in fullscreen mode (I can see approx 30 cm from the top of monitor and also start menu is visible) even though correct resolution is detected (I saw correct...
View ArticleHow can I add a form to my project. The form is in another test project?
Using VB6 in Windows 10. I made a small test project to develop an MSchart control. Now, how can I get the form into my main project. I tried various ways and they didn't work. I get the message:...
View ArticleAdding variables in HTML emails
I want to send emails with variables embedded in them to change the information within as needed. First I wrote basic HTML email code without variables and it worked. Then I tried to add variables but...
View ArticleVS 2019 [RESOLVED] Problem with Portnumber 55001
I have been using PortNumber 55001 flawlessly for years and today this will not run on my Windows 10 PC (same machine I have been using for years). This is part of a server setup using TCP to service...
View Article