Remove TextBox Border

There is no BorderStyle for TextBox control. How do I implement this in VB.Net ?
[81 byte] By [TanChenYee] at [2007-12-16]
# 1
There is a workaround. You place the textbox in a smaller panel (read this thread from the beginning):
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework/browse_frm/thread/4b0db0e960c94b72/0512ddbb39e69620

Cheers
Daniel

DanielMoth at 2007-9-9 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...
# 2
Daniel,

Thank ! I think that should work for me.

TanChenYee at 2007-9-9 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...