How to find the country code using an email messaged link to an inbox???
Dear VBForumers, I wish to find out the country code using an email link. Say for instance it's called: "Activate User Box". Then it will be able to make a sub folder using the country code as the...
View ArticleEmail Sheet Range With Images/Formatting as Email Body
Hey guys, I hope you are all going well! I am trying to email a sheet range as the emails body, the existing code works almost perfectly however, hyperlinks, images and certain text formatting like:...
View ArticleHow Retrieve the existing functions in a DLL from VB6
Hello Friends: (Google Translator) a query in my very bad english, is there in VB6 a way to retrieve the existing functions in a DLL? Without knowing them previously, do you mean to do what DLL EXPORT...
View ArticleVS 2010 Init Problem? Serial Port Comm Program
Hi all, I am currently working on a project that requires me to split off a function from an already existing multi-use program that was created in house. We currently are working with serial port...
View ArticlePlease help me understand this code (winsock and subclassing)
Dear VB and/or VB.NET gurus, I'm working on the project of converting vb code to vb.net. In code base it used winsock, the auto converted code got chocked on a function called Subclass_initialization,...
View ArticleParameter Issues
I have an Access Database that is reading data from a SharePoint list, then outputting the data into an excel spreadsheet There are many queries involved, about 40 total. Here is the format of each...
View ArticleBest way to store a list of emails from a website?
I'm working on a website that contains a link where users can signup for a weekly devotional/inspirational message that would be sent to their email account. My question is, what is considered the best...
View ArticleStandalone with database
Hi all, I work for a small offshoot of a large company with very restrictive IT infrastructure only approved programs may be installed. Currently excel is used for far too many tasks that really should...
View ArticleHow to do dBASE string case insensitive (ignore case) search? VB6
How to do dBASE string case insensitive (ignore case) search? I am trying to do a case insensitive search but I am only receiving case sensitive results. SQL = "SELECT * FROM PTDBF WHERE "LASTNAME"...
View ArticleRepaint the NonClient area with API
Ok, I'm in a long-running loop, and I want to give the user a bit of information about how we're progressing. And I want to do this in a form's titlebar. Ok, easy enough, Me.Caption = "whatever" allows...
View ArticleWhat is this Run-time error?
My program runs for around 50 minutes communicating in a loop over a serial line to a UPS system gathering data. All of a sudden after 232 loops (not always 232), a message pops up saying Run-time...
View ArticleWinhttp5.1 secure channel support error. How to solve it?
Winhttp5.1 secure channel support error. How to solve it?
View ArticleMysql - Simple Query Takes forever to execute WHY??
Hi There any help would be greatly appreciated. The following query has been running on Mysql server for some time, but we have recently had to change the computer that was hosting the server due to...
View Articleold vb6 and visual studio community edition
Hi I have been running VB6 for about 25 years. I recently upgraded my desktop to Windows 10. VB6 doesn't seem to install properly. My software having been created with P & D wizard on another...
View Articleinstalling VB6 freezes
Hi I just tried re-installing VB6, after removing the previous installation. It seemed to install but then freezes at the message "Setup is updating your system" I tried running VB6 . I tried to load a...
View ArticleRun Time error '-2147217900(80040e14)'
Hi My desktop runs Windows 10 I am trying to access y and x co-ordinates of a point from an access database nearest to a co-ordinated point on the screen (Cad.Picture1...) . I get the error Run Time...
View Article[RESOLVED] If Not list.Contains(variable) not working
Hi, I am making a really simple bingo caller. The object of it is that it displays a random number from 1 to 90 every time a label is clicked (just because I don't like buttons). It should never repeat...
View ArticleVB - SnipSnap: Copy/Cut & Paste Image Areas
Earlier versions of this were called "MaskoMania" but a lot has been cleaned up and additional functionality added. Basically it is a UserControl to be hosted within a container control with a bitmap...
View ArticleHow to use Rectangle API function
I declare the Rectangle API function: Code: Private Declare Function Rectangle Lib "gdi32" (ByVal hdc As Long, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long I use it...
View ArticleVS 2019 Listbox selection affecting if another listbox will save data
Hey folks! Let me start by saying my experience coding is next to nothing but somehow at work I have become responsible for maintaining this web app we have that is made with VB.net. Recently, they...
View Article