all groups > dotnet general > september 2003 > threads for saturday september 13
Filter by Day: 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
distribuiting programs made with the csharp compiler of framework SDK
Posted by Sam74 at 9/13/2003 6:45:37 PM
Hi, I've downloaded framework 1.1 .net SDK from the microsoft webpage and
i've seen that in the pakage there is the csharp compiler (csc.exe)
If I develop a program with notebook and I compile it with this compiler,
have I got the right to distribuite my program as freeware or sell it?
thanyou... more >>
Installed SDK 1.1, but not sure if being used
Posted by rgblois NO[at]SPAM si.rr.com at 9/13/2003 6:07:37 PM
I've installed the runtime and the SDK with no error messages, and
I've checked to verify that the folder is present at
%windir%\Microsoft.NET\Framework\v1.1.4322. However, when I go into
VC#, it says that I am using Microsoft .NET Framework 1.0 v1.0.3705.
Is this correct, or is it not install... more >>
unload and show forms
Posted by salo at 9/13/2003 4:30:05 PM
hi
at visual basic 6
i write this
to the button1_cl1ck
unload form1
form2.show
then form2 shown and the form1 unload
and at form2 button
i write
unload form2
form1.show
but when i bigin to visual basic dot net i write these
codes but they are not working .
... more >>
Open 2003 in 2003
Posted by Mike Busch at 9/13/2003 10:33:53 AM
I an taking a course in Visual Basic .Net. At the college
we attend, they have VB .Net 2002 on all the PC's in the
class room and the lab. We receive from Microsoft and the
school a copy of VB .Net 2003 to install on our home
computers. I don't hav eto time to get to the college to
do my w... more >>
TimeZone
Posted by Nicolai Kollner at 9/13/2003 10:26:20 AM
I need an instance of a TimeZone object from a specific timezone other than
TimeZone.CurrentTimeZone. Is there any way to do that besides implementing
it myself?
// Nicolai
... more >>
'System.Text.RegularExpressions.MatchCollection' does not contain a definition f
Posted by Ian Payne at 9/13/2003 6:49:33 AM
Documentation says it does:
Quickwatch lists it (but <cannot view indexed property> as
expected)
So how come the compiler throws an error?
I can of course work round it (in C#) with myMatches[n],
but tend to use the Item property by default.
Ian... more >>
Dataset filtering problem
Posted by Alex Ayzin at 9/13/2003 4:27:41 AM
Hi,
I have a problem that might be easy to solve(possibly, I've just overlooked
an easy solution). Here we go:
I have a dataset with 2 datatables in it. Now, I need to do the following:
if ds.table(0).rows(0).item("col1") = ds.table(1).rows(0).item("col2") then
txtResult.text = ds.t... more >>
|