[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 ArticleUpdate a field in multiple tables
Hey all, We have a database with a number of tables that have a field that needs updating. The field name is the same across all tables and the value we need to update to will also be the same across...
View ArticleSQL Server 2018 - String Comparisons with Whitespace
I recently discovered the following will return a 1 for the TrailingWhitespace column: Code: SELECT CASE WHEN ' leading whitespace' = 'leading whitespace' THEN 1 ELSE 0 END AS...
View ArticleLegacy Conversion Fun
I am currently in the process of converting a legacy application from VB6 (originally written in VB3 and updated until VB6) and just for the record... I hate spaghetti code. Right now I am going...
View ArticleVB6: how can i speed up my draw pixel function DIB's?
heres my actual function for draw between line points: Code: Friend Sub DrawImageRectanglePoints(DestinationHDC As Long, Points() As Position3D, WorldSize As Size3D, Optional ByVal Opacity As Long =...
View ArticleVB6/VBA MS Access Developer needed - Remote work
Immediate opening for highly experienced VB6/VBA developer to rebuild existing MS Access database to a fully OO TDD, multi layer architected solution. Successful candidates will have min 5yrs...
View ArticleHow do you learn Visual Basic on the internet?
I'm looking everywhere for up to date Visual Basic tutorials and learning resources. I can hardly find anything outside of tutorials of the very basic syntax. Very little in the way of actually showing...
View Article