Click here to Skip to main content
15,914,795 members
Home / Discussions / C#
   

C#

 
Questionhow to attach more than 10mb file Pin
ayyp12-Jun-06 3:48
ayyp12-Jun-06 3:48 
Questionupload 15mb file Pin
ayyp12-Jun-06 3:46
ayyp12-Jun-06 3:46 
Questionswitching between forms Pin
PaulaM12-Jun-06 3:23
PaulaM12-Jun-06 3:23 
AnswerRe: switching between forms Pin
MCSD-Gandalf12-Jun-06 3:33
MCSD-Gandalf12-Jun-06 3:33 
GeneralRe: switching between forms Pin
PaulaM12-Jun-06 4:45
PaulaM12-Jun-06 4:45 
AnswerRe: switching between forms Pin
Andrei Ungureanu12-Jun-06 4:09
Andrei Ungureanu12-Jun-06 4:09 
GeneralRe: switching between forms Pin
PaulaM12-Jun-06 4:44
PaulaM12-Jun-06 4:44 
AnswerRe: switching between forms Pin
Jun Du12-Jun-06 4:26
Jun Du12-Jun-06 4:26 
First, I'm trying to clarify your requirements. Correct me if that is not what you want. You want your application to have some virtual desktop feature so that when you switch to next window, you don't see any other windows, but you cannot minimize, hide or disable those unseen windows.

My solution is using virtual screen. Lets say your monitor has a resolution of 1280x1024. Your virtual screen will be 2560x1024.
-----------------------------------
|                |                |
|                |                |
|   Monitor      |   Unused       |
|                |                |
|                |                |
|                |                |
-----------------------------------

First, position all your windows in the UNUSED area. You can do so by changing the size/location property. Then, whatever window you want to switch to, just reposition that window to the MONITOR area. The key point is that whenever you open a window or draw anything in the UNUSED area, you will not see it, but your rendering logic remains functioning.

You may implement this directly to the screen, or in the memory (double buffering).

Hope this helps.




- It's easier to make than to correct a mistake.
QuestionAntiAliased Form Pin
Sabry190512-Jun-06 3:21
Sabry190512-Jun-06 3:21 
AnswerRe: AntiAliased Form Pin
Roger Alsing12-Jun-06 3:45
Roger Alsing12-Jun-06 3:45 
GeneralRe: AntiAliased Form Pin
Sabry190515-Jun-06 3:39
Sabry190515-Jun-06 3:39 
QuestionSecurity in Web Services Pin
malikjhangirahmed@hotmail.com12-Jun-06 3:13
malikjhangirahmed@hotmail.com12-Jun-06 3:13 
AnswerRe: Security in Web Services Pin
Dustin Metzgar12-Jun-06 3:55
Dustin Metzgar12-Jun-06 3:55 
Questiondatagrid template column Pin
eefron12-Jun-06 2:57
eefron12-Jun-06 2:57 
AnswerRe: datagrid template column Pin
Mr. VB.NET12-Jun-06 18:23
Mr. VB.NET12-Jun-06 18:23 
Questionchanging a column type of datagridview ? Pin
cmpeng3412-Jun-06 2:56
cmpeng3412-Jun-06 2:56 
AnswerRe: changing a column type of datagridview ? Pin
MCSD-Gandalf12-Jun-06 7:14
MCSD-Gandalf12-Jun-06 7:14 
Questiondatagridview delete last row when sort order changes ? Pin
cmpeng3412-Jun-06 2:48
cmpeng3412-Jun-06 2:48 
AnswerRe: datagridview delete last row when sort order changes ? Pin
Elina Blank12-Jun-06 8:10
sitebuilderElina Blank12-Jun-06 8:10 
QuestionHow to Run exe from memory or stream ? Pin
hdv21212-Jun-06 1:58
hdv21212-Jun-06 1:58 
AnswerRe: How to Run exe from memory or stream ? Pin
Super Lloyd12-Jun-06 2:10
Super Lloyd12-Jun-06 2:10 
QuestionSNMP TRAP Programming in C#[modified] Pin
bannapradeep12-Jun-06 1:53
bannapradeep12-Jun-06 1:53 
Questionminimixing the fullscreen window in javascript Pin
Vivek Pokale12-Jun-06 1:38
Vivek Pokale12-Jun-06 1:38 
QuestionListView checkboxes... [modified] Pin
Kasic Slobodan12-Jun-06 1:20
Kasic Slobodan12-Jun-06 1:20 
AnswerRe: ListView checkboxes... Pin
Ed.Poore12-Jun-06 9:15
Ed.Poore12-Jun-06 9:15 

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.