פורסם 2011 באוגוסט 2114 שנים מחבר אפשר לעשות ככה:CTRL C -> אם לא numeric -> א. לשאול אם לחפש מספר -או- ב. לחפש אוטומטית מספר בstringאגב, זה מוצר עם מחיר ישראלי. יש ביקוש להמיר משקלים למטבע אחר?בנוסף לזה, אני מתכנן לעשות אופציה שבה תהיה אפשרות להכניס מספר לתוכנה והיא תחשב לי אותו למטבעות לפי בחירה.
פורסם 2011 באוגוסט 2114 שנים מחבר תוכנה מעולה, יש מצב שאתה מפרסם את ה-source code שלה?הקוד נכתב בVS6. אתה צריך את הקוד שמוציא נתונים מהאתר של בנק ישראל?
פורסם 2011 באוגוסט 2114 שנים ממש שימושי, סחתיין הצעות לשיפור: *אפשרות בחירה על מיקום החלון עם תוצאת ההמרה(הכי נוח לדעתי זה מעל הטקסט המסומן). *להוסיף מחיר כולל מע"מ. *לעשות שזה יזכור את הבחירה האחרונה של סוג המטבע(להוסיף בתפריט התוכנה אפשרות לאיפוס הגדרת החלון שמופיע לבחירת סוג המטבע)
פורסם 2011 באוגוסט 2114 שנים מחבר 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 יש לאפשר Microsoft XML בReference ממש שימושי, סחתיין הצעות לשיפור: *אפשרות בחירה על מיקום החלון עם תוצאת ההמרה(הכי נוח לדעתי זה מעל הטקסט המסומן). *להוסיף מחיר כולל מע"מ. *לעשות שזה יזכור את הבחירה האחרונה של סוג המטבע(להוסיף בתפריט התוכנה אפשרות לאיפוס הגדרת החלון שמופיע לבחירת סוג המטבע) אין לי אפשרות להזיז את החלון של התוצאה. יש לי אפשרות ליצור חלון נפרד שקוף, שיופיע ליד סמן העכבר.
פורסם 2011 באוגוסט 2114 שנים אין לי אפשרות להזיז את החלון של התוצאה. יש לי אפשרות ליצור חלון נפרד שקוף, שיופיע ליד סמן העכבר. גם נחמד ואז אפשר להסתיר את החלון בTASK BAR. מחכה לראות את הגרסה הבאה, לילה טוב....
פורסם 2011 באוגוסט 2614 שנים מחבר 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 XP sp3 proffesionalWindows 7 sp1 ultimate
ארכיון
דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.