Click here to Skip to main content
15,899,634 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Changes after Binding Data Pin
Dave Kreskowiak2-Mar-06 4:10
mveDave Kreskowiak2-Mar-06 4:10 
QuestionHow to set a directory hidden? Pin
cylix20001-Mar-06 14:29
cylix20001-Mar-06 14:29 
AnswerRe: How to set a directory hidden? Pin
Klazen1-Mar-06 15:56
Klazen1-Mar-06 15:56 
GeneralRe: How to set a directory hidden? Pin
cylix20001-Mar-06 22:21
cylix20001-Mar-06 22:21 
AnswerRe: How to set a directory hidden? Pin
Omar Mallat2-Mar-06 2:22
professionalOmar Mallat2-Mar-06 2:22 
Questionvb.net sockets problem Pin
Robert Rowley1-Mar-06 9:51
Robert Rowley1-Mar-06 9:51 
Questiontransparent textbox/richtextbox Pin
randomGirl0071-Mar-06 9:49
randomGirl0071-Mar-06 9:49 
AnswerRe: transparent textbox/richtextbox Pin
Klazen1-Mar-06 15:36
Klazen1-Mar-06 15:36 
As far as I know, it is not possible. Here is an example of code you could use:
RichTextBox1.BackColor = Color.FromArgb(Convert.ToInt32("80FFFFFF", 16))
Where "80FFFFFF" is the color, in ARGB form, and A is the alpha component, meaning opacity. At runtime, the exception is thrown that RichTextBoxes do not support transparent backgrounds. Forms have an opacity option, which means that transparency is just not supported by these controls. Specially made controls that do support opacity may be the best option, such as this: Alpha Blend Text Box by Bob Bradley[^]
QuestionFolder attributes problem Pin
Quecumber2561-Mar-06 7:38
Quecumber2561-Mar-06 7:38 
AnswerRe: Folder attributes problem Pin
Dave Kreskowiak1-Mar-06 9:00
mveDave Kreskowiak1-Mar-06 9:00 
GeneralRe: Folder attributes problem Pin
Quecumber2561-Mar-06 9:41
Quecumber2561-Mar-06 9:41 
GeneralRe: Folder attributes problem Pin
Dave Kreskowiak1-Mar-06 11:54
mveDave Kreskowiak1-Mar-06 11:54 
GeneralRe: Folder attributes problem Pin
Quecumber2561-Mar-06 12:42
Quecumber2561-Mar-06 12:42 
GeneralRe: Folder attributes problem Pin
Dave Kreskowiak1-Mar-06 12:56
mveDave Kreskowiak1-Mar-06 12:56 
AnswerRe: Folder attributes problem Pin
Guffa1-Mar-06 13:12
Guffa1-Mar-06 13:12 
QuestionVb.Net Forms Issue Pin
projectcode11-Mar-06 7:01
projectcode11-Mar-06 7:01 
AnswerRe: Vb.Net Forms Issue Pin
Dave Kreskowiak1-Mar-06 8:26
mveDave Kreskowiak1-Mar-06 8:26 
GeneralRe: Vb.Net Forms Issue Pin
projectcode11-Mar-06 8:41
projectcode11-Mar-06 8:41 
GeneralRe: Vb.Net Forms Issue Pin
Dave Kreskowiak1-Mar-06 9:03
mveDave Kreskowiak1-Mar-06 9:03 
GeneralRe: Vb.Net Forms Issue Pin
Tyrone_whitey1-Mar-06 9:45
Tyrone_whitey1-Mar-06 9:45 
GeneralRe: Vb.Net Forms Issue Pin
projectcode11-Mar-06 10:16
projectcode11-Mar-06 10:16 
GeneralRe: Vb.Net Forms Issue Pin
Dave Kreskowiak1-Mar-06 11:32
mveDave Kreskowiak1-Mar-06 11:32 
GeneralRe: Vb.Net Forms Issue Pin
projectcode12-Mar-06 3:48
projectcode12-Mar-06 3:48 
GeneralRe: Vb.Net Forms Issue Pin
Dave Kreskowiak2-Mar-06 6:23
mveDave Kreskowiak2-Mar-06 6:23 
QuestionWMI in VB.NET Pin
andyr20051-Mar-06 6:54
andyr20051-Mar-06 6:54 

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.