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
-
UPCOMING
Grant Stinchfield
29 minutes agoBillions for Nothing: New Study Reveals Widespread Fraud and Ghost Enrollments in Obamacare
-
1:00:58
VINCE
3 hours agoBiden Is Back: "Democracy Is At Stake" (w/ Michael Knowles)| Episode 156 - 10/28/25
136K90 -
LIVE
Dr Disrespect
3 hours ago🔴LIVE - DR DISRESPECT - BATTLEFIELD 6 - REDSEC LAUNCH - BATTLE ROYALE
1,612 watching -
1:27:53
Graham Allen
3 hours agoINSANE Libs Are Dressing As Dead Charlie For Halloween… + His Killer Getting Special Treatment??
102K44 -
Badlands Media
9 hours agoBadlands Daily: October 28, 2025
29K9 -
51:06
House Republicans
2 hours agoHouse Republicans Leadership Stakeout
6.57K1 -
1:15:01
Benny Johnson
2 hours ago🚨New Biden BOMBSHELL Criminal Evidence Released LIVE Right Now | All Pardons 'Void' | DOJ Ready...
19.1K20 -
LIVE
The Big Mig™
3 hours agoMamdani Is A Liar - Nothing Will Change Once He Is Elected
5,162 watching -
LIVE
The State of Freedom
3 hours ago#345 A Vision of Restoration for California w/ Ché Ahn
41 watching -
LIVE
StoneMountain64
2 hours agoBattlefield REDSEC Battle Royale GAMEPLAY & 1st Impressions (Free to Play LAUNCH DAY)
77 watching