Search:
Type: Posts; User: Thierry69
Search:
Search took 0.17 seconds.
-
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...
-
Try like
SELECT Element.Field1, Element.Field2, Count.Field1, Count.Field2 , Sample.Kilovolts, Sample.Numbers, Sample.Sets, "
etc...
Avoiding *
-
I know there is a limit for the number of returned fields.
I had the same too (ADO)
Reduce the number of fields instead of using the *
-
-
I opened the project in notepad (not VB), and I can't trust the project.
I suggest to not open it and run it in VB
-
Nb : La Volpe, have you seen my message?
-
NB : For testing, I always tag like ' ######
So I can do a search for the string to remove the uneeded lines
-
Yes, LaVolpe's project can do it, and in combination with VBIDEUtils (addin open source now), you could find nearly everything
I use both for my projects
-
Tested and works perfectly.
I had in my mind to do the same, juste delete vbw files
-
Just wake up and already done....
So no need for me to do it :)
I'll take a look
-
Good idea.
If I have time tomorrow, I could investigate to create it
|
Click Here to Expand Forum to Full Width
|