Click here to Skip to main content
15,920,503 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Bit shifting in VB Pin
Dave Kreskowiak6-Dec-03 4:58
mveDave Kreskowiak6-Dec-03 4:58 
GeneralRe: Bit shifting in VB Pin
cnurse6-Dec-03 22:54
cnurse6-Dec-03 22:54 
GeneralRe: Bit shifting in VB Pin
Dave Kreskowiak7-Dec-03 5:39
mveDave Kreskowiak7-Dec-03 5:39 
GeneralRe: Bit shifting in VB Pin
cnurse7-Dec-03 13:45
cnurse7-Dec-03 13:45 
GeneralRe: Bit shifting in VB Pin
Dave Kreskowiak7-Dec-03 14:40
mveDave Kreskowiak7-Dec-03 14:40 
GeneralRe: Bit shifting in VB Pin
Ian Darling7-Dec-03 2:43
Ian Darling7-Dec-03 2:43 
GeneralRe: Bit shifting in VB Pin
cnurse7-Dec-03 4:22
cnurse7-Dec-03 4:22 
GeneralVB.Net WS_EX_LAYERED Forms Pin
andrew|5-Dec-03 4:32
andrew|5-Dec-03 4:32 
Hello! Im new to these forums so please forgive me if I have posted in the wrong section for this.

Using winforms under vb.net, how does one set the GWL_EXSTYLE to include WS_EX_LAYERED? I need to set this
flag so that I may use UpdateLayeredWindow on the form. This is what I am using :

Dim lStyle As Long = GetWindowLong(Me.Handle.ToInt32, GWL_EXSTYLE)
lStyle = lStyle And WS_EX_LAYERED
Dim retval As Long = SetWindowLong(Me.Handle.ToInt32, GWL_EXSTYLE, lStyle)

I tried it after a .Show() call and in the _Load event as well.

Someone, please enlighten me! This is holding up my project atm. Thanks!


Edited by - andrew_ on 12/4/2003 8:09:57 PM
GeneralRe: VB.Net WS_EX_LAYERED Forms Pin
cnurse5-Dec-03 18:56
cnurse5-Dec-03 18:56 
GeneralRe: VB.Net WS_EX_LAYERED Forms Pin
andrew|5-Dec-03 21:24
andrew|5-Dec-03 21:24 
GeneralRe: VB.Net WS_EX_LAYERED Forms Pin
Dave Kreskowiak6-Dec-03 4:57
mveDave Kreskowiak6-Dec-03 4:57 
GeneralRe: VB.Net WS_EX_LAYERED Forms Pin
andrew|6-Dec-03 5:44
andrew|6-Dec-03 5:44 
GeneralRe: VB.Net WS_EX_LAYERED Forms Pin
cnurse6-Dec-03 22:52
cnurse6-Dec-03 22:52 
GeneralMSScriptControl and VB.Net Control Events Pin
andrew|5-Dec-03 4:29
andrew|5-Dec-03 4:29 
QuestionHow can I integrated a combobox ? Pin
jlizardo5-Dec-03 3:29
jlizardo5-Dec-03 3:29 
QuestionHow to Stop a Big Loop Pin
rrocha25-Dec-03 0:06
rrocha25-Dec-03 0:06 
AnswerRe: How to Stop a Big Loop Pin
Ian Darling5-Dec-03 0:19
Ian Darling5-Dec-03 0:19 
GeneralMy Computer Shell Extension Pin
MusclePup4-Dec-03 22:58
MusclePup4-Dec-03 22:58 
GeneralVisual Studio Freezing. Pin
cnurse4-Dec-03 21:40
cnurse4-Dec-03 21:40 
GeneralHelp me to draw Icon in CheckedListBox Pin
VitaminY4-Dec-03 16:38
sussVitaminY4-Dec-03 16:38 
GeneralCasting variables in VB.NET Pin
Jim Taylor4-Dec-03 12:16
Jim Taylor4-Dec-03 12:16 
GeneralRe: Casting variables in VB.NET Pin
Nick Seng4-Dec-03 14:48
Nick Seng4-Dec-03 14:48 
GeneralRe: Casting variables in VB.NET Pin
Dave Kreskowiak4-Dec-03 18:58
mveDave Kreskowiak4-Dec-03 18:58 
GeneralRe: Casting variables in VB.NET Pin
Jim Taylor4-Dec-03 22:48
Jim Taylor4-Dec-03 22:48 
Generalsending information from one application to another Pin
Leonard Munteanu4-Dec-03 10:39
Leonard Munteanu4-Dec-03 10:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.