Click here to Skip to main content
15,900,108 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionData transfer from excel file to sel server's table Pin
amit__811-May-06 2:15
amit__811-May-06 2:15 
AnswerRe: Data transfer from excel file to sel server's table Pin
chinnasrihari11-May-06 3:24
chinnasrihari11-May-06 3:24 
QuestionDevenv.exe Pin
viji]11-May-06 2:01
viji]11-May-06 2:01 
AnswerRe: Devenv.exe Pin
Dave Kreskowiak11-May-06 3:58
mveDave Kreskowiak11-May-06 3:58 
QuestionIs there any .net control for video capturing that con convert the incoming video frames from a twain compatible video sources into a bitmap image. Pin
varmag11-May-06 1:37
varmag11-May-06 1:37 
AnswerRe: Is there any .net control for video capturing that con convert the incoming video frames from a twain compatible video sources into a bitmap image. Pin
Rizwan Bashir11-May-06 3:58
Rizwan Bashir11-May-06 3:58 
QuestionTreeviw with transparent BackColor Pin
merlin.AT10-May-06 23:54
merlin.AT10-May-06 23:54 
AnswerRe: Treeviw with transparent BackColor Pin
Amjath Rahman11-May-06 0:28
Amjath Rahman11-May-06 0:28 
I that case you will have to write your own implementation of the treeview. Create a new customcontrol and inherit from treeview. override the OnPaintBackground

Now in windows forms there is actually nothing like transparent background color. The framework does a little trick here. If you set the background of a control to transparent it will inherit the OnPaintBackground implementation (am not really sure how this is done codewise) of its parent to simulate a transparent look.

Hope that I could give you an idea how to solve your problem. I think you will have to read first some here and there on how to handle the OnPaintBackground (if it actually exists for a treeview; otherwise the OnPaint)

Maybe this link can help you out
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconrenderingwindowsformscontrol.asp



Amjath
QuestionError -:Xml request Error in Fckeditor Pin
Amit Agarrwal10-May-06 22:55
Amit Agarrwal10-May-06 22:55 
QuestionLoading PNG File Pin
ZulnurainAdil10-May-06 22:23
ZulnurainAdil10-May-06 22:23 
QuestionSending Mail Pin
ZulnurainAdil10-May-06 22:17
ZulnurainAdil10-May-06 22:17 
AnswerRe: Sending Mail Pin
albCode10-May-06 22:21
albCode10-May-06 22:21 
GeneralRe: Sending Mail Pin
ZulnurainAdil10-May-06 22:25
ZulnurainAdil10-May-06 22:25 
GeneralRe: Sending Mail Pin
albCode10-May-06 23:06
albCode10-May-06 23:06 
GeneralRe: Sending Mail Pin
Dave Kreskowiak11-May-06 4:00
mveDave Kreskowiak11-May-06 4:00 
GeneralRe: Sending Mail Pin
albCode11-May-06 5:10
albCode11-May-06 5:10 
GeneralRe: Sending Mail Pin
Dave Kreskowiak11-May-06 15:13
mveDave Kreskowiak11-May-06 15:13 
AnswerRe: Sending Mail Pin
Guffa10-May-06 23:12
Guffa10-May-06 23:12 
GeneralRe: Sending Mail Pin
Tim Carmichael11-May-06 7:16
Tim Carmichael11-May-06 7:16 
QuestionAlpha Icons 32bit Pin
ZulnurainAdil10-May-06 22:12
ZulnurainAdil10-May-06 22:12 
QuestionGet User Name Pin
nitin_ion10-May-06 19:32
nitin_ion10-May-06 19:32 
AnswerRe: Get User Name Pin
albCode10-May-06 19:41
albCode10-May-06 19:41 
GeneralRe: Get User Name Pin
nitin_ion10-May-06 20:01
nitin_ion10-May-06 20:01 
GeneralRe: Get User Name Pin
Jared Parsons11-May-06 10:30
Jared Parsons11-May-06 10:30 
AnswerRe: Get User Name Pin
Yuvi Panda10-May-06 19:54
Yuvi Panda10-May-06 19: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.