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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|