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 > june 2004 > threads for wednesday june 23

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

Network Share
Posted by Paul van't Klooster at 6/23/2004 10:35:50 PM
Hi Everyone, This question may have already been asked before, but I can't seem to find any answers to it: In C# I know it is possible to access files using UNC path names, but how do I access a share on a computer with a different user name and password? In windows explorer when you try ...more >>


BeginInvoke calls EventHandler with different parameters than supplied
Posted by Sandor Heese at 6/23/2004 9:58:01 PM
Question, When using BeginInvoke (on a From to marshal to the UI thread) with the EventHandler delegate I see some strange behaviour. The problem is that I call the UpdateTextBox method with a class derived from EventArgs ( i.e. MyEventArgs) and when the BeginInvoke is called and the UpdateTex...more >>

Crystal ReportViewer launches wrong app
Posted by KenMorris at 6/23/2004 7:00:01 PM
The best way to describe the problem is this: I have a Windows-based app, designed in Visual Basic .NET. In the application, I have a form that contains a Crystal ReportViewer control, and that control hosts a Crystal ReportDocument. The problem is this: When I lauch the report in the ReportVi...more >>

Automatic HTTP POST methods
Posted by twade NO[at]SPAM gordian-health.com at 6/23/2004 6:40:11 PM
Does anyone have any ideas on how to do an automatic html form post using hidden fields without introducing client-side script nor using a server-side WebRequest by passing the information back up to the browser while the base href is still set to my site. The problem I was having with the serve...more >>

How to check if browser is running on the web server?
Posted by Dr. StrangeDub at 6/23/2004 6:12:03 PM
I am part of a group that has developed an ASP.Net web application. I am looking for a way to determine whether or not the browser is actually running on the web server. For this case (when executing IE on the webserver) I want to remove a link to Remote Desktop -- as the desktop is NOT remote ...more >>

parameter ignored for ExportToStream ASP.NET
Posted by radx786 NO[at]SPAM hotmail.com at 6/23/2004 4:58:31 PM
Hello All I am having a very hard timt exporting crystal report to PDF document in my ASPX page. I am able to generate the PDF document , but the i am not able to pass the parameter to the report (Crystal). It looks like , it completely ignores the parameter i am passing and just brings all...more >>

How To: Close application during Start Up (VB.net)
Posted by Mr. B at 6/23/2004 4:31:54 PM
VB.net 2003 (standard) In my application, within FORM1_LOAD, I check for various things (ie valide user names, files, etc.). What I want to do is upon an event such as "No Valide User Name Found" to pop up a warning message about the event and then close the application. I can do everythin...more >>

Splash Screen
Posted by Max André Bündchen at 6/23/2004 3:35:59 PM
Many systems like Photoshop and VS .NET have a splash screen in the start. This screen appers until all necessary files was load in memory and the application is ok to run. How the best way to make a splash screen in .NET, with the minimum loading time? ...more >>



.Net Framework 1.1 installation error on WinXP prof
Posted by Remo at 6/23/2004 2:31:10 PM
Hi I want to install the VS .Net 2003 Prof on my XP prof First i tryed the installation, but error occured during required comps. Reading docu, they say install required comps by hand, doing so, install IE6SP1 ,...., and at DotnetFx.EXE it works great, copy files, register all, and at the end, ...more >>

Slow loading time
Posted by douglass NO[at]SPAM nbnet.nb.ca at 6/23/2004 12:17:27 PM
Hi Everyone, I've started a new job and my first task is to find a fix for the following problem: When users visit our main login page (4 frames), one of the frames (1-3) will not load. In other words, some frames load, others don't. The status bar will say that a page is loading, but it wi...more >>

Add Form/Control "The Operation Could Not Be Completed"
Posted by Mark at 6/23/2004 11:52:57 AM
Hi, I'm running visual studio 2003, and am now receiving the error "The Operation Could Not Be Completed" when attempting to add a form / control or component class to a project. I can add any other type of item without a problem. This is the second time this has happened to my machine, last ...more >>

File Lock Discovery
Posted by Justin at 6/23/2004 11:45:07 AM
Hi all, Does anybody know a way, in VB.Net, I can discover the file locks on a file on the local machine. I have an application which needs to delete specific files, but I would like to verify in advance whether or not a particular deletion will succeed. Due to other pre-deletion actions, I ca...more >>

VS Ide crashes daily
Posted by umbenne5 NO[at]SPAM hotmail.com at 6/23/2004 11:27:22 AM
Hi, the Visual Studio ide crashes on me daily (three times so far today and it's only 1 pm). It is the the 2003 release. The solution is rather large, it has over 12 projects in it. I use the SQL Server 2000 Server Explorer tab quite a bit. It generally crashes when I press the Start button/F5. ...more >>

ADO programming
Posted by David at 6/23/2004 11:19:18 AM
Could someone please point me to a good book or web site tutorial for programming databases in VB.NET 2003 using ADO ? My application is running fine but when I deploy it to another machine, the program cannot find the database file itself (I am using OledB to connect to ACCESS database on loc...more >>

How can a property be Overridable and NotOverridable at the same time?
Posted by Marina at 6/23/2004 10:17:10 AM
Hi, I have a class that inherits from CollectionBase, and I'm trying to override its Count property. As per the documentation, this property is overridable - so I should be able to do this. So this is my code: Public Overrides ReadOnly Property Count() As Integer Get ...more >>

Exporting data from Dotnet application to MSMoney
Posted by Raj at 6/23/2004 9:55:57 AM
Hi, I am a dotnet software developer having assigned a job of writing a component to export check details to the ms money application. So my question is, Is there any way I can access the money programmatically from my dot net application and export the records to the money? Any feedback sugg...more >>

VB.Net get list of Services on Remote Computer.... How?
Posted by Roger at 6/23/2004 9:18:08 AM
I would like to get a list of services on a remote computer. Is this possible via code in VB.Net? Thanks, Rog ...more >>

Force IP Port Flush
Posted by Nick Zdunic at 6/23/2004 8:28:32 AM
I have a scenario where I'm sending data out an IP port to a server. The data would go out like this: 012345689 One one scenario I'm sending several messages to the server in very quick sucession. For example (_client is declared as TcpClient) : Dim writer As New IO.StreamWriter...more >>

Redirect to windows form from a web from
Posted by Varun at 6/23/2004 3:06:01 AM
How can i Redirect to windows form from a web from? Suggestions or urls are appreciated thank you Varun...more >>


DevelopmentNow Blog