Click here to Skip to main content
15,914,447 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Table creation in VB.NET Pin
JonCox20-Jul-07 4:29
JonCox20-Jul-07 4:29 
Questionhow to make viewback color of a propertygrid transparent Pin
MartyK200719-Jul-07 22:47
MartyK200719-Jul-07 22:47 
AnswerRe: how to make viewback color of a propertygrid transparent Pin
Dave Kreskowiak20-Jul-07 7:26
mveDave Kreskowiak20-Jul-07 7:26 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
MartyK200722-Jul-07 21:09
MartyK200722-Jul-07 21:09 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
Dave Kreskowiak23-Jul-07 3:29
mveDave Kreskowiak23-Jul-07 3:29 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
MartyK200723-Jul-07 4:00
MartyK200723-Jul-07 4:00 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
Dave Kreskowiak23-Jul-07 12:04
mveDave Kreskowiak23-Jul-07 12:04 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
MartyK200723-Jul-07 21:17
MartyK200723-Jul-07 21:17 
hey,
this was just sample code and not clean in any way.


Dave Kreskowiak wrote:
Dim g As Graphics = pevent.Graphics


er if you look at the snippet - thats exactly what I do
MyBase.OnPaintBackground(pevent)
Dim g As Graphics = pevent.Graphics

Dave Kreskowiak wrote:
REPLACE the background functionality


dont really want to replace them as overwrite on top of them thats why I ran this first.
Interestingly enough if I dont run the base classes then I get the same result.


Dave Kreskowiak wrote:
Third, the Graphics objects to DID create, you didn't Dispose of


absolutely - this is a proof of concept , rather that a clean solution. Of course I will dispose of them properly when the solution happens.

My problem is that my color gradient only appears behind the propertygrid ( its its view back color area).Effectively this means a couple of lines at the top of the pG and a couple between the description block and the rest of the PG.

Try it and see what I mean.

I need to change the color of the view back color area to a gradient which is the bit where there is no properties left to display on the PG. Pick a class then use the category view and minimise ecah category - the coloured background at the bottom is what I am after.

thanks
Martin


life is a bowl of cherries
go on take a byte

GeneralRe: how to make viewback color of a propertygrid transparent Pin
Dave Kreskowiak24-Jul-07 1:48
mveDave Kreskowiak24-Jul-07 1:48 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
MartyK200724-Jul-07 2:19
MartyK200724-Jul-07 2:19 
QuestionConnectionStrings & Using UNC Paths Offline Pin
NekoGato19-Jul-07 21:55
NekoGato19-Jul-07 21:55 
AnswerRe: ConnectionStrings & Using UNC Paths Offline Pin
Colin Angus Mackay19-Jul-07 23:53
Colin Angus Mackay19-Jul-07 23:53 
QuestionRichtextbox MaxLength Pin
NANCO19-Jul-07 21:43
NANCO19-Jul-07 21:43 
AnswerRe: Richtextbox MaxLength Pin
Colin Angus Mackay19-Jul-07 23:50
Colin Angus Mackay19-Jul-07 23:50 
AnswerRe: Richtextbox MaxLength Pin
cutequencher20-Jul-07 5:13
cutequencher20-Jul-07 5:13 
QuestionHoe to connect crystal report with db dynamically? Pin
help as an alias19-Jul-07 21:04
help as an alias19-Jul-07 21:04 
AnswerRe: Hoe to connect crystal report with db dynamically? Pin
Rupesh Kumar Swami20-Jul-07 0:44
Rupesh Kumar Swami20-Jul-07 0:44 
GeneralRe: Hoe to connect crystal report with db dynamically? Pin
help as an alias20-Jul-07 0:53
help as an alias20-Jul-07 0:53 
GeneralRe: Hoe to connect crystal report with db dynamically? Pin
Rupesh Kumar Swami20-Jul-07 1:15
Rupesh Kumar Swami20-Jul-07 1:15 
GeneralRe: Hoe to connect crystal report with db dynamically? Pin
help as an alias20-Jul-07 2:26
help as an alias20-Jul-07 2:26 
QuestionLoad MyApplication on Windows Startup Pin
teebonaire19-Jul-07 19:32
teebonaire19-Jul-07 19:32 
AnswerRe: Load MyApplication on Windows Startup Pin
Ky Nam19-Jul-07 21:14
Ky Nam19-Jul-07 21:14 
GeneralRe: Load MyApplication on Windows Startup Pin
teebonaire19-Jul-07 21:35
teebonaire19-Jul-07 21:35 
GeneralRe: Load MyApplication on Windows Startup Pin
Ky Nam20-Jul-07 2:17
Ky Nam20-Jul-07 2:17 
GeneralRe: Load MyApplication on Windows Startup Pin
teebonaire22-Jul-07 14:27
teebonaire22-Jul-07 14:27 

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.