Split function
Sorry for the silly question: is there anyone who has programmed a split function faster than that of vb6?
View ArticleAnnoyance with VS2019
I've been using VS2010 for working on a plugin system. The main project references a few of my own dlls (three or four), and everything else is dynamically loaded plugins. I recently moved to VS2019,...
View ArticleVS 2019 Capture image of WebBrowser Control
Using the following code... Code: Private Sub ButtonTakeImage_Click(sender As Object, e As EventArgs) Handles ButtonTakeImage.Click...
View ArticlePossible to debug a VB6 .OCX that is used by Ms Access
Hello to everybody I have a Visual Basic 6 .ocx...nothing fancy just a picturebox that i paint some lines to create a chart I use this on Access and it runs ...but i have no control regarding its...
View Article[RESOLVED] Annoyance with VS2019
I've been using VS2010 for working on a plugin system. The main project references a few of my own dlls (three or four), and everything else is dynamically loaded plugins. I recently moved to VS2019,...
View ArticleCould there have been election fraud?
Republicans have been screaming to high heaven about Dominion Voting Machines. All the various ways they were used to help Biden steal the election. Here's something fun to debate ;) -- There's of...
View Article[RESOLVED] SQLite temporary table issue
Hello Olaf I'm creating a temporary table from the client side. Code: DBClient.Execute "Create TEMP Table Tbl1 (ID Integer, FName Text , adr Text, age Text )" StrSql = "SELECT * FROM Tbl1" Set...
View ArticleVS 2015 In VB.NET - Create a MS Teams conference and send emails to participants
Hello. From my VB.net desktop application, I would like to create a Microsoft Teams meeting and send an email to all participants. Is this possible? To create a MS Teams Meeting from a VB.net desktop...
View ArticlePersistent data in a Chart and Adding points from front end
I am building an ASP.net application using VB. that uses a chart. I want to add data from the front end and keep that data that is already in the chart. From my research it appears I need the...
View Article[RESOLVED] Does anybody knows if RMChart works with Ms Access (OCX)
Hello yesterday i stumbled on an abandoware (RMCHART) that seems to do the job for my needs The problem is that although it installs just fine i can't use it on Ms ACCESS I reference it but when i try...
View ArticleChain Reactions!
I have a track bar which when it is moved updates a text box to display the actual value. Or if I input to the text box it needs to update the trackbar. The problem is (I think) that they each fire off...
View ArticlePrint Rich text box data with data report
I have developd hospital managment softwere. I use access as databse. I use datareport to print data. I have one field name "Investigation" which contains .textRTF data from richtextbox. My data are...
View ArticleDonation Problem
Hi, I made a donation on the understanding that I would be supplied with registration codes in 24 hours. I have received nothing. Donation details are :- Transaction ID: 9C425393KP8966318 Transaction...
View ArticleNeed to open a network cash drawer
Not a programmer but need to create a utility to open a network cash drawer. We are switching our Point of Sale app and require new cash drawers. New drawers will work fine with new app but not the old...
View ArticleVS 2017 [HELP CODE BEGINNER] RETRIEVE THE name picture FROM A PICTUREBOX ?
Hi everyone! :) i have some trouble to finish my program! my problem is how can i retrieve the name of a picture from a picturebox without extension on a label SOMETHING LIKE THIS: label1.text =...
View ArticleScaleWindowExtEx, ScaleViewportExtEx for zooming
Hi dear forum. Does anybody have an example that shows how to use these GDI functions for zooming a window ? Code: Declare Function ScaleWindowExtEx Lib "gdi32" _ (ByVal hdc As LongPtr, ByVal nXnum...
View ArticleUpload Media Items Or Files To Google Photos Using C#
Here's a post Upload Media Or Files To Google Photos Using Google Photos API, REST And C#.NET on how to upload media items or files to Google Photos Cloud using C# console application and REST. This is...
View Article[RESOLVED] SQL Server - would this be a pivot or something else?
Here are my query and results: Code: select pri.[customer_id], pri.[EmpID] as PrimaryRep, sec.EmpID as SecondaryRep from EmpSalesReps pri left join EmpSalesReps sec on sec.customer_id = pri.customer_id...
View ArticleGet PID of each process
Hello VB Forums! I'm struggling to do this thing for a long time, couldn't find a valid solution. So, here's my thing: If the user press on "start1" button, will start a process, get it's pid, all good...
View ArticlePrivacy advices needed about remote database connection via VB .net...
I am developing an application in which I need to connect a remote database. There is no problem about the connection and app is working well. It connects to the database, insert new records or gets...
View Article