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 2003 > threads for monday november 10

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

XML on Windows CE
Posted by A._Nöhre at 11/10/2003 11:53:36 PM
Hi! I am developing on c# for an "Windows CE 4.2 .NET" decive.=20 For commnunication with other devices and server I want to=20 use XML.=20 Unfortunately System.Xml.XmlTextReader and -writer are nor=20 supported on CE. Any suggestions? I don=B4t want to build=20 the XML Streams manually. ...more >>


'less than or equal to' signs
Posted by Murt at 11/10/2003 11:46:23 PM
Hi, when writing equations in vb .net, how do you enter the signs "less than or equal to" etc. thanks Murt ...more >>

Windows Service Path for referenced dll
Posted by hakan_dont_spam_me NO[at]SPAM go_away_spam_home.se at 11/10/2003 11:22:26 PM
Hi, I have a Windows Service that uses a referenced dotnet-dll. In my dll I set some public string to a stringvalue that I=20 get from reading a xml-file(my config file). It works fine=20 if I use it in a vb-form. But since Windows Services ? executes? in windows\system32 I can=B4t locate my xm...more >>

Threading
Posted by Amendra at 11/10/2003 9:48:59 PM
Hi, I want a certain task to be run by multiple threads. The issue is do we have to create a new thread object foreach new thread and specify the same threadStart deligate or is there a different approach to this. Thanks Amendra. ...more >>

adding custom menuitem to the project
Posted by seeni at 11/10/2003 8:38:17 PM
I want to extend the context menu item for a project in solution explorer of VS IDE. Which object to use...? -seeni ...more >>

install error dncomg.hsx
Posted by CG at 11/10/2003 6:36:32 PM
When I try installing VB.net Standard, it hangs on trying to install this file every time. The event log shows the following. Event Type: Error Event Source: MsiInstaller Event Category: None Event ID: 11305 Date: 11/9/2003 Time: 7:57:19 PM User: N/A Computer: ***** Description: Pro...more >>

Snap-in app
Posted by Robert Ferrer at 11/10/2003 6:30:36 PM
Does anyone knows how to create a .NET snap-in application for the MMC? Thanks in advance! Robert ...more >>

Error initializing the cache for disk storage
Posted by Mike Davison at 11/10/2003 5:46:10 PM
I've made a program that fetches data from an ODBC data source. Everything works fine when the table contains only a few rows. The problem is that when there are many rows (6000, in this case), the program terminates with the following OdbcException "ERROR [26000] [ATI][OpenRDA ODBC]Error initi...more >>



Only allow a Year Range in textbox control
Posted by Gerry Viator at 11/10/2003 5:28:19 PM
Hi all, I would like only a year in a range from 1950 to 2040 to be alowed in a textbox control. This doesn't seam to be working... Private Sub txtboxYear_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles txtboxYear.KeyDown Dim strKey As St...more >>

ASP.Net Datagrid update limit?
Posted by Peter at 11/10/2003 4:11:13 PM
I have a web page with an datagrid which users can update. The update event fires if the datagrid has a relatively few number of rows (eg 100). However if a user selects a dataset with a large number of rows, say 1000 then the update event does not fire at all. Any changes the user makes o...more >>

vb.net modal form
Posted by Chris Thunell at 11/10/2003 3:29:51 PM
I have a form with information on it, when a button is clicked, another form is opened with the following code: Dim myForm As New ReqVendorSelect myForm.Visible = True Once i'm done manipulating some data on the 2nd form, the 2nd form is closed and the original form is now visible. Is there ...more >>

Inter op between C# and VB
Posted by VJ at 11/10/2003 2:47:08 PM
Hi.. Does anyone have a idea of how to integrate between C# and VB.. I have a project developed in VB.NET.. and a few other developers are doing additional screens in C#. How do I integrate the C# forms into VB? Vijay ...more >>

Need Fast help pls... Format issue!
Posted by Ali Eghtebas at 11/10/2003 2:10:50 PM
Hi, Need fast help pls: Format (1 "###,###.##") = "1" <<<<----- OK! Format (0, "###,###.##") = "" <<<<----- WHY? How can I make this work with Zero? I need to use Format, otherwise it will be a time consuming work to process 0 in a If of some kind. -- Thanks in advance Ali Eghteb...more >>

XmlSerializer.Serialize
Posted by discussion NO[at]SPAM discussion.microsoft.com at 11/10/2003 1:50:22 PM
Hey, I have made a method that would take any object o and an array of extraTypes to construct a XmlSerializer object then call .Serialize(stream, object)... When I have this called within the same method as the type it works fine but when I am passing this type and the extra types array ...more >>

File access permissions
Posted by fripper at 11/10/2003 1:40:42 PM
I have just installed Visual Studio .Net Academic 2003 and MSDN Academic 2003. In testing a program that I had written in the 2002 version I find that when I use fileopen to access a file I get: Access to the path "c:\inetpub\wwwroot\_private\(filename)" is denied. The message goes on to sa...more >>

Intellisense for custom controls.
Posted by Nick Kafenzakis at 11/10/2003 12:50:00 PM
Hi, I am thinking about creating some custom server controls in Visual Studio .NET 2003 using VB.NET. One thing I am wondering about is how I can get the control to show up in the IDE....for example right now when I hit '<' i get a list of controls like <asp:(somecontrols)>. I was wo...more >>

Unit testing tools for .NET ?
Posted by gicio NO[at]SPAM web.de at 11/10/2003 11:35:13 AM
Hi! I'm looking for unit-testing tools for .NET. Somthing like Java has --> http://www.junit.org regards, gicio ...more >>

Connecting to SQL Server using Windows Authentication
Posted by Jeremy at 11/10/2003 11:26:58 AM
In my ASP.NET web applications I would like to use "integrated security=SSPI" instead of supplying a SQL Server account credentials. From what I understand there are security policy settings that need to be setup on the web server to allow for me to do this, but I'm not 100% sure what the...more >>

can install Visual Studio .NET 2003 over Visual Studio v6?
Posted by Dan at 11/10/2003 10:36:18 AM
Dear all has anyone tried installing Visual Studio .NET 2003 into system that already has Visual Studio v6 installed. Will it cause any problem with the older Visual studio, like pointing to the wrong header and lib file and etc? I learn from the MSDN site that it suppose to be able to coexist...more >>

Perfomance using .NET vs. Borland
Posted by TGF at 11/10/2003 10:19:05 AM
I am wondering if it is feasible to use .NET for applications that have to be very fast. We have a few applications that are blazingly fast, written in Borland C++ using Borland C++ Builder. We would like to port over to ..NET, but some of the test models we have developed are MUCH, MUCH slower...more >>

Removal from Source Control
Posted by Michael Slattery at 11/10/2003 9:13:26 AM
Hello... I need to recover an old backup of a solution (with 3 projects) that was under source control. I thought I removed all that was needed however I get the following error message when I open the solution... The solution appears to be under source control, but its binding info...more >>

Deployment
Posted by JamesT at 11/10/2003 9:01:57 AM
Is it possible to deploy to a CD? I have a a couple of programmes that I want to send a demo version of to customers UK-wide. I do not want the customer to have to install the NET framework on his machine. Is it possible to put everything on a CD and run the demo from there without loadin...more >>

Security question: Passing data from DMZ into local network
Posted by Chris Holliday at 11/10/2003 8:37:06 AM
Windows 2000/2003 servers We are deploying some B2B functionality that requires data to be submitted to our DMZ web servers. We want to push this data in near real time through the internal firewall into our network. I have been searching google and several other resources to come up with an...more >>

IIS in Cluster
Posted by quique at 11/10/2003 8:35:04 AM
Hi all, i wan't to know how iis works in cluster. The persistence is in database or in memory? i's possible to configure the persistence mode..., it supports load balancing and failover... How can i install iis in cluster, i think i have to start a service in each of the nodes of the c...more >>

access javascript functions from C#
Posted by Priya at 11/10/2003 7:08:34 AM
Hi, I'm developing a windows application in VC#.It has a web browser control in it.How can I call the javascript functions present in the web page? Thanks in advance Priya...more >>

VbScript
Posted by Ana Rita at 11/10/2003 6:47:09 AM
Hello to all. I'm trying to do call a vbscript sub in one page aspx. My vbscript sub is in a file with the extension (vbs) and it looks like this: Sub Mens (strmens) Msgbox strmens End sub In the aspx page I do this in page_load: Button1.Attributes.Add("onclick", "vbscript:Men...more >>

Word replace from charp
Posted by David Krmpotic at 11/10/2003 1:55:10 AM
hi!! I would like to open an existing Word document and make few Replace actions.. for example I want to replace every occasion of word 'day' with word 'night'.. I know about automation and I examined one example of Excel automation.. Then I looked into Msword9.olb :: Word._Document if I coul...more >>

Some general questions on C++ .Net, and Form Design in Particular
Posted by Steven O. at 11/10/2003 12:56:20 AM
I am basically a hobbyist programmer, at the moment doing a little work experimenting with some AI stuff. I learned C++, and then tried to teach myself MFC using MS Visual C++ 6.0. I swore off of MFC, which was a nightmare, and have been playing with Borlands C++ Builder. In C++ Builder, crea...more >>


DevelopmentNow Blog