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

.NET (Core and Framework)

 
Question.net built in classes Pin
pyro_3k10-Jan-06 2:49
pyro_3k10-Jan-06 2:49 
AnswerRe: .net built in classes Pin
Dave Kreskowiak10-Jan-06 5:14
mveDave Kreskowiak10-Jan-06 5:14 
GeneralRe: .net built in classes Pin
pyro_3k10-Jan-06 5:35
pyro_3k10-Jan-06 5:35 
QuestionPassing long from ASP to C# method Pin
sauravg2810-Jan-06 0:29
sauravg2810-Jan-06 0:29 
AnswerRe: Passing long from ASP to C# method Pin
jonathan1510-Jan-06 1:50
jonathan1510-Jan-06 1:50 
GeneralRe: Passing long from ASP to C# method Pin
Guffa10-Jan-06 6:44
Guffa10-Jan-06 6:44 
Questionwho's familiar with Intel UPnP stuff ? Pin
cat_9-Jan-06 20:55
cat_9-Jan-06 20:55 
QuestionRewriting SplitContainer functionality Pin
IMinusMinus9-Jan-06 15:41
IMinusMinus9-Jan-06 15:41 
So I'm trying to make a splittable tabcontrol with an infinite amount of splitability. I really want to be able to just store some lists or arrays in order to figure out which tabs are in which splits and go from there. I'm trying to either rewrite the SplitContainer or use the existing one in some configuration that will allow me to do this effectively. My problem for both solutions are as follows:

When I rewrite the splitter functionality I cannot figure out a way to get my OnDragOver event to draw an overlay indicating where the splitter will be moved to. The closest that I've found so far is to possibly draw to the desktop, but that seems like an evil overkill solution to a problem that has already been solved by a very basic control. Is there any way for me to draw over everything or just draw after everything that I already have drawn from within my parent control?

I have a couple problems with using the splitcontainer as is in my control. The biggest one is that it introduces hierarchies that don't need to be there and removes my ability to iterate through the visible forms. Secondly I'm having trouble getting the SplitContainer to even show up. I was able to set the bounds of my tabpage to the appropriate area, the visible property to true and then invalidate my control to get them to show up, but this doesn't seem to work with the splitter at all.

So that's my predicament in a nutshell. Anybody have any suggestions?
AnswerRe: Rewriting SplitContainer functionality Pin
Daniel Grunwald10-Jan-06 7:49
Daniel Grunwald10-Jan-06 7:49 
GeneralRe: Rewriting SplitContainer functionality Pin
IMinusMinus11-Jan-06 7:59
IMinusMinus11-Jan-06 7:59 
QuestionDifference between Manifest & Metadata Pin
chervu9-Jan-06 5:36
chervu9-Jan-06 5:36 
AnswerRe: Difference between Manifest & Metadata Pin
Dave Kreskowiak9-Jan-06 5:57
mveDave Kreskowiak9-Jan-06 5:57 
QuestionHow to redirect a .NET app to run on a specific .NET runtime Pin
C-lviu8-Jan-06 23:38
C-lviu8-Jan-06 23:38 
AnswerRe: How to redirect a .NET app to run on a specific .NET runtime Pin
mikailcetinkaya9-Jan-06 3:09
mikailcetinkaya9-Jan-06 3:09 
GeneralRe: How to redirect a .NET app to run on a specific .NET runtime Pin
C-lviu9-Jan-06 4:54
C-lviu9-Jan-06 4:54 
AnswerRe: How to redirect a .NET app to run on a specific .NET runtime Pin
Dave Kreskowiak9-Jan-06 5:19
mveDave Kreskowiak9-Jan-06 5:19 
AnswerRe: How to redirect a .NET app to run on a specific .NET runtime Pin
Daniel Grunwald9-Jan-06 6:48
Daniel Grunwald9-Jan-06 6:48 
QuestionHow to use a c# sring in javascript Pin
ckruger8-Jan-06 20:42
ckruger8-Jan-06 20:42 
AnswerRe: How to use a c# sring in javascript Pin
Guffa8-Jan-06 21:35
Guffa8-Jan-06 21:35 
GeneralRe: How to use a c# sring in javascript Pin
ckruger8-Jan-06 22:33
ckruger8-Jan-06 22:33 
AnswerRe: How to use a c# sring in javascript Pin
Guffa8-Jan-06 22:38
Guffa8-Jan-06 22:38 
GeneralRe: How to use a c# sring in javascript Pin
ckruger9-Jan-06 0:25
ckruger9-Jan-06 0:25 
AnswerRe: How to use a c# sring in javascript Pin
Guffa9-Jan-06 2:24
Guffa9-Jan-06 2:24 
Questioncan we use .net dlls in win32 applications Pin
abyclassic8-Jan-06 18:02
abyclassic8-Jan-06 18:02 
AnswerRe: can we use .net dlls in win32 applications Pin
S. Senthil Kumar8-Jan-06 21:09
S. Senthil Kumar8-Jan-06 21: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.