kcvinu Posted September 4, 2015 Posted September 4, 2015 (edited) Hi all,I know this is crazy idea. But for me, this is for my practice. A simple program to view the UDFs posted in this forum.Please see the attached image. First of all i am saying thanks for Juno_okyo. I got a *.md file from his GitHub depositary. When i saw this file, i thought i can make a tool with this file. So i have created an array with the file(With the help of autoit.I didn't type even a single character). Using this program.- First, choose an item from the combo box. Then all topics under that item will be displayed in the list box. Then select a topic from the list box. And its description will be displayed in the label. Then if you really want to see the whole post, you can press the "Go To URL" button. The specific post is in your screen. Here is link to the exe file. UDF Link Viewer V1.0.0.Exe Edited September 4, 2015 by kcvinu Spoiler My Contributions Glance GUI Library - A gui library based on Windows api functions. Written in Nim programming language. UDF Link Viewer --- A tool to visit the links of some most important UDFs Includer_2 ----- A tool to type the #include statement automatically Digits To Date ----- date from 3 integer values PrintList ----- prints arrays into console for testing. Alert ------ An alternative for MsgBox MousePosition ------- A simple tooltip display of mouse position GRM Helper -------- A littile tool to help writing code with GUIRegisterMsg function Access_UDF -------- An UDF for working with access database files. (.*accdb only)
kcvinu Posted September 4, 2015 Author Posted September 4, 2015 Actually This program is a part of my regex learning. All i have done was extract text from a huge text file and store it in a 2D array. Spoiler My Contributions Glance GUI Library - A gui library based on Windows api functions. Written in Nim programming language. UDF Link Viewer --- A tool to visit the links of some most important UDFs Includer_2 ----- A tool to type the #include statement automatically Digits To Date ----- date from 3 integer values PrintList ----- prints arrays into console for testing. Alert ------ An alternative for MsgBox MousePosition ------- A simple tooltip display of mouse position GRM Helper -------- A littile tool to help writing code with GUIRegisterMsg function Access_UDF -------- An UDF for working with access database files. (.*accdb only)
MimiOne Posted September 4, 2015 Posted September 4, 2015 Wonderful idea!Is it you please open the browser by default, and not systematically IE...Kind regardsM.C. kcvinu 1 I'm not always in my opinion...
Surya Posted September 4, 2015 Posted September 4, 2015 A Clean one i like it kcvinu 1 No matter whatever the challenge maybe control on the outcome its on you its always have been. MY UDF: Transpond UDF (Sent vriables to Programs) , Utter UDF (Speech Recognition)
kcvinu Posted September 4, 2015 Author Posted September 4, 2015 Thank you @SuryaThank you @MimiOne. But i didn't get your point. Spoiler My Contributions Glance GUI Library - A gui library based on Windows api functions. Written in Nim programming language. UDF Link Viewer --- A tool to visit the links of some most important UDFs Includer_2 ----- A tool to type the #include statement automatically Digits To Date ----- date from 3 integer values PrintList ----- prints arrays into console for testing. Alert ------ An alternative for MsgBox MousePosition ------- A simple tooltip display of mouse position GRM Helper -------- A littile tool to help writing code with GUIRegisterMsg function Access_UDF -------- An UDF for working with access database files. (.*accdb only)
coffeeturtle Posted September 4, 2015 Posted September 4, 2015 (edited) Thank you @SuryaThank you @MimiOne. But i didn't get your point. @MimiOne might mean that you might be coding to open the IE browser as opposed whatever the default browser is on any given system (e.g. Firefox or Chrome).Thank you for your work here. --> I just tested. The links open properly in my default browser. So i don't know what MimiOne's point is either. Edited September 4, 2015 by coffeeturtle kcvinu 1
kcvinu Posted September 5, 2015 Author Posted September 5, 2015 @coffeeturtle , I think the best idea is to open with the default browser. Because, if sombody uses chrome as def: browser, then they need to manage an IE window to read the post. And they need to toggle focus between their def; browser and IE. That's a mess. Spoiler My Contributions Glance GUI Library - A gui library based on Windows api functions. Written in Nim programming language. UDF Link Viewer --- A tool to visit the links of some most important UDFs Includer_2 ----- A tool to type the #include statement automatically Digits To Date ----- date from 3 integer values PrintList ----- prints arrays into console for testing. Alert ------ An alternative for MsgBox MousePosition ------- A simple tooltip display of mouse position GRM Helper -------- A littile tool to help writing code with GUIRegisterMsg function Access_UDF -------- An UDF for working with access database files. (.*accdb only)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now