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 > may 2005 > threads for friday may 20

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 31

JScript for client
Posted by Amir The Ruler at 5/20/2005 9:56:05 PM
Hi guys =) Wanted to know if JScript (in details) for client-side is included for web development exams. I'm already good at JavaScript (W3C way) & don't want to bother learning Microsoft way! (not everyone uses IE) Thanx a lot for any tip =)...more >>

Resgen.exe error: Invalid ResX input, SerializationException
Posted by Frank Jones at 5/20/2005 7:50:01 PM
When manually running resgen.exe from the command prompt (Visual Studio .NET 2003 command prompt) I get the following error: [resgen] error: Invalid ResX input. [resgen] error: Specific exception: SerializationException Message: Invalid ResX input. ---> SerializationException: Cannot find t...more >>

vc 2005 beta question
Posted by mysteron at 5/20/2005 1:13:59 PM
i have vc 2003 installed on my dev machine and was wondering if I can install 2005 beta 2 on the same machine and have both working perfectly and not interfering with each other? TIA ...more >>

OOP Question
Posted by Sharrukin Amiri at 5/20/2005 12:36:05 PM
Can you implement a Timer in a class module to that the method of that class fires roughly every 2 seconds? I am trying to avoid looping because it uses a lot of CPU time. do ..... loop Thanks! ...more >>

How to Copy a Solution in VS.NET 2003 to a new Solution
Posted by John at Free Design at 5/20/2005 11:24:26 AM
I have developed several web solutions (projects) in .NET from scratch and deployed them successfully. However, I have a new web project to do that would benefit by starting with a copy of an existing one. While you would think it would be easy enough to copy a project, I have never been abl...more >>

Dispose Overkill?
Posted by Shawn Brock at 5/20/2005 8:22:08 AM
I exhaustively dispose/close anything database related and have managed to control connection leaks. However, I was wondering about the necessity to use Dispose on non-database resources. 1. Take this code: Sub X () Dim oItem as DataGridItem For Each oItem In ctlMembers.Items ...more >>

Disable 'Back' button in the browser menu
Posted by ourspt at 5/20/2005 8:10:10 AM
Hi, We are working on a .NET application (ASP.NET/VB.NET). We need to suppress (disable) the 'Back' button in the menu of the browser. What is the way to do that? Thanks in advance oursmp ...more >>

Suspended Thread
Posted by Guido Kraus at 5/20/2005 5:20:03 AM
Hi, I have a VB Windows Forms app that has a single form ('MainForm'). MainForm has a shared (C#: static) class variable that holds a reference to a newly created Thread. This thread does some work and then supends itself (Thread.CurrentThread.Suspend()). When the user closes the MainForm w...more >>



Excel Automation ? Excel Attaches itself to my Excel Object!
Posted by Darren Barrick via .NET 247 at 5/20/2005 4:08:43 AM
Hello All! I am using Office Automation in one of my applications in order= to read/write to an excel spreadsheet from a VB=2ENet application=2E= I thus create the application with ExcelApplication =3D New Excel=2EApplication() I wish to keep my application hidden, and thus I use...more >>

WriteToXML function ???
Posted by serge calderara at 5/20/2005 3:08:04 AM
Dear all, I have a dataSet based on one table object of 6 columns, with the last columns which allows to get null field. Then this dataset is bind to a datagrid. All columns are readonly except the last one for which I have autorise null field. Then I am able to enter some text through...more >>

C# windows services cannot access network files and folders
Posted by Razor Works via .NET 247 at 5/20/2005 1:24:52 AM
I have got a windows service installed through installutil in C#=2E= I have change the login settings from localsystems to= domain/user=2E The user can access the network resources with no= problems but if the windows services can't=2E Directory=2EExist= returns false, but true if I use a no...more >>

Use of FileSystemWatcher ???
Posted by serge calderara at 5/20/2005 12:04:03 AM
Dear all, I have a Windows VB application which monitor a folder for new created XML files. This with the use of FileSystemWatcher components. My application is just monito the Change event The list of files that belongs to that folder are displayed in a treeView control. From that tree...more >>

How to find "Unknown Module"
Posted by jon morgan at 5/20/2005 12:00:00 AM
Hi, Just how do you track down the location of an exception when all you get is a message saying "NullReferenceException occured in Unknown Module" ? It seems like the proverbial needle in a haystack when the debugger doesn't show you the line in your program that triggered the external er...more >>

VCBuild issues in MSBuild still present in Beta2 too!!
Posted by Uma Abhyankar at 5/20/2005 12:00:00 AM
Hello All, I was facing an issue with VCBuild on Beta1. Today after shifting to .NET Beta2, it looks like the issue is still not resolved :-( I have to invoke VCBuild through MSBuild on command prompt. I have following issue: Issue: -------- MSBuild can invoke VCBuild internally. However ...more >>

Changing fonts during runtime - Crystal Reports
Posted by Tom Rahav at 5/20/2005 12:00:00 AM
Hello. I use visual basic .net 2003 and Crystal Reports for creating win-reports. My question is if there is any possibility to set font properties (type, color and size) of a text control or data field during runtime. To be more accurate, I know I can set these settings by formula (next to ...more >>

Detecting un-referenced methods in C# classes.
Posted by Chris Mayers at 5/20/2005 12:00:00 AM
Hi, We have a dotNET application that has been built up in a somewhat as-hoc way, rather than designed and built nicely. All works well, but I suspect there are quite a few un-used methods in several of the classes where alternative ways of working were tried then abandoned etc. Are there any...more >>


DevelopmentNow Blog