Coba ini Pak:
Deklarasi di Modul:
Public Declare Function
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) As Long
Const SWP_NOMOVE =
&H2
Const SWP_NOSIZE = &H1
Const TOPMOST_FLAGS = SWP_NOMOVE Or SWP_NOSIZE
Const SWP_NOSIZE = &H1
Const TOPMOST_FLAGS = SWP_NOMOVE Or SWP_NOSIZE
Pemanggilan Di Form:
SetWindowPos hwnd, -1, 0, 0, 0, 0,
TOPMOST_FLAGS
atau
result=SetWindowPos (hwnd, -1, 0, 0, 0, 0,
TOPMOST_FLAGS)
result bernilai 1 jika berhasil 0 jika
gagal
Good Luck
----- Original Message -----
From: "indra gunawan" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, July 17, 2006 3:05 PM
Subject: [Programmer-VB] Always On
Top...
> kayak di Windows
> Xp....coz gw pake show modal selalu bermasalah kalo
> pake alt + tab.....
> Please bantuin dong...
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>
> ------------------------ Yahoo! Groups Sponsor --------------------~-->
> See what's inside the new Yahoo! Groups email.
> http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/k7folB/TM
> --------------------------------------------------------------------~->
>
> Wahana Programmer Groups Links
>
> <*> Untuk mengunjungi sponsor milis ini, klik link berikut:
> http://wahanaprogrammer.net
>
> <*> Untuk menghubungi owner milis ini, kirim email ke:
> [EMAIL PROTECTED]
>
> <*> Konsultasi pemrogramman bisa chat disini:
> Yahoo! Messenger: wahanaprogrammer
>
> Yahoo! Groups Links
>
> <*> To visit your group on the web, go to:
> http://groups.yahoo.com/group/Programmer-VB/
>
> <*> To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>
> <*> Your use of Yahoo! Groups is subject to:
> http://docs.yahoo.com/info/terms/
>
>
> __._,_.___
Wahana Programmer Groups Links
<*> Untuk mengunjungi sponsor milis ini, klik link berikut:
http://wahanaprogrammer.net
<*> Untuk menghubungi owner milis ini, kirim email ke:
[EMAIL PROTECTED]
<*> Konsultasi pemrogramman bisa chat disini:
Yahoo! Messenger: wahanaprogrammer
SPONSORED LINKS
| Programmer | Indonesia | Basic programming language |
| Computer programming languages | Programming languages | Java programming language |
YAHOO! GROUPS LINKS
- Visit your group "Programmer-VB" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
