Groups | Blog | Home


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 > november 2004 > threads for friday november 19

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

Visual Studio codenamed "Orcas"
Posted by Lior Bobrov at 11/19/2004 11:13:30 PM
Hi . Due to Microsoft's roadmap for years 2004-2005 , Visual Studio codenamed "Orcas" should be released in 2005 . But , as we know , Visual Studio codenamed "Whidbey" (which was originally planned to be released in 2004) will be released in 2005 . In addition , it was written in the MS Ro...more >>


Using VB.NET object in VB 6.0 project
Posted by Mr Sir at 11/19/2004 11:07:08 PM
Hello, My company is experimenting with adding VB.NET classes to currently existing VB 6 code. The idea is to gradually migrate to a purely object oriented solution. When I run the code in development environment it works fine - but when I sent the dll (NET) I created and the Interop.dlls along...more >>

How to hide a object's inherited properties ?
Posted by mrVithan at 11/19/2004 8:23:02 PM
I create a user control object and show its properties through a propertygrid object in my application. It is sure that there are 100 hundred of properties inherited from System.Windows.Forms.UserControl and they are all showed on the propertygrid. Is there a way i can hide all these inherited...more >>

Propose: Locale-independent decimal seperator
Posted by Teis Draiby at 11/19/2004 6:03:57 PM
Does this already exist? Something like "\£" that would appear like a "," or "." dependent on the current locale settings. Examples: string stringValue = "1000\£54" Console.WriteLine(stringValue); // Outputs "1000,54" or "1000.54" dependent on locale settings: doub...more >>

Excel using ado.net - operation must use an updateable query
Posted by Tom wilson at 11/19/2004 2:46:59 PM
This is driving me nuts. I'm trying to update an Excel spreadsheet using ADO.Net and Oledb in VB.Net. The connection is open, the adapter is connected and the dataset is loaded. Here's the code in question: myDataRow = myDataSet.Tables(0).Rows(RowNum) myDataRow(ColumnCount)...more >>

disappearing table
Posted by DC Gringo at 11/19/2004 1:57:49 PM
I'm COMPLETELY baffled as to why this is in my html source code when I view source from IE but invisible when rendering: <table cellspacing="0" cellpadding="3" align="Center" border="0" id="MonthlyReports1_DataGrid1" style="border-collapse:collapse;"> <tr style="font-family:verdana,helveti...more >>

System.String memory leaks C# application.
Posted by Tony at 11/19/2004 1:35:03 PM
tHi, I have application with memory leaks and I used .Net memory profiler. It showed that every time I use string, gc does not clear that string and at the end I have many instances and bytes allocated for strings. Is there a right way to use strings? Or StringBuilder is the answer? THanks...more >>

How to check Thread is terminated?
Posted by sleepyant at 11/19/2004 12:06:04 PM
Hi, I have a thread where it will do a Do While..Loop and check the blnCancel boolean in every loop. If blnCancel is True, then the loop will exit and the Thread should be terminated naturally. But there is some scenario where the program stuck somewhere in the Do While..Loop and and unable to e...more >>



Reflection on instance returned from W/Service
Posted by Angelos Karantzalis at 11/19/2004 11:44:07 AM
Hi y'all ... I've just come across a rather weird problem. i'm using the following code to get the names of the public properties of an object: public static string[] GetPropertyNames(object instance){ Type objType = instance.GetType(); PropertyInfo[] props = objType.GetPropertie...more >>

Intercepting call
Posted by Fenix at 11/19/2004 11:39:10 AM
I want intercept the call to a object method or object property . Its plausible ? Are there any event fired when i invoke a object method or property ?...more >>

Format string question
Posted by kevininstructor NO[at]SPAM state.or.us at 11/19/2004 11:19:36 AM
The following was copied from a web site for learning formatting. Dim myInt As Integer = 100 Dim FormatPrice As String = String.Format("Price = |{0,10:c }|", myInt) Console.WriteLine(FormatPrice) The result shown is no number but the character c as in the format string. Is the format not valid ...more >>

Duplicate GAC assemblies. Why? Safe to delete redundant copies?
Posted by GlobalBruce at 11/19/2004 10:21:08 AM
The global assembly cache on my development computer has duplicate native images of several System assemblies. For instance, the System assembly itself is present as two different native images, as well as a non-native version. The native images have different date/time stamps -- although they...more >>

How to know when an application is running.
Posted by Juan Manuel Alegría B. at 11/19/2004 9:54:35 AM
Hi, I need to know if an application is running because I want just one instance of this application. So I'll execute it only if it is not running. Thanks so much. ...more >>

.NET Framework User adoption
Posted by altonjw at 11/19/2004 9:41:04 AM
Is anyone aware of any stats on the number of users that have the .NET framework installed? Additionally, is the framework installed by default with the most current version of XP, IE, or service packs? Thanks -...more >>

Deploying a VB.NET app to Windows 98 laptop
Posted by AndyVHDA at 11/19/2004 9:31:03 AM
How much memory is recommended for a Win98 laptop that will run a VB.NET application ? The coding will be done an an XP machine then deployed to the laptop. What files need to be loaded on the laptop, in addition to the .NET runtime and the application files, to successfully run the applica...more >>

Creating CHM files from assembly
Posted by at 11/19/2004 9:10:19 AM
When you download and install the PayPal ASP.NET Web Controls (http://www.persistent.com/paypal/aspdotnet/), it comes with an impressive, MSDN-like compiled help file with detailed info for each of its classes. At the bottom of almost every page reads "Generated from assembly PayPal.Web.Contro...more >>

Executing a PERL script from ASP.NET appl.
Posted by PzYon at 11/19/2004 6:13:04 AM
Hey 2gether! I'm trying to execute a PERL script on the web server when the user presses a button in an ASP.NET Web Application using Visual Basic. The most obvious solution for me seemed to be to use the 'Shell()'-command [Like this: Shell("C:\\Inetpub\\wwwroot\\BasicDataRequests\\Robot.pl...more >>

Kodak Image Edit Control. Zoom = Best Fit, anyidea??
Posted by Hemant at 11/19/2004 3:59:03 AM
I am using the Kodak Image Edit Control in one of the applications that I have been working in .Net. However, one of my requirement is to zoom the image to best fit the window size available. Can anybody guide me any direction or help me with the required code? Thanks in advance - Hemant...more >>

How can move uploaded files to other server from application serve
Posted by Murugavel at 11/19/2004 1:53:07 AM
Hi all, Now,we stored uploaded files into our webserver(where the place our site is running) by normal upload function ASP.NET ,but we brought a new server for keeping files. How Can we moving the uploaded files to other server (consider as FileServer) from our application Server(Web ...more >>


DevelopmentNow Blog