Search:
Type: Posts; User: Thierry69
Search:
Search took 0.12 seconds.
-
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...
-
wqweto, during the enumaeation of forms, forms are loaded, but not unloaded.
So in big projects, an Out of Memory occurs
This is the reason of my modification
-
It should be same problem as I had
-
The designer for forms remains opened
So when too much forms are in memory -> Out of memory
So you need to close the designer at the end of your For Next :
If (iComp.Type =...
-
I have found the reason, give me a few minutes to test again.
NB : Extraction of the strings gave me 18000 lines :)
-
Of course :)
I am 100% up to date, and it is a commercial product (quite big, millions of lines)
-
I modified the addin just tohandle UC.
I worked
Unfortunately I have exactly 26 UC (it crashed on the 26's form)
I still investigate
Some comments :
Extracting string (I found 2 labels that...
-
No problem of ram (32gb)
I'll try to figure out
-
I have found the reason.
I just had to open the main designer to make it work (just to let you know)
-
Same problem.
Always on the same form, the 26's form
-
I had a out of memory on this line :
Set iDes = iComp.Designer
than it corrupted the form (I had a backup)
NB : It is a big project with 236 forms & 26 UC
-
Seems intersting (looking the code), but no way to compile it
"Compile Error Procedure declaration does not match description or event or procedure having the same name"
on
Private Sub...
-
Just looking intot the sources & project, and some interesting code :)
Like this one to listen the Event Viewer log of Windows
Dim objServices As SWbemServices
Dim WithEvents objSink As...
|
Click Here to Expand Forum to Full Width
|