Category "vb6"

How to remove time from date time in VB6

i am currently working with VB6, and i have this value of date that is like this: 2022-02-26T12:06:10+02:00 I followed this url too VB6: How to remove the Tim

how can i view .obj 3d model with .mtl file (without engine) in vb6 (needs to be fast because models bigger than 1 km)

how can i view .obj 3d model with .mtl file (without engine) in vb6 (needs to be fast because models bigger than 1 km I search but nothing solves this question

How to save a file in a directory vb6

I have written a code in which data is written to a csv file where the filename and pathname are hardcoded , is it possible to make the button save the file to

Error while trying to retrieve text for error ORA-01019 in VB6

I'm getting this error on vb6 when trying to connect to an oracle database, debugging puts me in this line, oracon.Open, here's my connection string. Provider=

How to deploy Provider SQLOLEDB.1 on windows 2008 R2 64-bit

In my VB6 application, I connect to the SQL Server 2008 R2 using Provider SQLOLEDB.1. This is not supporting on windows 2008 R2 64-bit. How to deploy "SQLOLEDB.

Vb6 Grouping Values in Flexgrid

I have a Flexgrid (vb6 not .Net) disconnected from any Db, having some rows like this: 135,00 4 218,00 4 100,00 10 6,00 4 15,00 22 I'm not able to cr

Use the ADO OpenSchema Method to get table list, column list and value

I am unable to get the values of the selected column in the value listbox.Please guide me my mistake.There seems to be some mistake in the private sub ListValue