@@ -348,7 +348,7 @@ Private Const SWP_NOSIZE = &H1
348
348
Private Const SWP_NOMOVE = &H2
349
349
Private Const SWP_NOACTIVATE = &H10
350
350
Private Const SWP_SHOWWINDOW = &H40
351
- Private Declare Sub SetWindowPos Lib "user32 " (ByVal hwnd As Long , ByVal hWndInsertAfter As Long , ByVal X As Long , ByVal y As Long , ByVal cx As Long , ByVal cy As Long , ByVal wFlags As Long )
351
+ Private Declare Sub SetWindowPos Lib "user32 " (ByVal hwnd As Long , ByVal hWndInsertAfter As Long , ByVal x As Long , ByVal y As Long , ByVal cx As Long , ByVal cy As Long , ByVal wFlags As Long )
352
352
'=================================
353
353
'NA FRENTE
354
354
' SetWindowPos Me.hWnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOACTIVATE Or SWP_SHOWWINDOW Or SWP_NOMOVE Or SWP_NOSIZE
@@ -500,7 +500,7 @@ End Function
500
500
'---------------------------------------------------------------------------------------
501
501
' Procedure : 28/08/2006 11:22 - ShowInfo
502
502
' Author : Heliomar P. Marques
503
- ' Purpose : Mensagens informativas nao Modal
503
+ ' Purpose : Serve para mensagem apenas informativas não travando do aplicativo de chamada
504
504
'---------------------------------------------------------------------------------------
505
505
Public Sub ShowInfo (ByVal psPrompt As String , _
506
506
Optional ByVal psTitulo As String , _
@@ -563,7 +563,6 @@ Private Sub CriarBotoes(ByVal psCapButtonsArray As String)
563
563
Dim aCap() As String
564
564
Dim i As Integer
565
565
Dim nLeftPadrao As Integer
566
- Dim nWidth As Long
567
566
Dim nCount As Integer
568
567
569
568
nLeftPadrao = cmdButtons(0 ).Left
0 commit comments