Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > june 2005 > threads for tuesday june 7

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

Date & DateTime datatypes format
Posted by Ed at 6/7/2005 11:28:01 PM
Hi there, My problem is the following: When I assign a custom formatted Date & Time to a Date variable it loses it’s formatting. Ex. 2005-06-07 15:46 [Format(Now(), "yyyy-MM-dd HH:mm")] now when I assign this to a variable of type Date or DateTime this becomes 2005/06/07 03:46:00 Th...more >>


What major applications have been ported to the .net framework?
Posted by Bootstrap Bill at 6/7/2005 6:55:45 PM
Does anyone have a list of applications that have been ported to the .net framework? Does anyone know if future versions of Office will be ported? What about other Microsoft products? Games? ...more >>

Legality of using Microsoft DLL'S in programs?
Posted by hack123 NO[at]SPAM hotmail.com at 6/7/2005 6:37:34 PM
G'Day all, Im just curious as to how legal it is to use dll's that microsoft have made? For example, lets say I make a program that creates users in active directory, I have to reference system.directory services, is it now legal for me to sell the program? What if I had to include the dll with...more >>

Process.Start taking a long time, the FIRST time only
Posted by Slide-O-Mix at 6/7/2005 4:16:01 PM
I am using the Process class to run an external application from my application. The first time I call the .Start() method it takes several seconds for the process to actually start. Subsequent calls to .Start() go very fast as is how I would expect it. Has anyone seen this before and perhap...more >>

Data adaptor.update confusion
Posted by Paul at 6/7/2005 4:11:35 PM
OK I'm lost.... Hope I can describe this that you will understand what I'm taking about. I have an Oracle dataset and I've inserted some rows into it, I now want to update the database. I managed to do this by going thru each row and creating an oraclecommand, passing the parameters and exec...more >>

Setup and Deployment
Posted by source at 6/7/2005 3:18:02 PM
Is there a newsgroup for Setup and Deployment related issues in .NET? ...more >>

datatable.compute method
Posted by David Anderson at 6/7/2005 1:27:02 PM
I'm trying to compute the minimum datetime of a column in a certain datetime range like so: datatable.compute("Min(datetime_column)", "datetime_column < datetimeobject"); I get a syntax error.....I suppose this has something to do with compute encountering a colon in my datetime and throwi...more >>

what is difference between buil and delpoy?
Posted by Newbee Adam at 6/7/2005 1:10:02 PM
1. what is difference between buil and delpoy? 2. If I am finished with a web app lets say. how do I compile it and what type of a file will it be? .dll, aspx,... 3. how do I bundle an application that is web based. Do I put an aspx file in the bin directory or the IIS server the conection...more >>



anyone have any cool secretes or shortcuts in vb.net to share!
Posted by Newbee Adam at 6/7/2005 1:03:12 PM
I always like to ask because someone who has worked on specific projects may have been in the possition to find a handy short cut or solution that cannot be found in a book only through trial and error experience. I may soon be working on a similiar project. Even something a simple as secrets ...more >>

what exactly is the source safe used for
Posted by Newbee Adam at 6/7/2005 12:49:05 PM
what exactly is the source safe used for -- Adam S...more >>

unix shell scripts
Posted by dk at 6/7/2005 12:43:01 PM
is there any way to invoke a unix shell script from .net? tia, dk...more >>

Tab key not working in Visual C#
Posted by Jeff Connelly at 6/7/2005 10:59:13 AM
Anyone know how this might have been disabled somehow in the editor? ...more >>

May i know about the component of .NET
Posted by CK at 6/7/2005 10:20:07 AM
May i know what is the technology that the .NET component use for communicate each other in the .NET environment ??? since i am the new in .NET thank you...more >>

View Assembly Cache information remotely?
Posted by tron9901 NO[at]SPAM msn.com at 6/7/2005 9:03:33 AM
In .NET Configuration 1.1 - Assembly Cache, there's a link called "View List of Assemblies in the Assembly Cache." I need to look at that information on several Windows 2000 Advanced Servers. Is there a way I can view this list remotely? Without having to terminal into each server? Registry en...more >>

msgbox function
Posted by benLeighton at 6/7/2005 5:35:01 AM
I suspect that my 2 yr old has been messing around again... simple say I call the msgbox function from a button click event thus # msgbox ("hi") the msgbox appears but without the text "hi"... in other words completely blank. I am dumbfounded! -- thanks/regards...more >>

default for MailMessage from property
Posted by James at 6/7/2005 4:42:01 AM
Is there a way of getting the default email address for the logged in user? I am creating a MailMessage and need a valid from address in order to send an email in my app with SmtpMail.Send....more >>

Hide JIT Debug Error
Posted by Jake at 6/7/2005 3:44:03 AM
I'm trying to create an all encompassing error handler to handle all Unhandled Exceptions. I have added an event handler to AppDomain.CurrentDomain.UnhandledException and everything works fine when debugging. When I try to run the app outside of the IDE I get the JIT Debug message and my app...more >>

which is best?
Posted by Jimbo Jim at 6/7/2005 2:27:34 AM
sb = New StringBuilder sb.Append(vbNewLine) sb.Append("function init() {") sb.Append(vbNewLine) sb.Append("ModuleMenu = new TRMenu.TRMenu();") sb.Append(vbNewLine) sb.Append("ModuleMenu.Add('Modules',0,'ModuleMenuList');") Or sb = New StringBuilder sb.Append(vbNewLine & "function init()...more >>

Facing precision issues with "double"
Posted by Uma Abhyankar at 6/7/2005 12:00:00 AM
Hello, We are facing precision issues with addition, multiplication or division of "double" Issue1: ##### The output of 0.1 + 0.2 is not 0.3 It is 0.30000000000000004 How do we tackle this?? Issue2: ##### Minute value: 8.6994833333333332 Case1: From Minutes to Seconds: ==============...more >>

Consuming event of a class in collection
Posted by rawCoder at 6/7/2005 12:00:00 AM
Hi, I must be missing something here. All I want is to be able to handle the events of one of my class, objects of which are in a collection. For e.g. I have a class MyClass1 which raises MyEvent1 and a collection which holds its objects. I want to be able to handle the events when any o...more >>


DevelopmentNow Blog