all groups > dotnet academic > july 2003 > threads for july 8 - 14, 2003
Filter by week: 1 2 3 4 5
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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|