Groups | Blog | Home


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
May 2008
June 2008
all groups > dotnet academic > august 2004

Problems with a program
Posted by Johnny Lange at 8/27/2004 5:19:08 PM
I'm writing a program in Visual C++ .Net that ask's the user to enter two mumbers, obtains the two numbers from the user and prints the sum, product, difference, and quotient of the two numbers. The problem is I can get the sum to print, but not product, diffrence, and quotients to print their...more >>


An open source drive space viewer
Posted by Simon Harvey at 8/26/2004 2:04:26 PM
Hi all, I am looking to make an open source Drive space viewer. One that displays the sizes in a graph and lets you move through the directories via a treeview at the left. I have three questions i hope someone could help with: 1. The problem I have is tallying up the directories and ...more >>

Manual o tutorial de ado.net
Posted by Oscar Leonardo Cotamo at 8/24/2004 6:50:16 AM
Hola a todos, ando fascinado con esto de .net alguien me puede orientar donde ubico tutorial o manual en español sobre ado.net para poder manejar bases de datos, ya que odio los asistentes pues no se que hacen realmente y se pierde parte del control de la aplicación, me gusta manejar todo desde e...more >>

Using crm with VB.net
Posted by Silverwing at 8/22/2004 1:39:01 AM
when i try to declare variable from this dll (Microsoft.crm.platform.proxy) like microsoft.crm.platform.proxy.bizuser() i got an error says : Could not load type Microsoft.CRM.Platform.Proxy.BizUser from assembly Microsoft.Crm.Platform.Proxy i added the ref. and i am working as the sdk o...more >>

reverse-engineering to UML with VS .Net Academic 2003
Posted by Frank at 8/19/2004 3:27:03 PM
Hello, I cannot reverse-engineer a simple C# program to UML (or any other program for that matter). It seems to go through the motions of processing the code but then the following message appears in VS .Net Academic 2003: "Reverse engineering failed. Couldn't load the UML model into the ...more >>

Add a DLL to GAC
Posted by Nelson Xu at 8/17/2004 10:51:04 AM
Hi All, I added a DLL written by VB.NET to GAC. This DLL is located at C:\LLSI-Tech\GAC im my local computer. The project(project1) for above DLL is located at C:\clearcase\payoff. I add this DLL to my another VB class project(project2) as a reference from C:\LLSI-Tech\GAC. However, ...more >>

IIS (Internet Info. Service) installation
Posted by (uzib97 NO[at]SPAM yahoo.com) at 8/13/2004 7:36:58 PM
I'll like to install VB.NET on my computer and do it right. I have both: VB.NET (Standard) AND Visual Studio.NET (academic) The book I have "warn" me: "You must install IIS before installing VB" So, before even placing any of those CD into my computer I'll like to know: 1. Does any of thes...more >>

2 extreme newbie ?s
Posted by Hari at 8/13/2004 2:43:23 PM
I just started programming in Visual Basic.NET about a month ago, so I am completely oblivious as to which libraries to look in. However, I have good experience with Java and C. Below are ten extremely simple questions which I couldn't seem to find the answers to after looking in some text and s...more >>



.exe file execution
Posted by Hari at 8/13/2004 2:42:42 PM
In VB.NET, the output is a .exe file. Since I am new at VB, I am still only programming console applications. For a console applications, the only two ways I know of of executing it are to go to command prompt and type in: testrun.exe or, you can find the file in your computer and dbl click it...more >>

Hashtable: setting a value?
Posted by BCM at 8/12/2004 8:47:14 AM
How do you reset a value for an existing key in a hashtable? I need to create a collection and compare the values with another collection: when certain parameters are met then I need to reset the value of certain elelments in the first collection. I would have thought that the Hashtable.Ite...more >>

Namespace Management
Posted by Don Wash at 8/6/2004 12:55:07 AM
Hi There! I just need some advice on Namespace management for creating reusable VB.NET applications. I would like my applications to have this namespace structure... Namespace MyCompany Namespace MyApplication1 Namespace Module1 End Namespace End Namespa...more >>

HOWTO: Creating and Organizing Reuseable or Common Methods and Functions for ASP.NET
Posted by Don Wash at 8/5/2004 1:40:54 PM
Hi All! I'm developing ASP.NET pages using VB.NET language. My background is VB6 and ASP3. Right now, I'm evaluating strategies on creating reusable and common functions and methods for ASP.NET. In ASP 3, it was nothing more than functions and methods coded in #Include Files. Now ASP.NET offer...more >>

Deploy ASP.NET without the dll?
Posted by DotNetJunkies User at 8/5/2004 11:32:42 AM
That may sound like a stupid question, but let me explain what I mean. Let's say we have ASP.NET application "MyApp". The directory structure looks like this: MyApp\foo MyApp\bar MyApp\bin Programmer A makes changes to pages in MyApp\foo. Programmer B makes changes to pages in MyApp\bar...more >>

ByVal bug in VB.NET 2003
Posted by Sean Sunley at 8/1/2004 12:41:03 PM
I've been using VB.NET for almost a year now and something that has continually confounded me is how the ByVal statement doesn't seem to apply in some cases. It seems to happen when you have a class that contains a structure and you try to pass that structure ByVal to some other class. It ends u...more >>


DevelopmentNow Blog