Click here to Skip to main content
15,906,766 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
GeneralRe: Transparent Label Pin
morteza5727-Sep-06 20:21
morteza5727-Sep-06 20:21 
Dear Dave Kreskowiak
Thank You, but I found simple way.
I add Label to PictureBox as :

Label1.BackColor=Color.Transparent;
PictureBox1.Controls.Add(Label1);

in conclude Label1 is transparent to PictureBox
Regards

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 
GeneralRe: Database Issues: Can't save a thing! Pin
Dave Kreskowiak27-Sep-06 2:22
mveDave Kreskowiak27-Sep-06 2:22 

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.