Click here to Skip to main content
15,891,253 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Dx8 issue Pin
Dave Kreskowiak18-Dec-14 8:09
mveDave Kreskowiak18-Dec-14 8:09 
Question3d Raycasting Pin
Otekpo Emmanuel17-Dec-14 6:17
Otekpo Emmanuel17-Dec-14 6:17 
AnswerRe: 3d Raycasting Pin
Eddy Vluggen17-Dec-14 7:20
professionalEddy Vluggen17-Dec-14 7:20 
QuestionTransparent User Control Pin
ManasiR16-Dec-14 22:06
ManasiR16-Dec-14 22:06 
AnswerRe: Transparent User Control Pin
Richard MacCutchan16-Dec-14 22:32
mveRichard MacCutchan16-Dec-14 22:32 
GeneralRe: Transparent User Control Pin
ManasiR17-Dec-14 0:20
ManasiR17-Dec-14 0:20 
GeneralRe: Transparent User Control Pin
Richard MacCutchan17-Dec-14 0:34
mveRichard MacCutchan17-Dec-14 0:34 
AnswerRe: Transparent User Control Pin
Dave Kreskowiak17-Dec-14 1:54
mveDave Kreskowiak17-Dec-14 1:54 
The problem with Transparent is that it isn't.

Transparent only tells the control to take on the background properties of the control that contains it.

Using the properties of the controls in Windows Forms, you CAN make the entire form really transparent, but you can only make the ENTIRE form, along with ALL of its contents, transparent. You cannot single out a control to be not transparent.

It can be done using calls to Win32 functions. Start reading these[^].
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

Questionhow to insert image in the database Pin
Member 1063213016-Dec-14 3:49
Member 1063213016-Dec-14 3:49 
GeneralRe: how to insert image in the database Pin
PIEBALDconsult16-Dec-14 4:12
mvePIEBALDconsult16-Dec-14 4:12 
AnswerRe: how to insert image in the database Pin
Chris Quinn16-Dec-14 21:49
Chris Quinn16-Dec-14 21:49 
GeneralRe: how to insert image in the database Pin
Eddy Vluggen17-Dec-14 7:23
professionalEddy Vluggen17-Dec-14 7:23 
AnswerRe: how to insert image in the database Pin
Otekpo Emmanuel17-Dec-14 6:38
Otekpo Emmanuel17-Dec-14 6:38 
QuestionPls HELP me How to print data from datagridview bind on access database Pin
Member 1131194915-Dec-14 2:06
Member 1131194915-Dec-14 2:06 
AnswerRe: Pls HELP me How to print data from datagridview bind on access database Pin
Eddy Vluggen15-Dec-14 3:04
professionalEddy Vluggen15-Dec-14 3:04 
QuestionProper us of await Pin
jkirkerx14-Dec-14 13:50
professionaljkirkerx14-Dec-14 13:50 
AnswerRe: Proper us of await Pin
Richard Deeming15-Dec-14 2:37
mveRichard Deeming15-Dec-14 2:37 
GeneralRe: Proper us of await Pin
jkirkerx16-Dec-14 7:11
professionaljkirkerx16-Dec-14 7:11 
Questionwrite the buffer to the drive Pin
jkirkerx13-Dec-14 18:58
professionaljkirkerx13-Dec-14 18:58 
AnswerRe: write the buffer to the drive [Got It] Pin
jkirkerx14-Dec-14 8:08
professionaljkirkerx14-Dec-14 8:08 
SuggestionCalculating time gap b/w files in MSFlexgrid Pin
Member 1042199813-Dec-14 3:32
Member 1042199813-Dec-14 3:32 
GeneralRe: Calculating time gap b/w files in MSFlexgrid Pin
Richard MacCutchan13-Dec-14 4:14
mveRichard MacCutchan13-Dec-14 4:14 
QuestionGridview problems with Entity framework Pin
dilkonika11-Dec-14 16:56
dilkonika11-Dec-14 16:56 
AnswerRe: Gridview problems with Entity framework Pin
Dave Kreskowiak11-Dec-14 17:00
mveDave Kreskowiak11-Dec-14 17:00 
GeneralRe: Gridview problems with Entity framework Pin
dilkonika13-Dec-14 6:17
dilkonika13-Dec-14 6:17 

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.