Click here to Skip to main content
15,902,492 members
Home / Discussions / C#
   

C#

 
GeneralBlocking move of a form Pin
phimix28-Oct-03 6:54
phimix28-Oct-03 6:54 
GeneralRe: Blocking move of a form Pin
Blake Coverett28-Oct-03 7:45
Blake Coverett28-Oct-03 7:45 
GeneralRe: Blocking move of a form Pin
phimix29-Oct-03 4:40
phimix29-Oct-03 4:40 
GeneralRe: Blocking move of a form Pin
Blake Coverett29-Oct-03 9:21
Blake Coverett29-Oct-03 9:21 
General=Two ImageList and two ImageIndex (and useful source code)= Pin
god4k28-Oct-03 6:46
god4k28-Oct-03 6:46 
GeneralRe: =Two ImageList and two ImageIndex (and useful source code)= Pin
Heath Stewart28-Oct-03 16:47
protectorHeath Stewart28-Oct-03 16:47 
GeneralForm.Hide() Form.Show() Problem Pin
mikemilano28-Oct-03 6:43
mikemilano28-Oct-03 6:43 
GeneralRe: Form.Hide() Form.Show() Problem Pin
Corinna John30-Oct-03 20:00
Corinna John30-Oct-03 20:00 
Generalcode Pin
R. Thomas28-Oct-03 6:15
R. Thomas28-Oct-03 6:15 
GeneralRe: code Pin
Blake Coverett28-Oct-03 6:58
Blake Coverett28-Oct-03 6:58 
GeneralRe: code Pin
oOomen28-Oct-03 7:35
oOomen28-Oct-03 7:35 
GeneralRe: code Pin
Blake Coverett28-Oct-03 7:37
Blake Coverett28-Oct-03 7:37 
GeneralRe: code Pin
oOomen28-Oct-03 7:52
oOomen28-Oct-03 7:52 
GeneralRe: code Pin
Blake Coverett28-Oct-03 10:38
Blake Coverett28-Oct-03 10:38 
GeneralRe: code Pin
oOomen28-Oct-03 7:05
oOomen28-Oct-03 7:05 
GeneralFORM SHAPE AND SKIN Pin
_Comet_Keeper_28-Oct-03 3:26
_Comet_Keeper_28-Oct-03 3:26 
GeneralRe: FORM SHAPE AND SKIN Pin
Heath Stewart28-Oct-03 3:34
protectorHeath Stewart28-Oct-03 3:34 
GeneralNew Instance of Internet Explorer Pin
Kenneth Childs28-Oct-03 3:06
Kenneth Childs28-Oct-03 3:06 
GeneralRe: New Instance of Internet Explorer Pin
Heath Stewart28-Oct-03 3:21
protectorHeath Stewart28-Oct-03 3:21 
1) C# is all server-side. To control the browser in such a way as to display a new form is client-side.

2) You don't even need to use any fancy javascript to do this. It's been possible since HTML 2.0 (if I remember right; 3.2 at the latest). Simply add a target attribute to your form like so:
<form runat="server" target="_blank">
  <!-- blah blah blah -->
</form>


 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralAppDomain and singleton pattern Pin
Chris Richner28-Oct-03 0:01
Chris Richner28-Oct-03 0:01 
GeneralRe: AppDomain and singleton pattern Pin
Heath Stewart28-Oct-03 3:17
protectorHeath Stewart28-Oct-03 3:17 
GeneralRe: AppDomain and singleton pattern Pin
Chris Richner29-Oct-03 5:59
Chris Richner29-Oct-03 5:59 
GeneralRe: AppDomain and singleton pattern Pin
Heath Stewart29-Oct-03 7:54
protectorHeath Stewart29-Oct-03 7:54 
Generalconvert byte array to float data Pin
zecodela27-Oct-03 18:45
zecodela27-Oct-03 18:45 
GeneralRe: convert byte array to float data Pin
Heath Stewart28-Oct-03 2:56
protectorHeath Stewart28-Oct-03 2:56 

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.