topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 5:07 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - KodeZwerg [ switch to compact view ]

Pages: prev1 ... 11 12 13 14 15 [16] 17 18 19 20 21 ... 29next
376
TotalCommander watches in realtime all changes.
The problem is how windows works or better how you application that write something work.

The filesystem will get a notification message to update explorer (and others) just after a file is written / the application that do writing have to close the filehandle. Some applications send several messages to explorer after they wrote a block of data.

The standard would be:
When an application create a file to write something, and pumps in data, all is done in your windows and hdd cache.
If you want to see every little change in realtime you should disable all caches.
You will notice that your hdd activity will increase by a lot of more disk reading and writing.
All become slower due to this but you will be able to see in realtime how a file grow.

377
N.A.N.Y. 2019 / Re: NANY 2019 - DblEscClose
« on: December 02, 2018, 02:24 PM »
Hello again, i've downloaded your latest Build and have to say, that what i've asked for - you done brilliant (add minimize option)


I do like this tiny tool, thank you for sharing it!

380
Download latest stable version from Official Web Page: HERE.

LATEST VERSION:

v4.31.1 - Dec 2, 2018

I am confused, if i follow link, there is only 4.29.0 download offered or version number not updated on that link?


Screenshot Captor - DonationCoder_com – Opera - 02_12.jpg

381
N.A.N.Y. 2019 / Re: NANY 2019 - DblEscClose
« on: November 30, 2018, 12:36 PM »
And I please fullfill others wishes as option to set, not as fixed stuff, i really do like how it is currently doing its job.
Later you might add some processspy ability to get classnames of focused handle, i might could help you if needed.

Ps: How about process exclusion list? That would be great solution for the game thing.

382
N.A.N.Y. 2019 / Re: NANY 2019 - DblEscClose
« on: November 30, 2018, 12:17 PM »
@KodeZwerg - I can add minimize to it easily. Not sure I understand what you mean by quick switch. Do you mean like Alt+Tab?
I mean, if press right mouse on icon, inside that menu two options to quick select between terminate/minimize.
I show you what i mean by this screenshot:
Split Files into Folders by KodeZwerg for DC late 2018 - 30_11.jpg
Whatever mode is active get bold font and radiobutton visible.
That i mean with quickswitch ability, less clicks to have most important option fast selected. Or checkbox, or just bold text, however you like.

383
N.A.N.Y. 2019 / Re: NANY 2019 - DblEscClose
« on: November 30, 2018, 11:10 AM »
Windows 10 x64 latest build = now it works.

If interested to develop, I would have a small idea to your utility.
Add possibility to minimize and a proper quick switch option for that inside icon menu.

384
N.A.N.Y. 2019 / Re: NANY 2019 - DblEscClose
« on: November 30, 2018, 10:35 AM »
Windows Server 2012 R2 U3 x64

After starting it, on the first press of {ESC} the application fails (and exits) with:
---------------------------
DblEscClose
---------------------------
Run time error  14
at line  52
---------------------------
OK   
---------------------------

Same for Windows 10 x64 latest build.

385
Hi there, I dont think the way you think it will work.
You could Alias to "Call_Name_X" and execute it. (as fixed statement for skype:number call)
But adding on-the-fly different numbers.... I doubt it.

386
Living Room / Re: Whatsapp functionality from PC
« on: November 26, 2018, 04:21 PM »
Or a simple IRC client/server application. Nothing more is WhatsApp in fact.

387
VStudio I do not own
You can download and install the free (as in 'free software') VS 2017 Community Edition from here so you can start experimenting. Knowing Delphi it isn't that hard, the basic (some pun intended) principles are quite the same. Do select C# as the initial development configuration.
Software you create yourself with it can be distributed freely.

You missed that part, but thanks!
but i will not install that piece of software.


I already have a programming environment that make me happy -> Delphi :-]

388
1. I managed to compile it with Visual Studio 2017. The 64-bit driver that is made as a result isn't working (but the 32-bit one does).
2. The 64-bit version does allow a 4 GB RAM Disk to be made.
I really have no idea what you said.
VStudio I do not own so a "The 64-bit driver that is made as a result isn't working" with a followed "The 64-bit version does allow a 4 GB RAM Disk to be made" sound a bit wierd information.

If you need help, I sure can assist with knowledge, but i will not install that piece of software.
When you tell whats not working, giving some text passages from source to describe where you stuck, then i could more help.
When you encounter problems with 64bit, you should be sure that your program is using proper types and calls and memory settings to work with 64bit. Especialy pointer operations are very sensible with 64bit.
Just tell compiler to compile as 64bit target wont change code for you, that you must handle on your own.
That said, my first guess is that you try use 32bit pointers with 64bit = BSOD

389
Living Room / Re: Whatsapp functionality from PC
« on: November 26, 2018, 01:11 PM »
From within WhatsApp, you should read their Api to understand how it works and read their TOS.
In short, what you want is not able to realize.

390
I was slightly wrong, you actual can increase to 2.5/3GB by setting PE flags.
I need to look how I did it within my beloved Delphi if you like to get that information.
But I really dont know if that is possible with a System Driver..... I am very unsure/sceptic!

391
I get BSODs when trying to copy files 2 GB or greater in size to it.
You need to code in 64bit to have access to larger file operations without further problems.
2GB is 32bit limit, you can not increase that value on its own, you only could workaround by reading/writing in chunks and not as one whole mapped memory block or as mentioned before, 64bit....

> I have not looked your source <

392
Living Room / Re: Happy Thanksgiving to DonationCoder folks - 2018
« on: November 23, 2018, 06:42 AM »
I dont know that religion but i respect it and since its something with food ( what i love... :P ) I Welcome it even more  :-*

393
Post New Requests Here / Re: Sort files
« on: November 23, 2018, 06:38 AM »
Thanks a lot for this! This helps me a great deal!

You are welcome, was fun doing it.

@Operators, feel free to move topic to finished.

Have a nice Day!

394
Post New Requests Here / Re: Sort files
« on: November 21, 2018, 10:11 AM »
Yeah it fits when it starts.

Skip my counting issue, i'm fully satisfied as it is as well.
It looks like this is a behavior of windows to fully overheated applications ^_^
In this build i replaced StatusBar with Static Text

Rest of Application is like prior release, good that the zero issue aint a real problem :)


Have fun using it,

KodeZwerg.


BTW i forgot to tell you, since its my way to interprete things....
in folder select box (when you hit on [..] for paths)
if you need to create subfolders
just switch there where you need one
in first line you see the path up to there
just add "\A Sub Folder" to it and press Return
it will ask you to create it for you.

395
Living Room / Re: Android and web app for unified inbox?
« on: November 21, 2018, 08:23 AM »
Gmail has own App, try if that also block.

396
Post New Requests Here / Re: Sort files
« on: November 21, 2018, 04:15 AM »
Strange thing that the StatusBar text dont fit into... i will investigate that.
When you start application, does in that case the text fit or same thing?

To folder numbering, my application works this way:
 - it collect all files
 - calculate how many folders are needed to be created
 - starting with whatever decimal number you enter ( decimal 0000000001 would always be just a decimal 1 )
 - it automatic fill up foldernumber with zeros to match final created folder, heres how it do if initial number is 1 =
     - if my application need to create 9 folders, no zero be added
     - if my application need to create 10-99 folders, one zero be added to 1-9
     - if my application need to create 100-999 folders, two zeros be added
     and so on....
 - I might add a feature to let you define how many Characters a final foldername should have and fill rest up with zero

It works great!
...
Other then that i'm more than satisfied!

Thanks!

Nice to hear and you are welcome :-)


I try fix StatusBar and add your requested feature....

397
Post New Requests Here / Re: Sort files
« on: November 20, 2018, 04:04 AM »
minor Update.

Whats new?
 - Added a mainmenu with gigantic two options :-)
   - Now you can choose working mode, Move (default) or Copy
 - Since it cost no time, files are sorted now

Whats next?
 - you tell me.


Enjoy,

KodeZwerg.

398
Post New Requests Here / Re: Sort files
« on: November 19, 2018, 11:31 AM »
First public release can be downloaded here.

Split Files into Folders by KodeZwerg for DC late 2018 - 19_11 002.jpg

Manual:
Download archive and extract with 7zip or compatible the .exe file.
Run SplitFiles.exe and you see above GUI.
Select source folder by clicking on [..]
Select destination folder by clicking on [..]
Tune options to your needs.
As soon as you click on "Begin" it will instant work without any more messages, just doing its job.
In StatusBar i tried to tell you status all the time.

Attention:
This program do not check destination for existence, neither folder nor files !
So always take care what you doing !!!

I hope this tool work for you as good as i could tested on my own.


Regards,

KodeZwerg.

399
Post New Requests Here / Re: Sort files
« on: November 19, 2018, 05:08 AM »
There is no need to enter initial foldername. Destination Root will be used and "1" "2" "3" etc will be created in there, depends on your initital count number, by default its "1" and would add zeros infront, if +9 folders = number be like "01" or if +99 folders = "001" etc..

400
Post New Requests Here / Re: Sort files
« on: November 19, 2018, 04:36 AM »
Split Files into Folders by KodeZwerg for DC late 2018 - 19_11.jpg

I hope this image make it now more clear, any questions left?

Source would be something like c:\download\
Destination Root something like c:\splitted\
Filelimiter = 666
Initial Name something like "Its Splitted now"
Initial counter = 1234

If press "Begin" it would collect all files inside Source.
Then it would create first folder as "c:\splitted\Its Splitted now_1234" and move 666 files into.
Repeat by increase foldernumber until no more files left.

Pages: prev1 ... 11 12 13 14 15 [16] 17 18 19 20 21 ... 29next