Click here to Skip to main content
15,917,645 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Please help Pin
jhoga27-Sep-06 5:19
jhoga27-Sep-06 5:19 
Questionproblem with serial port and cross threads Pin
Rey999926-Sep-06 23:08
Rey999926-Sep-06 23:08 
AnswerRe: problem with serial port and cross threads Pin
Rey999926-Sep-06 23:44
Rey999926-Sep-06 23:44 
QuestionTransparent Label Pin
morteza5726-Sep-06 21:12
morteza5726-Sep-06 21:12 
GeneralRe: Transparent Label Pin
Guffa26-Sep-06 21:34
Guffa26-Sep-06 21:34 
AnswerRe: Transparent Label Pin
The ANZAC26-Sep-06 23:19
The ANZAC26-Sep-06 23:19 
GeneralRe: Transparent Label Pin
morteza5726-Sep-06 23:33
morteza5726-Sep-06 23:33 
GeneralRe: Transparent Label Pin
Dave Kreskowiak27-Sep-06 2:36
mveDave Kreskowiak27-Sep-06 2:36 
It won't do that. There is a very common misconception that setting the BackColor to Transparent will make the label actually transparent. NO, it won't! When that control is redrawn, its Background takes on the background properties of it's parent container. It does NOT show other controls through it.

In order to do this, you have to make your own label control, inheriting from the existing label. Override the it's OnPaintBackground method, and just don't paint that background and you should, in theory, get what you want.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Transparent Label Pin
morteza5727-Sep-06 20:21
morteza5727-Sep-06 20:21 
GeneralRe: Transparent Label Pin
Dave Kreskowiak28-Sep-06 2:10
mveDave Kreskowiak28-Sep-06 2:10 
QuestionNO MINIMIZE Pin
K edar V26-Sep-06 19:59
K edar V26-Sep-06 19:59 
AnswerRe: NO MINIMIZE Pin
The ANZAC26-Sep-06 23:21
The ANZAC26-Sep-06 23:21 
GeneralRe: NO MINIMIZE Pin
K edar V26-Sep-06 23:25
K edar V26-Sep-06 23:25 
GeneralRe: NO MINIMIZE Pin
Dave Kreskowiak27-Sep-06 2:31
mveDave Kreskowiak27-Sep-06 2:31 
Questioni want to print the datagridview content when i press the pirnt button Pin
vrk_raju26-Sep-06 18:12
vrk_raju26-Sep-06 18:12 
AnswerRe: i want to print the datagridview content when i press the pirnt button Pin
Dave Kreskowiak27-Sep-06 2:23
mveDave Kreskowiak27-Sep-06 2:23 
GeneralRe: i want to print the datagridview content when i press the pirnt button Pin
Sourie23-Sep-08 6:53
Sourie23-Sep-08 6:53 
Questiondebugging a c# .dll Pin
gooseman11226-Sep-06 16:20
gooseman11226-Sep-06 16:20 
AnswerRe: debugging a c# .dll Pin
Christian Graus26-Sep-06 16:34
protectorChristian Graus26-Sep-06 16:34 
GeneralRe: debugging a c# .dll Pin
gooseman11226-Sep-06 16:41
gooseman11226-Sep-06 16:41 
GeneralRe: debugging a c# .dll Pin
Christian Graus26-Sep-06 16:44
protectorChristian Graus26-Sep-06 16:44 
GeneralRe: debugging a c# .dll Pin
gooseman11226-Sep-06 17:12
gooseman11226-Sep-06 17:12 
QuestionDatabase Issues: Can't save a thing! Pin
The ANZAC26-Sep-06 11:45
The ANZAC26-Sep-06 11:45 
AnswerRe: Database Issues: Can't save a thing! Pin
Christian Graus26-Sep-06 12:30
protectorChristian Graus26-Sep-06 12:30 
GeneralRe: Database Issues: Can't save a thing! Pin
The ANZAC26-Sep-06 23:18
The ANZAC26-Sep-06 23:18 

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.