I have a .NET 1.1 application (C#) that I converted to .NET 2.0... Conversion
was pretty painless, code runs from the development environment no problem...
but when I try and publish... It says everything was successful.
So what's the problem??? It never creates any files in the output
dire...
more >>
Hi,
Winforms has the new StatusStrip control that replaces StatusBar in
1.1. I've looked high and low but can't seem to find how to get
separators (|) in my status bar, eg
Info1 | Info2 | Info3 | Info4
where Infos 1 to 4 are StatusLabels.
Any takers?
Stew
...
more >>
Hello folks,
I have VS .NET 2003 Academic and get a missing file error when I try
to create a Windows Forms Application via the Visual C++ Project type.
Is this project type available on the Academic version? If not is there
any way around it other than having to buy VS standard? Thanks for any...
more >>
hello,
I would like to print report with OnPrintPage event and after that add
footer "Page X of Y" to every page (because then i would know how many
pages there are). How can I do that ?
Regards
Pawel
...
more >>
Hello.
I was screwing around a bit with the exe-files produced by .Net
Compilers and trying to understand how they work... so i ended up at the
6 Byte stub, which calls the _CorExeMain in mscoree.dll ... so i thought
"Hey, thats how it tells the Framework, that it shall load it as .Net
pr...
more >>