FUNCAO COM CRITERIO PREDEFINIDO
Caros,
Estou tentando fazer uma função para chamar minha msgbox personalizada a pergunta é:
COMO POSSO DEFINIR UMA LISTA DE OPÇÕES PARA SELECIONAR O TIPO DE MSGBOX COM AS OPÇÕES QUE TENHO ?
Function Msg(ByVal Titulo As String, ByVal Mensagem As String, TIPO (ALERTA, ERRO,...)
Tendo o tipo pré definido vou carregar a imagem via select
End Function
Grato!!
Estou tentando fazer uma função para chamar minha msgbox personalizada a pergunta é:
COMO POSSO DEFINIR UMA LISTA DE OPÇÕES PARA SELECIONAR O TIPO DE MSGBOX COM AS OPÇÕES QUE TENHO ?
Function Msg(ByVal Titulo As String, ByVal Mensagem As String, TIPO (ALERTA, ERRO,...)
Tendo o tipo pré definido vou carregar a imagem via select
End Function
Grato!!
Enum eTipo
ALERTA
ERRO
End Enum
Function Msg(ByVal Titulo As String, ByVal Mensagem As String, ByVal TIPO as eTipo)
Favor ENCERRAR o tópico já que problema foi resolvido!
Tópico encerrado , respostas não são mais permitidas