Jump to content

UDF Link Viewer


kcvinu
 Share

Recommended Posts

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. 

 

 

000110.jpg

Here is link to the exe file.

 

UDF Link Viewer V1.0.0.Exe

Edited 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)

 

Link to comment
Share on other sites

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)

 

Link to comment
Share on other sites

Thank you @Surya

Thank 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)

 

Link to comment
Share on other sites

Thank you @Surya

Thank 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 by coffeeturtle
Link to comment
Share on other sites

@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)

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...