all groups > dotnet general > may 2004 > threads for friday may 14
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
Am I the only one with doubts about .NET for commercial apps?
Posted by Rich S. at 5/14/2004 9:36:02 PM
Hello
Just like everyone else, I am excited about how easily one can create Windows applications with the .NET platform, but for shareware, I have some serious reservations
1. Your code can be easily decompiled. This would make it very difficult to implement any sort of license restri... more >>
problems with creating setup project
Posted by paja at 5/14/2004 8:46:06 PM
HI all
I have created asetup project by using instruction from http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B821766
It creates the setup project and when I install it, it does show up in the ADD or Rmove Programs window but does not appear in the Programs menu
Any help will be gre... more >>
if you don't know mono...
Posted by Everything Jute ! at 5/14/2004 8:43:11 PM
Programmers everyday are making a tragic error by not learning mono.
Mono is te standard .net implementation for Windos and Linux.
Learning mono is the key to writing fast, OOP, cross platform applications.
Mono virtualized the OS in the most efficient way possible -- making
Linux program... more >>
Where to start the try block and what's the overhead???
Posted by Bob Rock at 5/14/2004 5:53:56 PM
Hello,
this is something I've been asking myself for sometime ... and now I'd like
to clarify this point.
When should the try block start in a method??? What I mean is, does having
all the code instead of a smaller set of it inside a try clause add any
overhead???
What I'd like to understand... more >>
validations in .NET
Posted by Newbie at 5/14/2004 4:52:21 PM
Hi all,
I am using a date time picker control in my .net application.
Now I want to validate the values entered here. I want to calculate the
difference of start time and end time, but start time should not be more
than end time, or else it should display invalid entry.
Also, while calculating ... more >>
Write log description
Posted by DC Gringo at 5/14/2004 3:56:35 PM
I have some code that writes log entries upon errors in an VB.NET web app.
I can write the Message but in the log, preceding my message is the
following:
Description:
The description for Event ID ( 0 ) in Source ( Application ) cannot be
found. The local computer may not have the necessary ... more >>
Converting from byte[] to string and viceversa???
Posted by Bob Rock at 5/14/2004 3:51:11 PM
Hello,
a simple question (if you know the answer) ... how to convert from and array
of bytes to a string (and viceversa). I haven't the conversion to be simple
... but even using the Convert or the Encoding class I seem to be having
trouble accomplishing it.
Bob Rock
... more >>
Screen scraping anyone?
Posted by Jim Hubbard at 5/14/2004 3:35:03 PM
Anyone know of a control (or code showing how to) scrape addresses from a
web page?
Thanks for your help!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
One Concern About .NET Application Rights
Posted by Rich S. at 5/14/2004 3:11:02 PM
Hello
I see that the .NET platform is built around the idea of reusability. Is there any way to actually prevent someone from reusing one of my private assemblies? Suppose I have a commercial app
Thank you very much
Rich... more >>
A web service inside a windows service?
Posted by Michael Riggio at 5/14/2004 2:41:35 PM
Is there a way to have a windows service instantiate a class that is a web
service, which will then be accessible to clients via HTTP?
Thanks,
-Mike
... more >>
Deserialize method that "loads" the class instance itself: how???
Posted by Bob Rock at 5/14/2004 1:57:33 PM
Hello,
I've got an xml stream that I'd need to deserialize into an instance of a
given class A. I'd like to create an instance method on class A (method
Deserialize) that takes this XML stream as input and deserializes it "into
itself" ... in other words I'd like it to "fill" the instance of c... more >>
When to define static constructors and when are they implicitly called???
Posted by Bob Rock at 5/14/2004 1:44:06 PM
Hello,
I was wondering when should static constructors be defined or are they even
required??? Also, when are they implicitly called???
Bob Rock
... more >>
StreamWriter closes MemoryStream???
Posted by Bob Rock at 5/14/2004 1:41:13 PM
Hello,
I've noticed that after calling the Close method on a StreamWriter, I get
exceptions on any operation I might request on the associated stream (with a
message "Cannot access a closed Stream"). Is this the behaviour I must
expect? Nothing is said on the documentation.
Bob Rock
... more >>
How do I create a shortcut to the application from the Setup Project?
Posted by Tom at 5/14/2004 1:26:20 PM
I created an msi using the Setup Wizard, but don't seem to be able to create
a shortcut to the applicaton on the desktop (or prompt for one) or the menu.
Also, I would like to add an "uninstall" to this, but don't see that it
allows for this?
Am I missing something?
... more >>
icon guidelines
Posted by Peter Zentner at 5/14/2004 11:49:51 AM
Sorry for that stupid question, but I'm searching for about 4 hours and
don't find the stuff. Where are guidelines for creating icons for toolbars
etc. that meet the XP guidelines?
TIA
Peter
... more >>
iis is not running
Posted by kishan gupta via .NET 247 at 5/14/2004 11:18:26 AM
(Type your message here)
visual studio cannot create or open the application because the=
web server on this computer is not running=2E start the web server=
before proceeding=2E I have checked the iis service and it is not=
running when i start to open iis service it is giving an error=
to... more >>
code conversion
Posted by wei at 5/14/2004 11:14:14 AM
help: how to convert the piece of VB code to c#?
If TypeOf pMap.SpatialReference Is IProjectedCoordinateSystem
thank you so much
... more >>
how to get value by key in a hashtable
Posted by wei at 5/14/2004 11:10:20 AM
how to get value by key in a hashtable?
thank you!
... more >>
Naming an element programatically in XSLT
Posted by patC at 5/14/2004 10:11:01 AM
In the typical xsl you create elements as follow
<xsl:for-each select="fname"><FriendlyName></FriendlyName></xsl:for-each
In this case I need to create the name of the element programaticall
<xsl:for-each select="catkeymaster"><xsl:element name= ><--- need to assign the name of element with
... more >>
Compileing to diffrent file extensions
Posted by Brian Henry at 5/14/2004 10:05:47 AM
Hi everyone,
What I am doing in my application is I have a base app, then a bunch of
plug-in dll files. Well this gets confuseing to diferentiate between the
real plug-ins and the actual link libraries that are not to be used as
plugins (in reality they are both DLL files) is there anyway I co... more >>
Experimentation with Word.Application and winword.exe stay in memory
Posted by Helene Day at 5/14/2004 9:20:10 AM
I did some experimentation in VB6 and VB.Net.
With both applications, setting my Word.Application to nothing will not
release winword.exe from memory.
Also, I may have multiple copy of them... when you start/stop the
application mutiple times. ??????
This is my vb6 code:
Dim oApplication ... more >>
VS.Net will not autocomplete
Posted by whoffmann NO[at]SPAM hotmail-dot-com.no-spam.invalid at 5/14/2004 8:59:09 AM
Visual Studio.net is not autofilling the names of object members, etc.
I've checked the appropriate box in "Tools/Options/Text Editor"
Any suggestions as to why, for instance,
"cmdLogin.CommandType = commandType.StoredProcedure" will not fill in
the "StoredProcedure" after I type the "."
... more >>
Visual Studio .NET 2003
Posted by Lyle at 5/14/2004 8:15:07 AM
We need to find a downloadable copy of the evaluation
version of this software. Any one know where I can get
it?
The reason: We're trying to evaluate Biztalk 2004 but it
requires C# from Visual Studio .Net 2003. Biztalk 2004
trial is downloadable but . . .... more >>
Insert Command Statement Help
Posted by Brian Conway at 5/14/2004 8:11:58 AM
Can anyone give me a quick little break down of what I would need to do to
insert information into a database onClick of and Submit button? I am new
to all of this and have done it with datagrids, but want to do it with just
textboxes filled in and on click of the Submit button that it would tak... more >>
Launching IE from a Winform
Posted by Brent Stevenson at 5/14/2004 7:03:27 AM
DOtNEt newbie. How do you launch an IE Browser from a winform?
... more >>
How To Append Trailing Zeros
Posted by Keali at 5/14/2004 5:38:29 AM
for example:
A1 = 123
A1=123000 <- final result
A1 =1234
A1=123400<- final result
A1=1
A1=100000<-final result
How do i append trailing zero? is there a function that i
can use for this?
i cannot use format(A1,"000000") because it append zero in
front.... more >>
WinFS
Posted by guy at 5/14/2004 1:36:02 AM
Has anyone tried using WinFS as a repository for large numbers (10K) of application objects? Id be interested on the practicality of this and what performance is like
I dont have a copy of Longhorn as yet :-
cheer
guy... more >>
Asynchronous Client Socket ASP.NET
Posted by adamf81 NO[at]SPAM yahoo.co.uk at 5/14/2004 12:29:10 AM
Hi,
I'm trying to build a client ASP.NET application in VB.NET that can
display messages from a server application as soon as it receives
them.
These messages from the server have a limited life span so as soon as
the code behind receives them it should render them as HTML while
still list... more >>
|