Click here to Skip to main content
15,902,862 members

Comments by arpoador (Top 16 by date)

arpoador 30-Jul-14 5:38am View    
What's your problem dude? All my questions are clear. If you and your colleagues don't know what a *splash*screen* means, do as anybody else: ASK! Your solution (LOL) is a TextBox... For me it's not a solution, it's dditional problems: a heavy control to do just a simple thing, and it needs a parent window - your solution will need a splash screen of its own. And mind yourself to learn that a TextBox has a window! YES, THE TEXTBOX HAS A VISIBLE WINDOW(!)...
... unless your proposal is a TextBox control with a HIDDEN WINDOW... (LOL)...

Whenever you read a question and you don't understand it, then move on and forget this question: maybe, it's too advanced for you. And don't express your *opinions* as if they were standards, because they are not, they are just your opinions, and as such, keep them for yourself - you are the only one who uses an application full of visual information (like VS) in a small window.
I've just noticed a fixed pattern: there are 2 members down voting my posts! I bet anything that's you, with 2 accounts! Keep doing to show that not only your answers are low worth, but your character too.

In other words, there's nothing more for you to do in this thread, so, move on. But you seem to not understand it.
arpoador 29-Jul-14 16:16pm View    
""Not sure where you get the idea that a control will need it's own splash screen""
A splash screen is by definition, something quick to load, otherwise there's no point in using it. Your control must be loaded. Where? Propably as child window, which tells me, you'll have to create *2*windows *: the control's window and its parent window.
This post has nothing to do with windows phone, which means you don't understand anything about my question.
Also try to keep your opinions to yourself, because maximized windows won't get me less friends; maybe for you and your applications this is true. Moreover, I'm not asking any opinion, so, yours and any others' is irrelevant to me.
arpoador 26-Jul-14 2:11am View    
Imagine my C# console application being instantiated through double-click on File Explorer: it should appear with the top-left corner positioned at screen position (0, 0).
Nothing special, I just want to have it (the console app) open at a specific screen position ( 0,0 in my case).
arpoador 26-Jul-14 2:09am View    
Using a general purpose control is an overkill, let alone a composite control ( I guess it will need its *own*splash*screen* - LOL ). Do expect to win many enemies when you implement small windows that cannot fit inside them, all necessary info. Currently, OSes are preemptive multitasking, which make them very easy to switch from a *maximized* application to any other. Being a small screen will not make things any easier. For instance, no one uses VS in a small window - if you do, maximize it and you'll feel more comfortable.
A splash screen cannot be *another* program; it has to be simple.
arpoador 25-Jul-14 10:31am View    
Before implementing some code, I want to gather suggestions about a technique to solve the problem.

What's your suggestion?
What's the technique you see is recommended to achieve what I'm looking for?