Click here to Skip to main content
15,899,314 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Docking in data grid view Pin
sailesh_gupta12-Aug-08 20:46
sailesh_gupta12-Aug-08 20:46 
Question.NET Data Access Question Pin
Roger Wright9-Aug-08 6:47
professionalRoger Wright9-Aug-08 6:47 
AnswerRe: .NET Data Access Question Pin
Pete O'Hanlon11-Aug-08 8:20
mvePete O'Hanlon11-Aug-08 8:20 
GeneralRe: .NET Data Access Question Pin
Roger Wright11-Aug-08 14:24
professionalRoger Wright11-Aug-08 14:24 
AnswerRe: .NET Data Access Question Pin
Pete O'Hanlon12-Aug-08 22:13
mvePete O'Hanlon12-Aug-08 22:13 
Questionimage control Pin
Dean Moe9-Aug-08 3:43
Dean Moe9-Aug-08 3:43 
AnswerRe: image control Pin
Thomas Stockwell11-Aug-08 1:37
professionalThomas Stockwell11-Aug-08 1:37 
AnswerRe: image control Pin
Richard Blythe11-Aug-08 19:39
Richard Blythe11-Aug-08 19:39 
In order to have the functionality you want, you will have to write your own drawing code. Oh don't frown like that! The reason is because of the way windows controls behave. They were designed to look after their own paint code and they're definitely not designed for transparent areas. You can simulate transparencies with the Regions class but that option will produce jagged edges. Please don't force your users to put up with objects like that. If you've got some spare time, jump over to an article I've written on GDI+ code:
http://www.codeproject.com/KB/GDI-plus/gdi_plus_code_generator.aspx[^]
Download the source code and look at the structure I've implemented for drawing basic shapes. Use this as a spring board for your graphics code.

Cheers!
Richard

I've used up all my sick days, so today I'm calling in dead.

AnswerRe: image control Pin
vikas amin12-Aug-08 12:09
vikas amin12-Aug-08 12:09 
QuestionE-Mail sending failure Pin
Zafar Sultan9-Aug-08 3:27
Zafar Sultan9-Aug-08 3:27 
AnswerRe: E-Mail sending failure Pin
Wendelius9-Aug-08 6:32
mentorWendelius9-Aug-08 6:32 
GeneralRe: E-Mail sending failure Pin
Zafar Sultan11-Aug-08 1:33
Zafar Sultan11-Aug-08 1:33 
GeneralRe: E-Mail sending failure Pin
Wendelius11-Aug-08 6:01
mentorWendelius11-Aug-08 6:01 
AnswerRe: E-Mail sending failure Pin
adityapatel70717-Feb-11 6:41
adityapatel70717-Feb-11 6:41 
QuestionMultiple thread access to a single remoting object (proxy) Pin
liRetro8-Aug-08 8:27
liRetro8-Aug-08 8:27 
AnswerRe: Multiple thread access to a single remoting object (proxy) Pin
liRetro18-Aug-08 7:09
liRetro18-Aug-08 7:09 
QuestionWinapp Webapp common library Pin
k6668-Aug-08 5:44
k6668-Aug-08 5:44 
QuestionSplitButton not available Pin
kildareflare7-Aug-08 23:09
kildareflare7-Aug-08 23:09 
AnswerRe: SplitButton not available Pin
led mike8-Aug-08 5:18
led mike8-Aug-08 5:18 
QuestionVideo Creator Pin
krutishukla7-Aug-08 17:57
krutishukla7-Aug-08 17:57 
AnswerRe: Video Creator Pin
led mike8-Aug-08 5:12
led mike8-Aug-08 5:12 
AnswerRe: Video Creator Pin
Thomas Stockwell11-Aug-08 1:39
professionalThomas Stockwell11-Aug-08 1:39 
QuestionAny way to force a TCP connection to reset Pin
supercat97-Aug-08 8:36
supercat97-Aug-08 8:36 
QuestionHow to include analog clock in GUI(Visual studio.Net 2003) Pin
M usman Saleem6-Aug-08 17:13
M usman Saleem6-Aug-08 17:13 
AnswerRe: How to include analog clock in GUI(Visual studio.Net 2003) Pin
AhsanS7-Aug-08 1:05
AhsanS7-Aug-08 1:05 

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.