Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computer Certification > MCSD > two bad things in VS.NET 2k3... :(

Reply
Thread Tools

two bad things in VS.NET 2k3... :(

 
 
qod
Guest
Posts: n/a
 
      12-04-2003
when i install DirectX9.0b SDK (the latest version)...i
dont get the templates in new project's window...

thats ok...there must be a newer version released soon...

but another bad thing is that...i am creating a custom
application...there are many controls...all of them
needed...the company manager wants every single detail
about his company sales...

i put controls in a groupbox...the groupbox is in a
panel...there are four other panels than this...each
overlapping the other (i bringtofront() one of them on
when ever needed)...

now when i save and close this form designer window and
reopen it again (loading of controls into designer
happens here) i see most controls are in different place
(moved)...i have to rearrange them again...this happens
even when i go to another window and comeback to the form
designer again...

anyone had the same problem?

sorry if the message was long...
 
Reply With Quote
 
 
 
 
Charlie
Guest
Posts: n/a
 
      12-05-2003
Hi,

Did you try right clicking on the form in the Designer window and
selecting Lock Controls?

¢harlie


"qod" <> wrote in message
news:042d01c3bab1$48fb1ca0$...
> when i install DirectX9.0b SDK (the latest version)...i
> dont get the templates in new project's window...
>
> thats ok...there must be a newer version released soon...
>
> but another bad thing is that...i am creating a custom
> application...there are many controls...all of them
> needed...the company manager wants every single detail
> about his company sales...
>
> i put controls in a groupbox...the groupbox is in a
> panel...there are four other panels than this...each
> overlapping the other (i bringtofront() one of them on
> when ever needed)...
>
> now when i save and close this form designer window and
> reopen it again (loading of controls into designer
> happens here) i see most controls are in different place
> (moved)...i have to rearrange them again...this happens
> even when i go to another window and comeback to the form
> designer again...
>
> anyone had the same problem?
>
> sorry if the message was long...



 
Reply With Quote
 
 
 
 
qod
Guest
Posts: n/a
 
      12-05-2003
yeah...that was the 3rd or 4th thing i did...but it
doesnt work...

it looks to me that there is some misscalculation on
positioning the controls in design time...the form is
borderless and when it first loads in the designer it
shows with border and then the border is set to none
which causes the form to get smaller ofourse...but the
position of some controls changes...i will look in
InitializeComponent() may be the object initialization's
order should be changed...but the designer will change it
back...or i should put the initialization controls in
another procedure that runs before InitializeComponent()

...i have to rearrange the controls before each
compile...this is bad...

>-----Original Message-----
>Hi,
>
>Did you try right clicking on the form in the Designer

window and
>selecting Lock Controls?
>
>¢harlie
>



 
Reply With Quote
 
¢harlie
Guest
Posts: n/a
 
      12-05-2003
Are all of the controls' Anchor properties set the same?
I know that this should not matter in the real world but
this is software. 8^}

The control set up should be done in InitializeComponent()
that part is correct. Was the automatically Designer generated code
manually modified? Perhaps there's a typo there or a control
property that is still remaining after the control has been
removed? The automated stuff doesn't always get this right.

What happens if you create the controls "on the fly?"

¢harlie


"qod" <> wrote in message
news:087101c3bb19$87203fc0$...
yeah...that was the 3rd or 4th thing i did...but it
doesnt work...

it looks to me that there is some misscalculation on
positioning the controls in design time...the form is
borderless and when it first loads in the designer it
shows with border and then the border is set to none
which causes the form to get smaller ofourse...but the
position of some controls changes...i will look in
InitializeComponent() may be the object initialization's
order should be changed...but the designer will change it
back...or i should put the initialization controls in
another procedure that runs before InitializeComponent()

...i have to rearrange the controls before each
compile...this is bad...

>-----Original Message-----
>Hi,
>
>Did you try right clicking on the form in the Designer

window and
>selecting Lock Controls?
>
>¢harlie
>




 
Reply With Quote
 
qod
Guest
Posts: n/a
 
      12-05-2003
>Are all of the controls' Anchor properties set the same?
>I know that this should not matter in the real world but
>this is software. 8^}

yeah...they are set to default (top-left).

>The control set up should be done in InitializeComponent

()
>that part is correct. Was the automatically Designer

generated code
>manually modified? Perhaps there's a typo there or a

control
>property that is still remaining after the control has

been
>removed? The automated stuff doesn't always get this

right.
no...non of this happened...i removed some controls but
they dont exist now...i just checked for this...i didnt
modified something...

>What happens if you create the controls "on the fly?"

well...there will be more than 4000 lines to write for
control properties...it will take me lots of time...

but it is ok...thanx for ur and charlie's time...this
project will be finish this week...next time i will take
care of this since the begining...

have a nice time...

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bad media, bad files or bad Nero? John Computer Information 23 01-08-2008 09:17 PM
vs2005 publish website doing bad things, bad things =?Utf-8?B?V2lsbGlhbSBTdWxsaXZhbg==?= ASP .Net 1 10-25-2006 06:18 PM
ActiveX apologetic Larry Seltzer... "Sun paid for malicious ActiveX code, and Firefox is bad, bad bad baad. please use ActiveX, it's secure and nice!" (ok, the last part is irony on my part) fernando.cassia@gmail.com Java 0 04-16-2005 10:05 PM
24 Season 3 Bad Bad Bad (Spoiler) nospam@nospam.com DVD Video 12 02-23-2005 03:28 AM
24 Season 3 Bad Bad Bad (Spoiler) nospam@nospam.com DVD Video 0 02-19-2005 01:10 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57