Click here to Skip to main content
16,013,592 members
Home / Discussions / C#
   

C#

 
GeneralRe: how would i do a groupby in this instance Pin
tonyonlinux19-Feb-10 18:55
tonyonlinux19-Feb-10 18:55 
QuestionMoving form without showing contents Pin
desto-tj19-Feb-10 14:55
desto-tj19-Feb-10 14:55 
GeneralREPOST Pin
AspDotNetDev19-Feb-10 15:07
protectorAspDotNetDev19-Feb-10 15:07 
AnswerRe: Moving form without showing contents Pin
Som Shekhar19-Feb-10 18:57
Som Shekhar19-Feb-10 18:57 
GeneralRe: Moving form without showing contents Pin
desto-tj19-Feb-10 20:38
desto-tj19-Feb-10 20:38 
GeneralRe: Moving form without showing contents Pin
Som Shekhar19-Feb-10 20:59
Som Shekhar19-Feb-10 20:59 
GeneralRe: Moving form without showing contents Pin
desto-tj19-Feb-10 21:08
desto-tj19-Feb-10 21:08 
GeneralRe: Moving form without showing contents Pin
Dan Mos20-Feb-10 21:16
Dan Mos20-Feb-10 21:16 
desto-tj wrote:
Now I'm trying to do something like when you deactivate the "Show window content while dragging" option (you get a rectangle shadow when you move a window instead of moving the whole window) in the forms


To achive that you'll have to do one of these:
1) dig into the win32 API.

2) or make a trick like when you/user starts moving the form, hide it(or make it invisible) and
draw a rectangle on your container using the form size and location. When finished(mouse released)
change the location of the form and unhide it or make it visible.

Just some ideas. By the way did you set the DoubleBuffered properties to true to both the container and child forms? If not try it. Maybe it helps.
QuestionAbout property grid. Pin
gaferrero19-Feb-10 13:57
gaferrero19-Feb-10 13:57 
AnswerRe: About property grid. Pin
AspDotNetDev19-Feb-10 14:13
protectorAspDotNetDev19-Feb-10 14:13 
Questioninternet Pin
sanforjackass19-Feb-10 11:58
sanforjackass19-Feb-10 11:58 
AnswerRe: internet Pin
AspDotNetDev19-Feb-10 12:28
protectorAspDotNetDev19-Feb-10 12:28 
GeneralRe: internet Pin
sanforjackass19-Feb-10 12:40
sanforjackass19-Feb-10 12:40 
GeneralRe: internet Pin
AspDotNetDev19-Feb-10 12:46
protectorAspDotNetDev19-Feb-10 12:46 
GeneralRe: internet Pin
harold aptroot19-Feb-10 12:49
harold aptroot19-Feb-10 12:49 
GeneralRe: internet Pin
AspDotNetDev19-Feb-10 12:56
protectorAspDotNetDev19-Feb-10 12:56 
GeneralRe: internet Pin
harold aptroot19-Feb-10 12:58
harold aptroot19-Feb-10 12:58 
GeneralRe: internet Pin
sanforjackass19-Feb-10 13:05
sanforjackass19-Feb-10 13:05 
JokeRe: internet Pin
Wamuti19-Feb-10 21:36
Wamuti19-Feb-10 21:36 
QuestionWebClient - View navigation request (post data) before its sent to the server? Pin
Matthew Klein19-Feb-10 11:32
Matthew Klein19-Feb-10 11:32 
AnswerRe: WebClient - View navigation request (post data) before its sent to the server? Pin
AspDotNetDev19-Feb-10 12:02
protectorAspDotNetDev19-Feb-10 12:02 
AnswerRe: WebClient - View navigation request (post data) before its sent to the server? Pin
Matthew Klein19-Feb-10 12:38
Matthew Klein19-Feb-10 12:38 
GeneralRe: WebClient - View navigation request (post data) before its sent to the server? Pin
AspDotNetDev19-Feb-10 13:18
protectorAspDotNetDev19-Feb-10 13:18 
AnswerRe: WebClient - View navigation request (post data) before its sent to the server? Pin
Giorgi Dalakishvili19-Feb-10 23:00
mentorGiorgi Dalakishvili19-Feb-10 23:00 
QuestionAny one knows how to use FFTW in C#? or goof FFT algorithm? Pin
Seraph_summer19-Feb-10 11:20
Seraph_summer19-Feb-10 11:20 

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.