That's what the Anchor or Dock properties for, for simple panel, tabpanel, or simple arrangement of buttons. For more complex arrangement, you should use tablelayoutpanel
Sorry about the hebrew... :$ Isolved the problem i enterd in the windows form into app.config and them edit
<setting name="WindowsUniversityClient_UniversityWebReference_Service"
serializeAs="String">
<value>http://192.168.111.1/UniversityWebServices/Service.asmx</value>
</setting>
To:
<setting name="WindowsUniversityClient_UniversityWebReference_Service"
serializeAs="String">
<value>http://192.168.111.1/UniversityWebServices/Service.asmx?AspxAutoDetectCookieSupport=1</value>
</setting>
Now, when he hav AspxAutoDectateCoolieSupport it gives me the results :D Thanks for your help!, Yahav.
Gindi Bar Yahav - Web & Software developer.
Thanks!! you solved me the problem. i clicked properties and the "charset" was unicode, so i changed to multy-byte charcters (its ok?) but now its compiling me with no error, now i can go back to learn, thanks.
Gindi Bar Yahav - Web & Software defeloper.