Search:
Type: Posts; User: Thierry69
Search:
Search took 0.02 seconds.
-
I did a first simple test with TwinBasic with this code, using ADODB to make a query to an Access DB
Module TestADODB_Module
' This project type is set to 'Standard EXE' in the Settings...
-
Found myself the answer , using :
Private Declare Function MonitorFromWindow Lib "user32.dll" (ByVal hwnd As Long, ByVal dwFlags As Long) As Long
Now finding a way to display back to the right...
-
I have 5 monitors (yes, I know).
And it is very very usefull.
My main App is a MDI application.
I wrote a mechanism to extract some children form to be out of the MDI part, so I can disply...
-
Carles, have you seen my MP?
-
I have 32gb on my laptops since long time.
It helps when runnng VM while developping
-
I learned something today....
and you are giving me work to check in my app :)
-
Just tried it again.
Even the windows serach on my computer doesn't return *.pdf files
(only 1 PDF found)
so the problem should be on my computer
-
They are not shortcut.
On several thausands of files, it has only found arround 5/6 files, strange
-
I just tested locally on my local folder, but it doesn't return all the files to be searched.
I tried several way, reducing criterias, but no way.
Any idea?
NB : No indexing too
-
Very instructing
I haven't seen this post in 2019.
I tested it and it seems faster to search files on a network folder, instead of searching through all folders myself.
I will replace my...
-
I use nearly the same code intensivelly, and no problems
Public Function GetInternetPage(sURL As String, Optional bTest As Boolean = True, Optional bForceUTF8 As Boolean = True) As String
...
-
For non Alabama citizens, what is the point?
-
Ypu should read the books of Maurice Leblanc, I read them all :)
-
If needed, I have the French one (but not yet watched)
-
This is strange that this vb6fr.dll is required.
Never saw that before.
But I try always to install & run all my apps in English (even if I am a french people)
-
I also still use VB6 for 4 Commercial App (more than 1000 clients)
with high level functiunalities all in VB6 (OCR, QRCode, document managment, etc)
-
I finally found the reason.
My VB6.exe was patched to enable W10 themes (I don't remember from wich poste here).
I revert back to the orignal VB6.exe, and now no more slow problems
-
It is already in elevated mode :)
ButI think it could related to the fact that W10 shows the current status and snapshot in realtime during when you press ALT+TAB to switch beteen app.
Of course...
-
I have several CTL of course, but no time inside, and code in the Init to avoid IDE problems.
-
Now VBW so not when opening.
It is when running, in the project explorer.
If the IDE is minimized (when running) it is faster.
I tried this morning several things but nothing worked
-
even with no opened form/bas... within the IDE, in the project explorer, it switch non stop to other modules which slow down the execution.
And if I remember well it was not so slow a few month ago
-
Ho.
What a news.
I wish you the best for your future.
-
Since I have upgraded to te latest version of Windows 10, it seems that my app are runing slower (in IDE) when the IDE is shown on the desktop.
It seems that, in running mode, when I open a form...
-
I think Flyguille is right.
For example, in my source, I add automatic line number and remove them if needed (automatic qith VBIDEUtils), (this is for the error handling)
When I faced this...
-
I had exactly the same problem.
So I split the Select case in several sub function called :
Select Case
Case 1
...
Case Else
Call Sub1
End Select
-
I do everyday compact on access DB larger than 1.7 Gb
takes time but working
-
Personally, I use DeepL, better translation, in several languages
Here is my very simple code
Option Explicit
Dim objIE As Object
Sub testTranslate()
Debug.Print...
-
you can download the sources from VBIDEUtils, it can inspire you
-
If any IDE and compiler can compile my app (software sold) it can accomplish everything
As my app uses nearly everything possible under Win 32 and quite a lot of technologies, I can test it.
At...
-
He oui, Couin Couin.
Si tu as des problèmes de traduction, je peux toujours aider.
If you have some problems to translate your french, I can help
-
The most important is the compiler, to produce 64 bits app (not including multiple OS)
-
-
I have answered on the other thread
-
I took a look this morning and did some test, but haven't successfully dialed a number.
And no more time to investigate this WE
But you could install everything and do the tests, to dial from...
-
You can do it with the code I posted : https://www.vbforums.com/showthread.php?889447-Send-easily-SMS-with-your-mobile-1-by-1-or-per-batch
Just modify the class to manage it.
In fact I never...
-
Maybe, but this is not free...
-
Merci,
Vive, les francophones :)
-
Sometimes I need to send quite a lot of SMS.
You have 2 options :
- Use online web services
- Use your mobile
Using your mobile is cheaper.
I spent a lot of time to find the best solution...
-
I had to validate several thousand of emails, and as quickly as possible.
I couldn't find anything on the internet that was free and easy to use.
So I wrote a small program that validates emails...
-
I need to split and merge PDF very often, and I haven't found any easy and quick product to do that.
All the applications I've tested are heavy to load, or take several clisk and time to do the job...
|
Click Here to Expand Forum to Full Width
|