C
chris
Hallo,
I am in need of a replacement for the Microsoft Visual Studio .NET.
The reason is quiet simple. I develop forms which are used on
different
microsoft windows platform, and one microsoft windows platform spoils
the other microsoft windows platform. For example: I have two
projects, one for pc
and one for pocket pc. I would like (or better I have to) share the
forms.
With the !@# Microsoft IDE this is not possible because the IDE
generated
codes conflict with each other. For example: A pocket pc control does
not have
a tabstop property, but when I edit the form in the pc version, this
stupid
IDE adds this property all the time, overwriting my code which looks
like
this, but does not help.
#if COMPACT_FRAMEWORK = false then
me.combobox.tabstop = false
#end if
What is this IDE doing. It constantly removes the IF statement!!!
It wasn't a problem with vb.6 and embedded visual basic, but on .NET
it's a nightmare. I do not want to have multiple versions of multiple
forms, just because a no brainer wrote some code into the IDE which
spoils programs.
Same with resource files. The platforms use different resource file
syntax.
Please can somebody tell me if were is an alternative to the Microsoft
..NET
IDE.
Thanks
Chris
P.S. If somebody of this Microsoft IDE development team reads this,
maybe this is a valid complain. It also shows clearly how Microsoft
works. One department has no clue what the other department is doing.
Writing stubs (empty properties)
into the Compact Framework would have solved the problem.
Many controls on the pocket pc even do not have a name property, but
the IDE
adds this property happily to the control, and spoils my programs.
I am in need of a replacement for the Microsoft Visual Studio .NET.
The reason is quiet simple. I develop forms which are used on
different
microsoft windows platform, and one microsoft windows platform spoils
the other microsoft windows platform. For example: I have two
projects, one for pc
and one for pocket pc. I would like (or better I have to) share the
forms.
With the !@# Microsoft IDE this is not possible because the IDE
generated
codes conflict with each other. For example: A pocket pc control does
not have
a tabstop property, but when I edit the form in the pc version, this
stupid
IDE adds this property all the time, overwriting my code which looks
like
this, but does not help.
#if COMPACT_FRAMEWORK = false then
me.combobox.tabstop = false
#end if
What is this IDE doing. It constantly removes the IF statement!!!
It wasn't a problem with vb.6 and embedded visual basic, but on .NET
it's a nightmare. I do not want to have multiple versions of multiple
forms, just because a no brainer wrote some code into the IDE which
spoils programs.
Same with resource files. The platforms use different resource file
syntax.
Please can somebody tell me if were is an alternative to the Microsoft
..NET
IDE.
Thanks
Chris
P.S. If somebody of this Microsoft IDE development team reads this,
maybe this is a valid complain. It also shows clearly how Microsoft
works. One department has no clue what the other department is doing.
Writing stubs (empty properties)
into the Compact Framework would have solved the problem.
Many controls on the pocket pc even do not have a name property, but
the IDE
adds this property happily to the control, and spoils my programs.