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 > october 2003 > threads for friday october 17

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

Cannot access a disposed object
Posted by salih ataoz at 10/17/2003 11:09:13 PM
i close a form and i want to open it again it show me Cannot access a disposed object at vb6 this is ok at comman1_click form1.show at comman2_click form1.close i click one then other again again and again at vb6 its ok but at vb.net i take this msg Cannot access a dispose...more >>

BUG: WinForm designer in C#...
Posted by anonymouse at 10/17/2003 10:24:21 PM
We have a number of machiens with VS.NET 2003 installed and on every machine, the forms in the designer are comming out different sizes and when we build and run the app (without code changes) they appear different on every machine. Why? We disabled auto scaling of fonts we locked the form yet ...more >>

Regular Expressions question on whitespace
Posted by bebop at 10/17/2003 7:11:37 PM
Hi, I have a Regular Expression that will match the format a user provides in a textbox. Ex. User types Brown,Joe in the textbox I would like the expression to have both whitespace and non-whitespace options after the comma. bebop Regex regex4 = new Regex("^[A-Z][a-zA-Z]*\\,+...more >>

Can you get the window handles/contents of controls with VB.net?
Posted by idletask NO[at]SPAM msn.com at 10/17/2003 5:25:12 PM
Hello, I would like to create a VB.net program that can grab the text/contents inside a control (like a label control) in an external program (one I didnt make). The scenario is this: The program I want this data from is one that we use daily. One of it's controls shows the customer's ID (w...more >>

Unwinding a loop: why can't .NET add 1 + 2 + 3 ... ?
Posted by Mountain Bikn' Guy at 10/17/2003 4:42:21 PM
Take some standard code such as shown below. It simply loops to add up a series of terms and it produces the correct result. // sum numbers with a loop public int DoSumLooping(int iterations) { int result = 0; for(int i = 1;i <=iterations;i++) { result += i; } return result; } ...more >>

dotnet
Posted by shin at 10/17/2003 3:05:10 PM
hi where can i find good articles on dotnet, so i can learn more about its capabilities? thanx ...more >>

Using a .Net class lbrary in Access 2000
Posted by RichardGolebiowski NO[at]SPAM hotmail.com at 10/17/2003 1:49:39 PM
I have a class library (clsTestLib) that was created in VB.Net that I would like to use in Access 2000. I created a typelib for the class using regasm.exe. I am able to refernce (add a reference) the dll using the generated typelib. In Access, when I run the Access application and declare a new ...more >>

vs.net and vs.net2003 can both installed on one machine?
Posted by maddog at 10/17/2003 1:42:15 PM
My works are done in vs.net. I wanna take a look at vs.net2003. any suggestion are welcome. thanks. -- maddog ...more >>



I wont to send a popup message to the web page.
Posted by Steve Westwood at 10/17/2003 1:23:33 PM
I have a WebForm button. Depending on calculation I wont to send a popup message to the web page. I am not sure of the approach. From the server side code I don't seem to be able to access the client side script. Can anyone help? I am using the VS .net C# environment Tha...more >>

DTE object VS Class and Method
Posted by Max at 10/17/2003 12:39:11 PM
Im trying to make a .NET addin that could interact with the .NET developpment environment. I would like to be able to click on any class or method definition in the code desing window and set an object to the corresponding type (CodeClass or CodeMethod) so I can access to its properties. ...more >>

anyone have personal experience of minimum machine specs for a .Net app
Posted by Mitch Olson at 10/17/2003 12:01:55 PM
Hi our company is just about to embark on developing a PIM-type application and would like to use .NET (VB6 is our distant option 2). The question we are currently investigating is whether the minimum machine requirements (processor speed & memory) will rule out too much of our target marke...more >>

zip files in VB.NET???
Posted by Igor at 10/17/2003 10:34:10 AM
How can I zip file in vb.net code.Thank you. ...more >>

Windows services shutdown order
Posted by Bill Sonia at 10/17/2003 10:08:29 AM
I'm written a Windows Service to send e-mails on events like OnStart, OnStop, OnShutDown using System.Web.Mail. It works for everything but OnShutdown. My guess is that once my send mail code is executed, other necessary Windows Services have been terminated before it can actually send t...more >>

Licensing a component without a user interface at design / compile time
Posted by neil.davidson NO[at]SPAM red-gate.com at 10/17/2003 9:08:09 AM
We have a component without a user interface which we want to license at design time. If someone has a design-time license then they should be able to compile applications using the component, but if they do not have a design time license then they should not be able to do this. The compone...more >>

Windows Form VB.NET
Posted by Andrew at 10/17/2003 6:43:29 AM
What would be the proper method to have a form stay open for 60 seconds and then close if no event takes place with in the form? The purpose of this is to ask if any more actions need to take place, if they select yes than they will be directed to the proper form, if no the form will clos...more >>

Wanted information about handling database.
Posted by Shyam Singh at 10/17/2003 4:23:13 AM
I have two database Student and Course both have a relation on it. Student ID is the primary key for Student Table and Course ID is the primary key for course table. As per my logic, one student can enroll for different courses. Say X person can enrol for Y1, y2, y3 courses. I want to sto...more >>

Do more with less
Posted by Jeff Clark at 10/17/2003 2:42:23 AM
Are they saying they are giving us less, and expecting us to do more with it? Sounds like a rip offf ...more >>

Slimy SCO-Microsoft Moves
Posted by Oliver Douglas at 10/17/2003 12:25:17 AM
0. Get a paid shill ( oh, yeah, analyst ) to turn a worthless stock into a BUY 1. Pump up stock with bank's own money. 2. Get investment front to pump $50 M into SCO to continue lawsuits and to fake 3Q/4Q profitability. Where did this money come from? We can only surmise.......... ...more >>

POOM
Posted by Ashwani at 10/17/2003 12:00:17 AM
Hi All, Does .NET CF support Pocket Outlook Object Model. Can I use it with .NET CF for accessing contacts and calendar details of pocket PC 2003. Thanks Ashwani...more >>


DevelopmentNow Blog