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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
.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 >>
|