Search:
Type: Posts; User: Davor Geci
Search:
Search took 0.02 seconds.
-
Hello,
simple question, hope there is a simple answer :-)
Do you maybe know how to sign a xml file with a p12 certificate with vb6 and write the signature to a node inside this xml?
A code...
-
Thanks guys for your suggestions and solutions.
Couldn't login to vbforms for a few days, so couldn't respond.
I'm planing to use this within VBA (Excel VBA), dilettante do you maybe know if this...
-
Thank you guys,
as always you did provide helpful, constructive and interesting suggestions and solutions.
I had some troubles logging in to vbforums for past few days so couldn't respond.
At the...
-
How (do you) would you handle a problem when you need to have a numeric property (for example integer) and 0 and not assigned are not equal?
For Example:
Private m_iMyNumber As Integer
...
-
I'm creating a class module that will allow us to send telemetric data to Google Analytics from VB6 or VBA.
Data like Screenviews, Events, Exceptions (errors), Custom Metrics, Custom Dimensions,...
-
Because I don't have a form in this project, just a class I can't use the code from wqweto, by the way, thanks wqweto for posting it.
Eduardo I did some reading of the links from your post.
I...
-
And how to get it from any browser within the VB6 or VBA?
-
Thanks doberman2002,
thanks for your reply, you are also using a static User-Agent in this code.
How can we get the User-Agent from this code?
Davor
-
Hello,
I'm sending data to a server and need also to pass the User-Agent that identifies the windows version (I don't care about the browser version).
I now have a static value for the...
-
How to implement this in my code from 1. post?
-
Hello,
I'm sending a JSON with an XML to server and sometimes I get an error:
{"":{"Value":"","Messages":["Invalid character in the given encoding. Line 21, position 47."]}}
It looks like the...
-
I'm a little bit closer to the solution, but I have another challenge.
This is the code that I now have:
cJS.InitScriptEngine
Set JsonObject = cJS.DecodeJsonString(CStr(result))
Set...
-
Hello guys,
I'm getting from the server a JSON string with the statuses of a particular actions. In this case it returns results for 2 actions.
For
ID: 551720
and
ID: 551721
String looks...
-
Elroy & ChrisE,
thanks for your replies.
I don't want to code it myself, as you have already said it's a ton of work.
But as I can see that most of RAD tools out there have this build in, I don't...
-
Thanks for your replies guys.
It is a commercial project, so I didn't want to promote it, but if moderators allow me to explain what I'm searching for I will explain what I'm doing.
I'm the author...
-
Hello guys,
I have a vb6 app (RAD tool) in which I would like to add manipulation of database object for my users.
Creating tables, views, fields, maybe relationships for Access databases, MySQL &...
-
Tobby,
do share your findings with us, it could be interesting.
-
Yes this is true,
but I can't find any good and cheap replacment.
If it will still work on win10 for simple protection I will still use it.
Or do you guys know any other way to protect your vb6...
-
dz32,
THANK YOU!!!
VBCreateCodeShort3A >> VBCreateCodeShort3
-
Thanks Gusto for your reply.
I've placed the dll to syswow64, but it also gives this error.
-
Hello,
I'm trying to generate keys using SoftwarePassport / Armadillo CodeGen.DLL
But I'm getting this error:
"Can't find DLL entry point VBCreateCodeShort3A in CodeGen.DLL"
The code is:
...
-
I would give a try with Application Virtualization.
You install and run your vb6 app on the server and stream the display and the keyboard and mouse to the user.
For Azure there is a lot of work...
-
I would give a try with Application Virtualization.
You install and run your vb6 app on the server and stream the display and the keyboard and mouse to the user.
For Azure there is a company that...
-
Hello guys,
how do you protect your software and generate keys for selling.
Does anyone still use SoftwarePassport / Armadillo?
-
Hello Gusto,
maybe you should take a look at my project called Virtual Forms.
It dynamically creates the forms and controls at runtime and it can be also used in VB6 and VBA (32-bit and 64-bit)....
-
If the security is the question, couldn't he just use the SSH tunnel with PuTTY?
https://www.a2hosting.com/kb/developer-corner/mysql/remote-mysql-connections
-
Thanks, guys,
I will do a combination, in most cases, I will connect and disconnect this global connection. But in some cases where I have a situation where inside a function or sub another sub or...
-
Hello guys,
I have a very big project that previously was only used in a local environment and now it goes over the internet. The database in on a web server.
The project is designed to once...
-
Yes, guys this is just the thing that I wanted.
Thanks to all of you. I will test your solutions and see how this impact to the speed also.
Davor
-
Hello do we have in vb6 something more simple to do this:
myNumber = 6
myProduct = "Table"
myString = "This is my %i try to use this %j in my life"
myString = Replace (myString, "%i",...
-
Hello Rudy_Soft,
this is a 3 years old post. Maybe you should try with Public and not Friend.
Davor
-
Hello Rudy_Soft,
this is a 3 years old post. Maybe you should try with Public and not Friend.
Davor
-
Guys I would like to share with you my adventure.
Today I am very proud and excited !!!
The "HIGHEST RATED" badge on the learning platform Udemy, in an exceptionally competitive category,...
-
Thanks Victor, this works!
-
Hello,
is there a simple way if I store my images on a publicly available server, to dispay them in my my picture box?
Something like:
Me.Picture1.Picture =...
-
Thanks guys for your tips,
are there any plugins for GitHub & vb6 to automate the process like there is for VSS
-
Hello,
I'm thinking to put one of my vb6 projects to GitHub.
I see that there is not a lot of vb6 on GitHub, does it make any sense to put it there, or is this a waste of time?
Does anyone know...
-
Olaf,
is there something going on that we don't know????
-
gyhu thanks for your response,
In this article, as I can see, they use manifest files for this RegFree approach.
But in case of VBA, we can't modify Excel, Access or Word manifest files. Is...
-
Hello guys,
I've created a dll in VB.NET to connect vb6 apps and VBA projects to Azure cloud (Application Insight) to monitor and log performance and usage of vb6 apps and VBA documents in...
|
Click Here to Expand Forum to Full Width
|