topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday April 24, 2024, 6:23 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 - c.gingerich [ switch to compact view ]

Pages: prev1 ... 6 7 8 9 10 [11] 12 13 14 15 16 ... 30next
251
Living Room / Re: My 1-year Facebook Death-a-versary!!!
« on: December 01, 2014, 03:02 PM »
I have tried killing FB, but I have too many links from other site/apps that would die also.... at the least be too much of a pain to have to sign up again using just my email address.

252
I made a quick app called Folder by Filename - See if it would work for what you are asking.

It took this - http://f.cl.ly/items...112514_033551_PM.jpg
and made this - http://f.cl.ly/items...112514_033652_PM.jpg


If that looks like what you are asking for let me know and I'll shine it up so you can use it.

253
N.A.N.Y. 2015 / NANY 2015 Pledge: GUISpy Export
« on: November 11, 2014, 01:48 PM »
This will "spy" on a window or get a list of current windows and allow you to export the data to an XML file. I am not too good with XML files so here is a dump of a window. I am using the ID of the window, then an attribute with the CLASS of the window, then the text/title (if any) of the window is the value.... I was thinking should I use Window as the item name and then supply ID and CLASS as attributes? Thoughts?

Example:
<Window ID="%12345" CLASS="#myClass">Window Title<Window>

Window XML Export:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<%5964742 Class="#ISManage_Wnd">ISManage
  <%655932 Class="#TVDSStatus">noWindowText</%655932>
  <%393720 Class="#TVDSButton">Action...</%393720>
  <%5246080 Class="#TVDSButton">Edit Info</%5246080>
  <%331250 Class="#TVDSButton">Clear Fields</%331250>
  <%2754692 Class="#TVDSButton">Delete Office</%2754692>
  <%39453664 Class="#TVDSButton">Cancel</%39453664>
  <%12651314 Class="#TVDSButton">Add Office</%12651314>
  <%14355474 Class="#TVDSGroup" Class="#TVDSButton">Cancel
    <%265872 Class="#TVDSButton">...</%265872>
    <%396892 Class="#TVDSEdit">noWindowText</%396892>
    <%6686618 Class="#TVDSCombo">None|0|</%6686618>
    <%265756 Class="#TVDSCheck">Document Sharing</%265756>
    <%16518174 Class="#TVDSCheck">Local Signing</%16518174>
    <%396776 Class="#TVDSCheck">General Signing</%396776>
    <%396764 Class="#TVDSCheck">Kiosk</%396764>
    <%396922 Class="#TVDSRadio" Class="#TVDSEdit">4
      <%396782 Class="#TVDSGroupBtn">No</%396782>
      <%331260 Class="#TVDSGroupBtn">Yes</%331260>
    </%396922>
    <%658780 Class="#TVDSSpinEdit" Class="#TVDSRadio" Class="#TVDSRadio" Class="#TVDSEdit">noWindowText
      <%396938 Class="#TSpinButton">noWindowText</%396938>
      <%12189962 Class="#TVDSGroupBtn">No</%12189962>
      <%61147958 Class="#TVDSGroupBtn">Yes</%61147958>
      <%2428168 Class="#TVDSGroupBtn">No</%2428168>
      <%1706958 Class="#TVDSGroupBtn">Yes</%1706958>
    </%658780>
    <%4525284 Class="#TVDSRadio" Class="#TVDSRadio" Class="#TVDSEdit">May 29, 2014
      <%593506 Class="#TVDSGroupBtn">Inactive</%593506>
      <%86641454 Class="#TVDSGroupBtn">Active</%86641454>
      <%2166202 Class="#TVDSGroupBtn">No</%2166202>
      <%74320924 Class="#TVDSGroupBtn">Yes</%74320924>
    </%4525284>
    <%95684990 Class="#TVDSEdit">noWindowText</%95684990>
    <%15993814 Class="#TVDSEdit">noWindowText</%15993814>
    <%72747590 Class="#TVDSEdit">noWindowText</%72747590>
    <%30739924 Class="#TVDSEdit">noWindowText</%30739924>
    <%43716102 Class="#TVDSEdit">07016</%43716102>
    <%2886206 Class="#TVDSEdit">NJ</%2886206>
    <%855156 Class="#TVDSEdit">Cranford</%855156>
    <%7539758 Class="#TVDSEdit">Suite 205</%7539758>
    <%6554552 Class="#TVDSEdit">noWindowText</%6554552>
    <%3214582 Class="#TVDSEdit">noWindowText</%3214582>
    <%13044970 Class="#TVDSEdit">714</%13044970>
    <%25758818 Class="#TVDSEdit">noWindowText</%25758818>
  </%14355474>
  <%58656852 Class="#TVDSEdit">empowered</%58656852>
  <%67633338 Class="#TVDSButton">Search</%67633338>
  <%7474288 Class="#TVDSListView">agtlist
    <%12124354 Class="#SysHeader32">noWindowText</%12124354>
  </%7474288>
</%5964742>

254
N.A.N.Y. 2015 / Re: Ideas Wanted!
« on: November 11, 2014, 07:38 AM »
Oooh. I like that idea! I smell another NANY app I may take on..... I have list building up! LOL

I already have the backend, just need to have it export and make a few tweaks.

Screenshot_111114_090354_AM.jpg

255
N.A.N.Y. 2015 / NANY 2015 Pledge: Hide/Show Win
« on: November 10, 2014, 02:51 PM »
I am going to use this as my NANY as the one I am working on will take longer than I expected (bookmark manager :) ).

I had this for a while and lost the source code and decided to re-write it.

Just a simple app to list all the windows running (hidden or visible) that have titles and allow you to hide/show or close.

Webpage and download - http://vdsfreak.com/...713750/hide-show-win

256
N.A.N.Y. 2015 / Re: Ideas Wanted!
« on: October 31, 2014, 11:09 AM »
I'll give the bookmark manager a shot. Not sure about syncing, but stand alone will be easy enough. I have been trying to find something for NANY and have not found the "right one" yet. Maybe this one will be a keeper.

257
Coding Snacks / Re: Folderwatch (a MAC application) for PC's
« on: October 28, 2014, 12:53 PM »
Neat Idea. I just might make this my NANY 2015  :Thmbsup:

258
I haven't forgot about this. Turns out that Skrommel wrote something like this. I took some hints from that and I am adding them to mine as well as a buffer to restore previous clips and to only copy when the I-Beam cursor is showing as to only copy text.

259
Update: 1.0.0.4 -

- Added Restore Previous Clip function in case something was copied that you didn't want. :-) Thanks Miles for the idea.
- Fixed bug that could cause a crash if running outside of the US.

http://cgs.vdsworld.com/click.php?id=68

260
If testing outside of the US, I think you'll have a problem in this version. It may crash, but I am working on an update though. :-)

261
I think it may be your system  :( I have tested it on 2 other systems and it has been working as expected.

Can anyone else test and let me know of any problems?

262
Announce Your Software/Service/Product / Re: Paste As File 2.1.0.0
« on: September 27, 2014, 10:06 AM »
Cool. It's an old version I think but still, thanks for letting me know!

263
There is a 0.3 delay for the copy to make sure there a drag happening. Please try again and hold the left mouse key a bit longer before letting go to see if it works then. If that is the case I will have to either adjust the delay or change the code as to not include a delay.

264
Here is an update - Tried to fix the middle button paste and select issue. Please let me know.

http://cgs.vdsworld.com/click.php?id=68

265
Thanks for the feedback. I didn't put too much into it yet, just mainly wanted it for myself :-) It should work no matter which way you select.

I'll look into seeing if I can add a buffer for an undo and I'll look into the middle button paste issue. I did notice that on my system also sometimes, not sure what is causing that.

Thanks again!

266
This is a work in progress but I wanted to get some feedback.

Select Copy is a small program that will auto-copy selected text to your Windows clipboard without having to press the Ctrl+C key. You can also paste from the clipboard using your middle mouse button if you have one. Read the readme.txt file for more information.

Give it a try and let me know what you think. As I said it is a work in progress and there will be bugs.

http://cgs.vdsworld.com/click.php?id=68

267
Thanks sakiskom glad it works for you. And thanks skwire.  :up:

268
I have updated Note My File. To not include the extension of the source file, open the Note My File.ini in the install folder and change IncludeExt=T to IncludeExt= .

https://drive.google...NUU/edit?usp=sharing

269
I can make that an option. I'll try to make an update today.

270
I just whipped this up. Note My File, creates a text file with the same name as the selected file (using the context menu). Example Myapp.exe would make Myapp.exe.txt. If the TXT file already exists it will open in the default editor.

Download - https://drive.google...NUU/edit?usp=sharing

There are no setting, as I said just whipped it up... took less then 10 min :-)

271
Phrase Express is the one I hear most often

272
Found Deals and Discounts / Paste As File 1/2 off sale
« on: August 20, 2014, 08:32 AM »
Special sale for DC members and visitors! I am offering my Paste As File 1/2 off for $5.00 USD (+ tax) - https://www.paypal.c...ton_id=VZ9CUQ4H9Y9SY

What is Paste As File?

Paste As File is a windows application to paste the contents of the clipboard to a new file in the current folder via the windows explorer background context menu. It can paste as a text file, RTF file, PDF file, or image file based on the contents of the clipboard. Supported image formats are jpg, pcx, png, bmp, tga, gif, tif and PDF.

Paste As File was featured on TechZilla Daily: http://revision3.com...zdaily/paste-as-file

For more information and to download visit: http://vdsfreak.com/post/90261660490/paf

Purchase Paste As File using this sale price link via PayPal: https://www.paypal.c...ton_id=VZ9CUQ4H9Y9SY

Thank you for your support!

274
Announce Your Software/Service/Product / Re: Note5
« on: July 18, 2014, 09:17 AM »
Nice @tomos - Mind if I put these on my theme page?

275
@nkormanik - Thanks, I'm glad it'll work for you! Since I added command line support for the message you can pass a message to the EXE. So if the user has 5 tasks scheduled he can pass a different message to each one.

MessagePop.exe "This is message 1"
MessagePop.exe "This is message 2"
MessagePop.exe "This is message 3"


Pages: prev1 ... 6 7 8 9 10 [11] 12 13 14 15 16 ... 30next