Archived Months
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 academic > july 2003

Filter by week: 1 2 3 4 5

Added IIS localhost Network removed permission
Posted by Giacomo at 7/29/2003 2:05:33 PM
I'm not sure what happened... most likely something I did and probably above is not accurate regarding how I lost the permissions; however, on the day after I added my localhost IIS COM+ object and initialized it on the network, I received a message: MS Development environment has not been ins...more >>

VB.NET Windows Form Designer
Posted by Norm at 7/28/2003 1:41:17 PM
Does anyone know a fix to this problem? In the Windows Form Designer, I have set my snap-to grid setting to false. However, the controls on the form still snap to the grid. I have tried setting this and restarting VB.NET, but to no avail....more >>

Network Control VB.Net
Posted by Simon Whitty at 7/27/2003 9:53:18 PM
Just wondering, what control do I add to my form to enable network communication? I programmed VB 5 a couple of years ago and simply added a network control, set the port and ip and could send data through the control. Can't seem to find a similiar control in VB.net ? also when i do f...more >>

IMPORTANT: Install critical security patch MS03-026
Posted by John Sheu [msdnaa] at 7/26/2003 5:05:38 PM
Microsoft strongly recommends installing this critical security patch on your machines *immediately*. This vulnerability affects Windows NT 4.0, Windows 2000, Windows XP, and Windows Server 2003. Earlier today, sample code to exploit this vulnerability was posted to the Internet. It was proof-of...more >>

hierarchy chart
Posted by Christian at 7/22/2003 1:37:06 PM
Hi, does anybody know where I could find a hierarchy chart of the .Net namespaces / classes ? (cfr. MS Foundation Classes) thanks Chris ...more >>

login page.aspx(need help)
Posted by Abraham at 7/21/2003 10:20:58 PM
in my sql server database i have a table with the following fields; i am not sure of the fields coz i am not expert username : 'username is email password : ' not rondamly password the user create it i have connected this table to ASP.net... So can anyone give me the code of creating .a...more >>

Uninstalling VS.Net Academic
Posted by Ric at 7/20/2003 11:00:17 PM
I purchased and installed VS.NET Academic a year ago, but unfortunately have rarely used it, as my focus and education have changed. I'd like to uninstall, but when attempting to do so, I receive an error that says it cannot determine the order of install. When I attempted to reinstall to ...more >>

System crashes in setup.
Posted by CoMpFreaK321 at 7/18/2003 11:04:32 AM
I bought vstudio.net academic v2003, i also at this moment had to buy windows 2000 and upgrade from win98. I upgraded and then ran the vstudio setup. It ran fine until in the middle of step 2 when without a warning icon or anything the system just stopped.(froze) I would like some help from any...more >>



share variables between forms?
Posted by Joe Alan Mackey at 7/18/2003 8:11:52 AM
I have a MDI project. Multiple pages which are not parent child forms. I want to use a variable I set on form1 on form2, in VB6 I would do this. "MyText.text = Form2.TextBox1.Text" But that does not work for me. I have also tried : :Form2.textBox1.text = Me.MyText.Text". The variable is set...more >>

Method not found: Void System.EventHandler..ctor(System.Object, IntPtr).
Posted by zee at 7/17/2003 5:57:57 AM
Hi! While trying to run my first web application using Microsost Visual Studio .net I came up with the following error: Method not found: Void System.EventHandler..ctor (System.Object, IntPtr). Description: An unhandled exception occurred during the execution of the current web request. P...more >>

ASP 3.0 in .NET environment
Posted by steve at 7/15/2003 6:00:05 AM
Question - I am using .NET to open an ASP file. When the file opens the ASP executed and HTML is generated. However, when I go to look at the source code/script block there is nothing there. I have gone through the view menu and looked at the other options and it is unclear how to view ...more >>

Crystal report View
Posted by Motti Cohen at 7/15/2003 12:49:03 AM
I develop a web Application whit crystal report File. When I copy the project to main server there was a Error massage when I tray to view the report <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configura...more >>

C# terminology questions
Posted by Ron Bullman at 7/14/2003 7:35:12 PM
Hi, I haven't been able to find proper (commonly agreed) names for the following kinds of methods. Class (static) methods: c1) returns value, doesn't modify the content of its argument(s) and doesn't change the state of class (class accessor?) c2) returns value, doesn't modify the content ...more >>

Determining Country of Origin
Posted by Fred Nelson at 7/14/2003 12:32:25 PM
Hi: I'm writing an "international" web application. The application will be accessed from around the world and I would like to write a "country customization" routine. If someone from the USA accesses it I want to show a US flag, if an "Aussie" accesses it the Australian flag should display ...more >>

Framework Classes
Posted by Merize at 7/14/2003 10:44:24 AM
Anyone know of a resource that will list/discribe all the classes in the framework? Thanks, Merize ...more >>

Change the color of a button
Posted by Marium A. at 7/14/2003 9:11:15 AM
In my program, I have a button that allows the user to change the color of an object by bringing up the standard color selection box. I want this button to reflect the color selected. How may I change the color of the button? I appreciate any help!...more >>

Using variables in query?
Posted by Justin at 7/14/2003 3:24:08 AM
The code below can't seems to work. Can you please tell me how i can refer a query to a value gave by the users to find the specific row of data to be modified Dim intID As integer = tbID.Text Dim strPassword as string = tbPass.text MyComponent2.OleDbUpdateCommand1.CommandText ...more >>

.NET
Posted by lance at 7/13/2003 8:23:01 AM
Is there anyway I can install visual studio.NET on a system running MAC OS 10.2...more >>

Database not found
Posted by Malcolm at 7/11/2003 11:50:10 PM
I am a student and have purchased Visual Studio.NET Academic I want to some database work with MSDE but it does not appear to be installed and I cannot find a place to download it. Should it have installed or did I miss an option on installation Regards Malcolm ...more >>

Endless Upgrades
Posted by Jeff at 7/9/2003 11:42:13 PM
I'm am NOT a very happy camper at the moment. I returned to school, last October, as part of a voc rehab program, in order to study computer programming. Well, we first used VB 6.0, then we had to buy Visual Studio 2002, and NOW we're told we have to buy Visual Studio 2003 AND it's not backwards...more >>

Installing Visual Studio Problem
Posted by Stan at 7/9/2003 11:27:10 AM
Hello there, I am trying to install Visual Studio .NET, but I get the following error. "Windows Component Update". I have WindowsXP professional installed with all the updates. I don't know which components are required or where they are located for me to install...Does anyone have any ...more >>

JIT Compiler
Posted by drv at 7/9/2003 9:35:49 AM
Are there different versions of the JITTER for each Windows OS (9x,2000,XP)? If I use NGEN to JIT compile my code, can that .exe be used on different platforms (9x,2000, XP)? Thanks Drv ...more >>

Attribute programming
Posted by James Lapalme at 7/6/2003 9:28:53 PM
Hy, I understand that attribute programming is used to add metadata to the code, but since they are implemented with a class and we can extend that class, we should be able to do any normal class thing with attributes like: -Have methods -Use any kind of code in the constructor and the method...more >>

Software Development Teams
Posted by msnews.microsoft.com at 7/6/2003 2:01:29 AM
Hello everyone! I would like to know about who "can" and "should" be included in the Software Development Teams for small and startup companies. Consider this scenario: Three persons wish to develop and sell software but they are low in budget and could not hire many people to perform differ...more >>

Should I close a connection in a dispose method?
Posted by SS at 7/2/2003 11:50:39 PM
I've built a class to broker the data in may application. In other words, when my business logic needs a list of widgets in the db, it calls mybrokerclass.getWidgetList, which might return a collection or arraylist of widgets. This way, the business logic doesn't care about where the data come...more >>


DevelopmentNow Blog