Skip to content

Commit 6abf238

Browse files
committed
update vs2019 environment
1 parent 58f97a3 commit 6abf238

File tree

5 files changed

+15
-216
lines changed

5 files changed

+15
-216
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Jay Two
3+
Copyright (c) 2019
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# URLDownload
2+
23
- Using Internet Explorer to download files
34

5+
![](data/URLDownload.gif)
6+
47
## License ank links
58
- URLDownload is under MIT License.
69
- Michael Dunn has main code copyright.
710
- https://www.codeproject.com/Articles/171/Using-Internet-Explorer-to-download-files-for-you
11+
12+
## Tested Environment
13+
- master branch : original source (1999)
14+
- vc2019 branch
15+
- Visual Studio 2019 (C++, MFC)
16+
- Windows 10 x64

URLDownload/URLDownload.dsp

Lines changed: 0 additions & 210 deletions
This file was deleted.

URLDownload/URLDownload.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ CAPTION "About URLDownload"
7979
FONT 8, "MS Sans Serif"
8080
BEGIN
8181
ICON IDR_MAINFRAME,IDC_STATIC,11,17,21,20
82-
LTEXT "URLDownload Version 1.0 (Dec 23, 1999)",IDC_STATIC,40,
82+
LTEXT "URLDownload (2019)",IDC_STATIC,40,
8383
10,160,8,SS_NOPREFIX
84-
LTEXT "Copyright (C) 1999 by Michael Dunn\nmdunn@inreach.com\nhttp://home.inreach.com/mdunn/code/",
84+
LTEXT "https://github.com/j2doll/URLDownload.Michael.Dunn",
8585
IDC_STATIC,40,25,160,32
8686
DEFPUSHBUTTON "OK",IDOK,208,7,50,14,WS_GROUP
8787
END
@@ -144,13 +144,13 @@ BEGIN
144144
BEGIN
145145
VALUE "CompanyName", "\0"
146146
VALUE "FileDescription", "URLDownload MFC Application\0"
147-
VALUE "FileVersion", "1, 0, 0, 1\0"
147+
VALUE "FileVersion", "2, 0, 0, 1\0"
148148
VALUE "InternalName", "URLDownload\0"
149-
VALUE "LegalCopyright", "Copyright (C) 1999\0"
149+
VALUE "LegalCopyright", "Copyright (C) 2019\0"
150150
VALUE "LegalTrademarks", "\0"
151151
VALUE "OriginalFilename", "URLDownload.EXE\0"
152152
VALUE "ProductName", "URLDownload Application\0"
153-
VALUE "ProductVersion", "1, 0, 0, 1\0"
153+
VALUE "ProductVersion", "2, 0, 0, 1\0"
154154
END
155155
END
156156
BLOCK "VarFileInfo"

data/URLDownload.gif

12.3 KB
Loading

0 commit comments

Comments
 (0)