Click here to Skip to main content
15,899,314 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Help with Geometry Function Pin
DanB198327-Jun-07 1:30
DanB198327-Jun-07 1:30 
QuestionCenter Form.. Pin
Xandip25-Jun-07 18:48
Xandip25-Jun-07 18:48 
AnswerRe: Center Form.. Pin
Manas Bhardwaj25-Jun-07 20:44
professionalManas Bhardwaj25-Jun-07 20:44 
QuestionHow to Complile *.bas file in VB.NET Pin
Jahnson K25-Jun-07 11:48
Jahnson K25-Jun-07 11:48 
AnswerRe: How to Complile *.bas file in VB.NET Pin
Christian Graus25-Jun-07 11:54
protectorChristian Graus25-Jun-07 11:54 
AnswerRe: How to Complile *.bas file in VB.NET Pin
The Man from U.N.C.L.E.25-Jun-07 11:55
The Man from U.N.C.L.E.25-Jun-07 11:55 
GeneralRe: How to Complile *.bas file in VB.NET Pin
Jahnson K25-Jun-07 12:23
Jahnson K25-Jun-07 12:23 
GeneralRe: How to Complile *.bas file in VB.NET Pin
Dave Kreskowiak25-Jun-07 13:29
mveDave Kreskowiak25-Jun-07 13:29 
GeneralRe: How to Complile *.bas file in VB.NET Pin
Christian Graus25-Jun-07 13:38
protectorChristian Graus25-Jun-07 13:38 
GeneralRe: How to Complile *.bas file in VB.NET Pin
Jahnson K25-Jun-07 17:19
Jahnson K25-Jun-07 17:19 
Questionlog4net examples in VB.NET Pin
Ridge Howison25-Jun-07 11:38
Ridge Howison25-Jun-07 11:38 
AnswerRe: log4net examples in VB.NET Pin
Dave Kreskowiak25-Jun-07 13:30
mveDave Kreskowiak25-Jun-07 13:30 
QuestionRowHeaders in Datagrids Pin
hsprasain25-Jun-07 10:35
hsprasain25-Jun-07 10:35 
AnswerRe: RowHeaders in Datagrids Pin
Dave Kreskowiak25-Jun-07 13:40
mveDave Kreskowiak25-Jun-07 13:40 
AnswerRe: RowHeaders in Datagrids Pin
Rupesh Kumar Swami25-Jun-07 19:02
Rupesh Kumar Swami25-Jun-07 19:02 
Questionbutton to terminate application Pin
GatoFedorento4725-Jun-07 10:35
GatoFedorento4725-Jun-07 10:35 
AnswerRe: button to terminate application Pin
Christian Graus25-Jun-07 10:51
protectorChristian Graus25-Jun-07 10:51 
GeneralRe: button to terminate application Pin
GatoFedorento4725-Jun-07 11:02
GatoFedorento4725-Jun-07 11:02 
GeneralRe: button to terminate application Pin
The Man from U.N.C.L.E.25-Jun-07 11:42
The Man from U.N.C.L.E.25-Jun-07 11:42 
GeneralRe: button to terminate application Pin
The ANZAC25-Jun-07 19:58
The ANZAC25-Jun-07 19:58 
QuestionGroup box and background image Pin
Tom Wright25-Jun-07 10:27
Tom Wright25-Jun-07 10:27 
AnswerRe: Group box and background image Pin
The Man from U.N.C.L.E.25-Jun-07 11:49
The Man from U.N.C.L.E.25-Jun-07 11:49 
Unfortunatly the 'Transparent' backcolor setting for controls just gives you the same single backcolor as the Form the control is on. So normally you would not get gradient Image to show at all.

However, you could override the Groupbox paint events and work out which bits of the image need to be painted under it, and paint them manually.

If the Group box is in a fixed position I would suggest just pasting the appropriate bit of the gradient image into the group box background image.


If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)

GeneralRe: Group box and background image Pin
Tom Wright26-Jun-07 8:33
Tom Wright26-Jun-07 8:33 
QuestionVB6 and Variable names Pin
#realJSOP25-Jun-07 9:41
professional#realJSOP25-Jun-07 9:41 
AnswerRe: VB6 and Variable names Pin
Dave Kreskowiak25-Jun-07 10:09
mveDave Kreskowiak25-Jun-07 10:09 

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.