Newsgroups: microsoft.public.excel.programming
From: "Michel Pierron" <michel.pier...@free.fr>
Date: Sun, 6 Feb 2005 10:44:26 +0100
Local: Sun, Feb 6 2005 4:44 am
Subject: Re: Minimize a form
Hi kurb,
not need dll or activeX In UserForm module: Option Explicit Private Declare Function FindWindow& Lib "user32" Alias _ "FindWindowA" (ByVal lpClassName$, ByVal lpWindowName$) Private Declare Function SetWindowLong& Lib "user32" Alias _ "SetWindowLongA" (ByVal hWnd&, ByVal nIndex& _ , ByVal dwNewLong&) Private Declare Function EnableWindow& Lib "user32" _ (ByVal hWnd&, ByVal fEnable&) Private Declare Function ShowWindow& Lib "user32" _ (ByVal hWnd&, ByVal nCmdShow&) Private hWnd As Long ' Minimize in application Private Sub UserForm_Activate() In standard module: Regards, "kurb" <momp...@sympatico.ca> a écrit dans le message de > Hello
> I just could not find flex controls at www.vbusers.com > Alvin Hansen wrote: > > alvin > > "RB Smissaert" skrev: > >>I had a go with that, but came to the conclusion that it was better to > >>RBS > >>"Ken Macksey" <KenMack...@tnt21.com> wrote in message > >>>Hi > >>>Go to www.vbusers.com and download flex controls. They are free and > >>>You do have to register the control using regsvr32. > >>>HTH > >>>Ken You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||