topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday January 15, 2025, 2:59 am
  • 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 ... 24 25 26 27 28 [29]
701
N.A.N.Y. 2019 / This is an entry for NANY 2019 - SCrypt
« on: June 16, 2018, 06:21 PM »
Hello all,
i like to introduce a small tool that i just finished and Contribute to Nany 2019.

Toolname: SCrypt.exe / Small File Cryptor
Target: Console Application
Compiler: Delphi 7 32bit
Whats the Point: It'll encrypt/decrypt a file
Project-Status: early Release, Basics should be final
Extras: Utilize MMX features, wasted time display for encoding/decoding
Limits: Untested max. Filesize, my guess is 2GB Limit, keys are fixed ATM (internal using a set of 4)

Source: not included, not avail by request.

Usage:
SCrypt.exe FileToTest.Ext

My App will never change Original File!
It will produce/overwrite two new Files:
1. FileName_ENC.ext = Original File in encrypted Format
2. FileName_DEC.exc = restored encrypted file

Tested with Windows 7 x64, Application might need Admin-Rights to create Files.
If you have wishes, suggestions or found a bug, drop a line, thanks!


!!!Attention Interested SCrypt Users:
This tiny tool does NOT provide much security!
Everyone who has this App can reverse any crypted file back since i do not provide Password crypting!!!!
For myself it was educational testing of MMX Chipset features to benchmark vs other Cipher/Crypter methods.
Anyway, decrypting a file by hand it is still not that easy like someone might think.

My Tool-Name has nothing to do with anything else called SCRYPT, its just short for "Small File Cryptor".

702
Try the "Grab Windows Object" capture type.
Found feature, thats perfect if i just want capture only popup, or other seperate controls, thanks it works great!!

703
Thanks for tipps!
Accidently i figured out another method wich works very good, or better, it works perfect!
I do Screencapture whole screen, here a save-Dialog popup (in my configuration),
i do leftclick trayicon so main window appear, the power relies under the hood, and this one is mighty!
In my case it already has pre-selected my target window,
i click on crop to selection,
done.
Sorry for asking i should have tried more first. (before i tried all combinations with grab window/grab region, no success)

And if you need an idea for a new feature, i hope that isnt included and i just did not found it, add something like a drag-crosshair that can be moved by mouse. Idea would be a feature that highlight any found [Control].[Handles]. I am bad at explaining but i hope it is understandable.
For example, dragging into a TotalCommander window would enable to grab region of control under mouse, like left or right files view.

704
Screenshot Captor / need advice to capture specific things...
« on: June 16, 2018, 02:08 AM »
Hello there!
I havent figured out yet how to capture

1) when i hover mouse in an application over entries and that entry display a tooltip, how can i capture window that the shown tooltip is included?
On my Pc, as soon as i invoke hotkey to capture window the tooltip hides.
Using Coolbar would close tooltip because mouse isnt over entry anymore.
2) when i open a popup menu in an application, how can i capture window with shown popup menu, or just the popup menu if avail?
On my Pc, as soon as i invoke hotkey to capture window the popup menu hides.
Using Coolbar would close popup because i click mouse.

Any advice would be great!

705
Aslong its useful to anyone i try "to give working code", for myself its just educational.
Feel free to use code in your own projects, you are welcome! (Delphi or compatible required)
One little fix needs to be done, if CDDRIVE has no Disc, the Display is wrong, rest should be final.
I dont know yet if i'll update it, seems unneccessary.
btw. if anyone find anything could be done better or a bug, i am open for such, just tell  :D

706
Sorry, needed another Post #1 update, last time i hope :-[

*fixed another Integer<>Cardinal issue :'(
*removed 700kb Icon-Data :o
*added all missing Bustypes :(

707
If anyone interested, an updated Version is avail in Post #1, should be final i hope :-)

708
Ohhh... than sorry me and the other Post by me, you can keep files, its free for all :)

709
Hi there,
heres a small Tool that will List all connected Drives/Partitions with its proper Drivenumber.
My goal was to achive "On wich Drive is a Partition hosted".

Screenshot: Preview_DiskDrive.JPG

Full Delphi Source included, have fun!

*updated the DriveType, sorry i used outdated function, now correct Winapi used.
*corrected integer <> cardinal type issue
*corrected CDDrive to Drive #255 (<- this feature needs inserted media to properly work)
*added Bustype to seperate Usb-Drives and Internal (both are of kind "Fixed")
*corrected Display formatting

Download with Full Delphi Source is up again, sorry for earlier Release!

Forgot to mention, this tool need admin-rights to properly work!
*added UAC Manifest with requestedExecutionLevel level="requireAdministrator"

I am more than sorry, another Integer<>Cardinal issue fixed and upgraded Bustypes to all current possibilities (Sd, Mmc, Virtual etc)

Included Binary compiled with Delphi 2009.

710
My way with your app is a bit different because i dont know all features. :-[
TrayIcon = App starts with Windows, Hotkeys are cool with my others.
Either Coolbar or just Hotkey invoking was my usage style (since i didnt knew that the actual Program has an Interface behind TrayIcon, blame on me!)
I will try to adopt like you said, Snap whatever and collect until i open main GUI, maby edit, and finally save, good advice! Thank you!

711
omg, i cant believe what i see!
I always just used Hotkey with its Save-Dialog or Rightclick on Tray, left clicking never tried before.
Its awesome, fully Paint features, fantastic! Thanks and found "Edit"  :Thmbsup:

712
I am sorry but cant find "Edit" at all...... i am so new to this app but i  :-* love it!
Screenshot - 12_06.png Where is "Edit" ?

713
Thanks for fast reply, moving Window fix my issue!
You might try the new advanced option under the Edit menu called "Auto Adjust Selection to Fit" as an alternative way of shrinking the outside crop to the window borders.
Could you show me where i find that option please?

714
What you see is a Modal OnTop Error Dialog-Box from RADStudio.
Screenshot - 10_06.png as you can see it snap something from behind too, made with "Grab Active window" Feature.
Or did i do wrong? "Grab selected Region" would end up in this case with an image what shows alot more background stuff, i dont know why scrollbars is visible yet.

715
Hello, i am new to this Forum, i tried your WHAT and would like to share a found bug with you.

Reproducable:
Open App, Click where Mouse Shape becomes a Cross to select a window.
Press Multiple times key "Escape" = Application closes but Cross-Shape stays.

Rest of it works good as far as i tested in 10 minutes!

716
Thank you for your warm welcome!
I may could need a location where i could help code some specific tool, or discuss source code in general. Those are topics i like and havent searched yet.
Just capturing a part of the screen is exceedingly easy to code.
Indeed, since i am a beginner on that subject i use "easy-tricks" to be able to capture any content. You may have a link to Source Code discuss for this program aswell?

717
Answer accepted as The Solution, i was kinda blended by so many options, your arrow aims my target and it works like it says, perfectly!
Thank You very much for that quick solve!

718
Tested OS: Windows 7 x64

I've tried this Application for the first time and for myself i cant find anything goes wrong. Everything works like it should be, no false promises made!
Even the free registering process was more than easy to accomplish, i've tried it!  :up:
Due the fact that i hobbycode something similar ATM but far not that good, i know how hard it is to capture something correct, especially layered or overlay window is hard to grab for beginners like me, so both thumbs up with a huge smile since all works out of the box!
You have my full respect for this piece of Gold! It is awesome and should be standard on every ones Pc.  :Thmbsup:

One little wish i have, or i did not found proper option yet, i would like to turn off the Explorer Window that open after saving finished, how to?

I am sorry if i messed up language, german guy speaks :D

Pages: prev1 ... 24 25 26 27 28 [29]