Premium Only Content

🆕 Como utilizar FORMULARIOS DE ARRANQUE, PANEL DE CONTROL 🔥 OCULTAR ÁREA DE TRABAJO DE ACCESS 🔥Tip 4
🆕 Como utilizar FORMULARIOS DE ARRANQUE 🔥 PANEL DE CONTROL 🔥 OCULTAR ÁREA DE TRABAJO DE ACCESS 🔥Tip 4
En este video veremos cómo utilizar Formularios de Arranque, programarlo un tiempo mediante código VBA para que después de un tiempo mande llamar al panel de control que funcionara como Menu Principal, además ambos Formularios estarán programados mediante código VBA para ocultar el área de trabajo de Access.
Codigo VBA
Option Compare Database
Dim Contador As Integer
Option Explicit
Const SW_HIDE = 0
Const SW_NORMAL = 1
Const SW_MINIMIZED = 2
Const SW_MAXIMIZED = 3
Private Declare PtrSafe Function IsWindowVisible Lib "user32" (ByVal hwnd As Long) As Long
Private Declare PtrSafe Function ShowWindow Lib "user32" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long
Private Sub Form_Open(Cancel As Integer)
Contador = 0
Call ShowWindow(hWndAccessApp, SW_HIDE)
End Sub
Private Sub Form_Timer()
Contador = Contador + 1
If Contador = 100 Then
DoCmd.Close
Call ShowWindow(hWndAccessApp, SW_HIDE)
DoCmd.OpenForm "Panel de Control", acNormal
End If
End Sub
Videos de como crear un Panel de Control en Access
Creacion de un Menu Principal a traves del Panel de Control
https://www.youtube.com/watch?v=5KCfEZi874o
Personalizar el Menu Principal
https://www.youtube.com/watch?v=AuiL5EGHSN4
Que lo disfrutes!!!
Gracias y suerte.
Te invito a que cheques mis cursos completos gratis en
https://bit.ly/3lAYyEN
📣 Pagina web
https://cursosi.wixsite.com/cursos
📣 Pagina de Facebook
https://www.facebook.com/Cursos.practicos.informatica/
📣 Pagina LBRY
https://lbry.tv/@cursosi:c
Libros recomendados
https://go.hotmart.com/Q35897651V
https://go.hotmart.com/X36038798C?dp=1
https://go.hotmart.com/I36847405I
https://go.hotmart.com/I37596471P
📣 Gana dinero platicando con personas de otros países con Italki
https://www.italki.com/i/FEAAEe?hl=es
-
3:02:51
Tundra Tactical
20 hours ago $0.28 earned{LIVE NOW} GunTuber Plays Battlefield 6...Terribly
7993 -
40:50
The White House
2 hours agoPresident Trump Participates in a Bilateral Lunch with the President of Ukraine
9 -
54:57
Sean Unpaved
2 hours agoRodgers-Flacco TNF Showdown, CFB Week 8 Upsets, NFL Week 7 Edges, & Weekend Locks
15.9K -
2:05:45
The Culture War with Tim Pool
22 hours agoWokeness Is Dying, Conservatives Are Winning & Taking Back Entertainment | The Culture War Podcast
122K58 -
1:57:51
The Charlie Kirk Show
2 hours agoZelenskyy Gets to Know the King + Bolton Busted + NYC Showdown + AMA | Davis, McCoy | 10.17.2025
31.5K11 -
Neil McCoy-Ward
1 hour ago🚨 More Bank COLLAPSES Are On The Way... (AVOID These Banks!)
4.07K1 -
2:07:06
Side Scrollers Podcast
3 hours agoDiaper Furry Streamer Gets ONLY ONE DAY Suspension + Hasan PLAYS VICTIM + More | Side Scrollers
8.7K6 -
52:25
Steven Crowder
21 hours agoCAUGHT: Mamdani Campaign Admits Plans to Force NYPD to Defy ICE & Orchestrate Socialist Takeover
255K479 -
1:50:53
Nikko Ortiz
3 hours agoNEW Army Boot Camp In 2025... |Rumble Live
10.2K1 -
49:11
The Rubin Report
3 hours agoWatch Zohran Get Visibly Frustrated as His Fox Interview Backfires Spectacularly
32.7K32