Pré-multiplying images
Hello friends, After pre-multiplying the image of the globe with the mask, and drawing it on the canvas, there is a dark shadow around the image, how can I remove the dark shadow and leave only the...
View ArticleAnother json solution written for VB6
The code below has two classes, a JsonArray and a JsonObject, so we can make json objects starting from an object or an array. Parser included in both objects. Also the parser isn't recursive. The...
View ArticleDisplay Unicode Chess Symbols in Text Boxes
Hi, I've been searching online but haven't been able to find a way to display Unicode characters in VB6 text boxes (including the rich text box). In particular, I would like to be able to display the...
View ArticleUsing VB6 to dial an Android phone
Hey guys. Bit of a long shot here... but is there any way to have VB6 dial a phone number? So I've got Mr. Smith at 555-555-1212 and I want to call him. About the only thing I can think of is using an...
View ArticleNeed a control that allows for editing for web page?
I have a need to build a single web page. This page will essentially allow the user to insert an image (if they choose to) and then be able to write a paragraph or two and then format this information...
View ArticleMYSQL data adapter update data table via datagridview from another form
Hi All, my first post as beginner, apologies for any mistakes! I have searched a lot for this but cannot get it to work as desired. In Form A I can use the update method from datagridview without...
View ArticleCopying Formatted Text Out of a Rich Text Box
If I've formatted a rich text box as follows: Code: RTB9.SelStart = 0 RTB9.SelLength = 6 RTB9.SelBold = True RTB9.SelText = "Hello1 " RTB9.SelStart = 8 RTB9.SelLength = 6 RTB9.SelBold = False...
View ArticleUsing Visual Basic to update excel file
I know this is easy, but everything is hard for a noobs. I am using VB to create a database in excel, so far i have figured out how to open and write data in the excel file, but the problem is it keeps...
View Articlehao to call Sqlite3.dll with cdecl?
With m_cCDECL sqlite3_exec = .CallFunc("sqlite3_exec", sqlite3, VarPtr(bvData(0)), 0, 0, 0) End With I WANT TO DO LIKE THIS: address1=GetProADDRESS (dll,"sqlite3_exec")...
View ArticleSQL - manipulate group by result into one row
Hi I have a little bit of issue here. I get the group by right but then what I need is to have one row for each case ID with a final result of whether the case is RFT or NRFT. The Final result shall be...
View ArticleSpeed up recorset over ADO connection Is in LAN
Db Is Access. I use this Path: \\server1\dir1\db1.mdb SQL="select r,Z,x from tab1 where a='7'" The problem! Ti retrieve 82 recordset the run arround 30 secs!
View ArticleWIA 2.0 Vector.Add() method slow
For some reason Vector.Add() became ridiculously slow starting in Windows Vista. What is documented is that most support for non-still images (i.e. video) had been crippled because too many people were...
View ArticleVS 2013 Need example how to Open/ Read/ Save Hex file please...
Need example how to Open/ Read/ Save Hex file please... I have 2 diferent files. (.bin) I need some Hex data coppy from file2 and replace to file1, but need save as file3. I need to use Open and Save...
View ArticleAscii string decoding
Hi All I have created a data matrix barcode (values differ depending on sql record returned), and when i scan into notepad++ i get: [)>RS06GSP12345GSQ100GSK50023098GSRSEOT However scanning into a...
View Article[RESOLVED] 1.2345 ^ x = 10000 , How to fast get value x
Hi, ALL ~ 3 ^ x = 81 --> x = 4 1.00003 ^ x = 10000 ---> How to fast get value x
View ArticleDGV Value Not Updating
I am using a DGV to display some values that are not linked to any database. The DGV contains some ComboBox Columns. When I select a new value in a combo box then try to "get" the new .value of the...
View ArticleVB.NET 2018 Vertical tab control
hello, please can someone help how to code a vb.net form with vertical tab control and text horizontally?
View ArticleVS 2017 Loading Windows and Custom Fonts Into Combobox
Hello I am creating a Chat Program and need some help with fonts. I have a combobox that I would like to populate with fonts but had some questions about how to do it. How can use I fonts that will be...
View ArticleCould not connect to system event notification service
I get this message shown. I've tried everything on this link https://softwarekeep.com/help-center...e-on-windows-7 Everything seems to be in order. All the services are running fine when I check the...
View Articleconnect mysql server withouth connector
connect mysql server withouth connector, possible? naturally to use in vb6.
View Article