תוכנה להמרת מטבעות (למי שקונה הרבה באינטרנט) - עמוד 2 - תוכנה - HWzone פורומים
עבור לתוכן
  • צור חשבון

תוכנה להמרת מטבעות (למי שקונה הרבה באינטרנט)


Zeev86

Recommended Posts

אפשר לעשות ככה:

CTRL C -> אם לא numeric -> א. לשאול אם לחפש מספר -או- ב. לחפש אוטומטית מספר בstring

אגב, זה מוצר עם מחיר ישראלי. יש ביקוש להמיר משקלים למטבע אחר?

בנוסף לזה, אני מתכנן לעשות אופציה שבה תהיה אפשרות להכניס מספר לתוכנה והיא תחשב לי אותו למטבעות לפי בחירה.

קישור לתוכן
שתף באתרים אחרים

ממש שימושי, סחתיין :xyxthumbs:

הצעות לשיפור:

*אפשרות בחירה על מיקום החלון עם תוצאת ההמרה(הכי נוח לדעתי זה מעל הטקסט המסומן).

*להוסיף מחיר כולל מע"מ.

*לעשות שזה יזכור את הבחירה האחרונה של סוג המטבע(להוסיף בתפריט התוכנה אפשרות לאיפוס הגדרת החלון שמופיע לבחירת סוג המטבע)

קישור לתוכן
שתף באתרים אחרים



Dim objDOMDocument As DOMDocument40
Dim element, subelement, i
i = 1
Set objDOMDocument = New DOMDocument
objDOMDocument.async = False
objDOMDocument.Load "http://www.bankisrael.gov.il/currency.xml?'+Math.floor(Math.random()*99999).toString()"
For Each element In objDOMDocument.getElementsByTagName("NAME")
Debug.Print "Item: " & i
For Each subelement In element.childNodes()
List1.AddItem subelement.Text
Next subelement
i = i + 1
Next


יש לאפשר XML בReference

ממש שימושי, סחתיין :xyxthumbs:

הצעות לשיפור:

*אפשרות בחירה על מיקום החלון עם תוצאת ההמרה(הכי נוח לדעתי זה מעל הטקסט המסומן).

*להוסיף מחיר כולל מע"מ.

*לעשות שזה יזכור את הבחירה האחרונה של סוג המטבע(להוסיף בתפריט התוכנה אפשרות לאיפוס הגדרת החלון שמופיע לבחירת סוג המטבע)

אין לי אפשרות להזיז את החלון של התוצאה. יש לי אפשרות ליצור חלון נפרד שקוף, שיופיע ליד סמן העכבר.

קישור לתוכן
שתף באתרים אחרים

אין לי אפשרות להזיז את החלון של התוצאה. יש לי אפשרות ליצור חלון נפרד שקוף, שיופיע ליד סמן העכבר.

גם נחמד

ואז אפשר להסתיר את החלון בTASK BAR.

מחכה לראות את הגרסה הבאה, לילה טוב.... :sleep:

קישור לתוכן
שתף באתרים אחרים



Change log
----------


Version 1.1 build 44 - 26.08.11
Added window for manual input of desired currency.
Added another option for the result window, now you can select if you want it to appear in the
taskbar or near the mouse pointer.
Added settings file.
Added offline icon indicator until the program successfuly retrieves all the data from Bank of Israel.
Fixed taskbar icon, it now appears once and not after every mouse click.



Version 1.1 build 42 - 17.08.11
Added currency selection window if the program does not recognize its symbol (must be numeric).
Added title with currency name to the result window in taskbar.



Settings.xml file
-----------------


Ping - set this variable to any domain or ip.
Before the program retrieves the data from Bank of Israel, it needs to know if the users internet connection is online.
If you are connected to the internet, and you still see "!" icon in the taskbar, change this variable to another domain or ip address.


ResultWindow - Set this variable to the following numbers:
1 - Taskbar result (default).
2 - Result window will appear near the mouse pointer.
Any other input will set the variable to its default option.




Contact
-------


[email]Zeevs86@gmail.com[/email]

http://www.mediafire.com/?3k7wj33zca0pxhq

התוכנה נבדקה במערכות הפעלה:

Windows sp3 proffesional

Windows 7 sp1 ultimate

קישור לתוכן
שתף באתרים אחרים

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

×
  • צור חדש...