Hi Jan,
And which one do you use ? Chilkatcrypt2 ?
Search found 501 matches
- 29 Mar 2016 13:58
- Forum: Visual Prolog
- Topic: AES encryption
- Replies: 3
- Views: 3623
AES encryption
Hi, Is it possible to make this type of encryption using VP 7.3 : Algorithme : AES Mode : CBC Padding : PKCS5Padding Bloc size : 128 bits Does this following is an AES scrypting ? implement crypt open core constants className = "crypt/crypt". classVersion = "". class facts v0_ : unsigned := 0. v1_ :...
- 10 Feb 2016 9:23
- Forum: Visual Prolog
- Topic: About Preventing two instances of a program to run simultaneously
- Replies: 2
- Views: 2603
- 9 Feb 2016 13:29
- Forum: Visual Prolog
- Topic: About Preventing two instances of a program to run simultaneously
- Replies: 2
- Views: 2603
About Preventing two instances of a program to run simultaneously
Hi, Using the code from this post : http://discuss.visual-prolog.com/viewtopic.php?t=6596&start=0&postdays=0&postorder=asc&highlight=mutex , the following message is displaying (when a second instance of my application is started tu run). Question : is it possible to replace this message with my own...
- 3 Feb 2016 14:14
- Forum: Visual Prolog
- Topic: Time conversion
- Replies: 7
- Views: 3590
- 3 Feb 2016 12:13
- Forum: Visual Prolog
- Topic: Time conversion
- Replies: 7
- Views: 3590
- 3 Feb 2016 0:16
- Forum: Visual Prolog
- Topic: Time conversion
- Replies: 7
- Views: 3590
Re: Time conversion
Hi, Is it possible to convert "05:56PM" to "17:56" with VP 7.2 ? ...or to recover "17:56" from "05:56PM" ? I've tried this following code without success : GMT = gmtTime::new(), TF = timeFormatter::new(), TF:setFromString(GMT,"05:56PM","hh:mmtt"), ======================================== Dump: 2016/...
- 2 Feb 2016 18:37
- Forum: Visual Prolog
- Topic: Time conversion
- Replies: 7
- Views: 3590
Time conversion
Hi,
Is it possible to convert "05:56PM" to "17:56" with VP 7.2 ?
Is it possible to convert "05:56PM" to "17:56" with VP 7.2 ?
- 5 Dec 2015 20:34
- Forum: Visual Prolog
- Topic: gui_native and extractIcon
- Replies: 0
- Views: 3182
gui_native and extractIcon
Hi,
How to save the icon in an *.ico file after using this code ?
How to save the icon in an *.ico file after using this code ?
Code: Select all
HIcon = gui_native::extractIcon(mainExe::getCurrentHinstance(),"c:\\My_application.exe",0),
- 13 Nov 2015 8:57
- Forum: Visual Prolog
- Topic: VP 7 VDE specification
- Replies: 1
- Views: 3102
VP 7 VDE specification
Hi, If I add a constant in my project like : constants my_const = "_zzzz". ...is it possible to add dynamically the contain of my_const in the name of the project application each time I compile my project ? For example, if the name of my project = "applic_1.prj6", for the moment, each time I compil...
- 22 Oct 2015 15:22
- Forum: Visual Prolog
- Topic: How to recover Capslock on or off ? [resolved]
- Replies: 1
- Views: 3059
I've found : 
You can delete this post (as you want).
Code: Select all
gui_native::getKeyState(gui_native::vk_Capital)

You can delete this post (as you want).
- 22 Oct 2015 15:11
- Forum: Visual Prolog
- Topic: How to recover Capslock on or off ? [resolved]
- Replies: 1
- Views: 3059
How to recover Capslock on or off ? [resolved]
Hi,
how to recover if Capslock is on or off ?
In ..pfc\windowsApi\console_api\console_native.cl, I see a constant named "capslock_on", but I don't understand how to use it...
Many thanks for your help.
how to recover if Capslock is on or off ?
In ..pfc\windowsApi\console_api\console_native.cl, I see a constant named "capslock_on", but I don't understand how to use it...
Many thanks for your help.
- 15 Oct 2015 15:01
- Forum: Visual Prolog
- Topic: vPcURL encoded an URL
- Replies: 8
- Views: 5542
- 14 Oct 2015 13:32
- Forum: Visual Prolog
- Topic: vPcURL encoded an URL
- Replies: 8
- Views: 5542
Hi Jan, curl_easy_escape convert ALL special caracters like "-","_","/",".",etc... too, but it's not my goal. Before to call : C:curl_easy_setopt(vPcURLconst::cURLOPT_URL, vPcURL::s(URL)), I need to convert only some special caracters like in this URL : https://www.bmw.fr/dam/brandBM/marketFR/countr...
- 8 Oct 2015 15:14
- Forum: Visual Prolog
- Topic: TaskWindow and mdiProperty
- Replies: 2
- Views: 4125