all groups > dotnet general > may 2004 > threads for sunday may 16
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 31
Newbie question -- Where do I start
Posted by Steve at 5/16/2004 10:57:31 PM
I am looking to get into the .net programming area. I have done some basic
perl scripting and have been doing administration for just about 6 years
now. Anyone have suggestions on where to start..
TIA
Steve
... more >>
How do you use a .NET object in IE?
Posted by Wells Caughey at 5/16/2004 10:22:33 PM
Hello everyone,
I am trying to load and use a .NET object in Web Page as described by
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/cpguide/html/cpcondeployingco
mmonlanguageruntimeapplicationusingie55.htm
As a summary it says to use the Object tag with an classId similar to
classId=http:/... more >>
Date Issue - Remoting or SQL Server
Posted by Mike Kearl at 5/16/2004 9:58:33 PM
I am having a problem with dates and storing them to SQL server.
When I save a date it is saving instead of 04/15/2004 00:00:000 as 4/14/2004
23:00:00:000
But in winforms it is showing as 4/15/2004 in the datetime picker. This is
causing problems with reports and such.
I was using the st... more >>
Reading the public key inside a strongly signed assembly from the assembly itself???
Posted by Bob Rock at 5/16/2004 8:49:32 PM
Hello,
is it possible to programmatically read (and how) the public key that is
embedded into an assembly that has been strongly signed???
What code would be needed???
Bob Rock
... more >>
Is is possible to mix IL code and C#/VB.NET code????
Posted by Bob Rock at 5/16/2004 7:57:17 PM
Hello,
I was wondering is it is possible to place in a source code file both IL
code and a higher level language (C# or VB.NET) code???
In other words in it possible to have something line inline assembly
(assembly code placed directly into C/C++ source code files) by tagging the
IL code area... more >>
Why JIT Debugger Doesn't Work on Particular Project?
Posted by Chuck Ritzke at 5/16/2004 4:51:52 PM
Hi,
I've been using VS for a number of projects and the debugger has worked as
advertised until now. I have a desktop solution with three projects, two of
which are class modules. For some reason, in only one of them, the JIT
debugger doesn't seem to be working. (At least I asssume this is a J... more >>
would you mind helping a lamber
Posted by jbw at 5/16/2004 7:53:25 AM
i am trying to get a value of true if a user of my program selects a leap
year from a combobox.
can someone help me to correct this code so that i can do this using a
simple loop, rather than having to write a list 100 years long?
here is the code that i am trying to work with using vb.net
... more >>
How to localize exception messages thrown by system?
Posted by tonci.tomic NO[at]SPAM mireo.hr at 5/16/2004 4:20:54 AM
For example, I cought System.Data.NoNullAllowedException with message:
"Column 'XXX' does not allow nulls"
I want to translate that message into croatian:
"Kolona 'XXX' ne dozvoljava nul-vrijednosti"
What is general approach to that issues?
Thanx... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Print PDF and failure notification
Posted by CJ1 at 5/16/2004 12:11:05 AM
Hi,
I'm building a .NET app that can print PDF files to a network printer without having Adobe Acrobat Reader installed, and get notified if the print is successful. Any suggestion?
Thank you very much!... more >>
|