{"id":24482217,"url":"https://github.com/ozzies-code/mivinculoweb","last_synced_at":"2026-02-14T07:32:46.851Z","repository":{"id":270921212,"uuid":"911854692","full_name":"ozzies-code/MiVinculoWeb","owner":"ozzies-code","description":"Aplicacion sencilla que conecta a Visual Basic con un vinculo web.","archived":false,"fork":false,"pushed_at":"2025-01-04T03:06:07.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T12:46:43.553Z","etag":null,"topics":["visual-basic","visual-studio","weblink"],"latest_commit_sha":null,"homepage":"https://github.com/ozzies-code/MiVinculoWeb/tree/master","language":"Visual Basic .NET","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ozzies-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-04T02:56:59.000Z","updated_at":"2025-01-04T03:08:31.000Z","dependencies_parsed_at":"2025-01-04T04:16:56.781Z","dependency_job_id":"881a0c3a-3193-49cf-8dd0-caed67a2d2ff","html_url":"https://github.com/ozzies-code/MiVinculoWeb","commit_stats":null,"previous_names":["ozzies-code/mivinculoweb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ozzies-code/MiVinculoWeb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FMiVinculoWeb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FMiVinculoWeb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FMiVinculoWeb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FMiVinculoWeb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ozzies-code","download_url":"https://codeload.github.com/ozzies-code/MiVinculoWeb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FMiVinculoWeb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29439506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["visual-basic","visual-studio","weblink"],"created_at":"2025-01-21T12:13:07.599Z","updated_at":"2026-02-14T07:32:46.834Z","avatar_url":"https://github.com/ozzies-code.png","language":"Visual Basic .NET","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MiVinculoWeb\n\n# Descripcion\n\n Este proyecto consiste en una aplicacion que le permite a Visual Basic\n abrir un vinculo web a un sitio Online .\n \n # Actualizacion: 03/01/2025\n # Hora: 23:03\n\nDetalles técnicos del proyecto:\nIdioma: Visual Basic.NET\nVersión del framework: 4.7.2\n\n# MyWebLink\n\n# Description\n\nThis project consists of an application that allows Visual Basic\nto open a web link to an online site.\n\n# Update: 01/03/2025\n# Time: 23:03\n\nTechnical details of the project:\nLanguage: Visual Basic.NET\nFramework version: 4.7.2\n\n![imagen](https://github.com/user-attachments/assets/ac6e6526-4467-4dcc-94ee-81b4bdb42dda)\n\nCode of the Project:\n\nImports System.Diagnostics\n\nPublic Class Form1\n    Private Sub LinkLabel1_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked\n        ' Cambiar el color del vínculo al configurar LinkVisited como True\n        LinkLabel1.LinkVisited = True\n        ' Usar el método Process.Start para abrir el explorador predeterminado\n        System.Diagnostics.Process.Start _\n        (\"http://www.mcgraw-hill.com.mx/Mexico/Default.htm\")\n\n        ' Si el explorador predeterminado no es Internet Explorer, se puede abrir el sitio web en Internet Explorer\n        ' System.Diagnostics.Process.Start(\"iexplore.exe\", \"http://www.mcgraw-hill.com.mx/Mexico/Default.htm\")\n    End Sub\nEnd Class\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozzies-code%2Fmivinculoweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fozzies-code%2Fmivinculoweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozzies-code%2Fmivinculoweb/lists"}