Click here to Skip to main content
15,903,388 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Help on a program Pin
Christian Graus23-Mar-08 11:36
protectorChristian Graus23-Mar-08 11:36 
Questioninserting data in to ms access database Pin
bapu288923-Mar-08 4:38
bapu288923-Mar-08 4:38 
GeneralRe: inserting data in to ms access database Pin
pmarfleet23-Mar-08 5:26
pmarfleet23-Mar-08 5:26 
GeneralRe: inserting data in to ms access database Pin
Paul Conrad23-Mar-08 5:35
professionalPaul Conrad23-Mar-08 5:35 
GeneralRe: inserting data in to ms access database Pin
pmarfleet23-Mar-08 5:51
pmarfleet23-Mar-08 5:51 
QuestionRe: inserting data in to ms access database Pin
bapu288923-Mar-08 6:00
bapu288923-Mar-08 6:00 
GeneralRe: inserting data in to ms access database Pin
Dave Kreskowiak23-Mar-08 15:38
mveDave Kreskowiak23-Mar-08 15:38 
GeneralHosting controls on a layered window Pin
Soumik Chatterjee23-Mar-08 4:02
Soumik Chatterjee23-Mar-08 4:02 
I have been researching on this topic for month now but without result......

am trying to put controls on a layered window dat uses per-pixel transparency using updatelayeredwindow function...
although the controls work perfectly yet they r not visible since the entire content of the window is supplied by the updatelayeredwindow function.

The controls which i need to put on the layered form are all owner-drawn ( usercontrols made by me )
i could have drawn them to a common bitmap which will be passed to updatelayeredwindow, but this means that i will have to call the updatelayaredwindow function each time one or more than one controls update their "drawing".....which will slow down my app.....

in the link which i have provided below, the article explains a mechanism of redirection which the setlayeredwindowattributes function uses to calculate alpha value AND paint all child controls on the form......i wonder if i can use this redirection mechanism with updatelayeredwindow too to let windows paint the controls as well as letting me assign a 32bpp bitmap for the background of the form........

Can anyone please help ?

Currently am using 2 different forms for "mimicking" a layered window with controls.....am moving these forms together pretty fast with "deferwindowpos" api.......but since my app is a media player with intended skining abilities like konfabulator, it is becoming increasingly difficult to provide a free form skin due to the 2 different forms....it would be particularly helpful if i can use controls ona layered window without having to paint them all myself....

ANY HELP WILL BE GREATLY APPRECIATED........

here are a few links that might of help :

http://www.freepatentsonline.com/US6549218.html
GeneralCalling Web Service using VB6 without SOAP Pin
Kumaran21cen23-Mar-08 3:16
Kumaran21cen23-Mar-08 3:16 
GeneralRe: Calling Web Service using VB6 without SOAP Pin
Dave Kreskowiak24-Mar-08 4:01
mveDave Kreskowiak24-Mar-08 4:01 
Generalrandom records Pin
bapu288923-Mar-08 1:03
bapu288923-Mar-08 1:03 
GeneralRe: random records Pin
Christian Graus23-Mar-08 11:33
protectorChristian Graus23-Mar-08 11:33 
Generalc++ and visual basic share an enum. Pin
nina80222-Mar-08 20:51
nina80222-Mar-08 20:51 
GeneralRe: c++ and visual basic share an enum. Pin
Christian Graus23-Mar-08 11:37
protectorChristian Graus23-Mar-08 11:37 
GeneralFile Package Pin
Ahmad Rifai Yusuf22-Mar-08 16:16
Ahmad Rifai Yusuf22-Mar-08 16:16 
GeneralRe: File Package Pin
Christian Graus22-Mar-08 16:33
protectorChristian Graus22-Mar-08 16:33 
GeneralLocking down a form from user input.... Pin
RayG22-Mar-08 8:18
RayG22-Mar-08 8:18 
GeneralRe: Locking down a form from user input.... Pin
Christian Graus22-Mar-08 11:45
protectorChristian Graus22-Mar-08 11:45 
GeneralRe: Locking down a form from user input.... Pin
darkelv22-Mar-08 18:35
darkelv22-Mar-08 18:35 
QuestionPrinting from a DataGridView Row by Row??? Pin
ukboy22-Mar-08 1:14
ukboy22-Mar-08 1:14 
QuestionHi guys newbie programming question - Parsing a string Pin
tgebrael21-Mar-08 21:11
tgebrael21-Mar-08 21:11 
GeneralRe: Hi guys newbie programming question - Parsing a string Pin
darkelv21-Mar-08 21:41
darkelv21-Mar-08 21:41 
GeneralRe: Hi guys newbie programming question - Parsing a string Pin
tgebrael21-Mar-08 21:47
tgebrael21-Mar-08 21:47 
GeneralRe: Hi guys newbie programming question - Parsing a string Pin
darkelv21-Mar-08 22:01
darkelv21-Mar-08 22:01 
Generalimplementing linq Pin
ganero21-Mar-08 17:32
ganero21-Mar-08 17:32 

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.