all groups > dotnet general > june 2004 > threads for saturday june 26
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
ADO.net: 3 Data Set Questions (Issues)
Posted by Mr. B at 6/26/2004 7:33:04 PM
I'm updating my current VB.et application. I currently reads about 6 tables
from an MS Data base. I've created a new MDB file which combines the 6 tables
into 1 table. I'm doing this because I know I'll speed up my application
loading time by more than 10 seconds (out of about 20).
I've run... more >>
Using VB .NET to manipulate an Access file
Posted by Joe at 6/26/2004 5:27:01 PM
Fairly new to VB, can anyone offer a link to a tutorial, walkthrough etc? Typically I find the documentation helpful, however, in this instance (partially due to being semi-unfamiliar with VB) I'm not getting much useful out of it. Even a good starter book would be welcome.
Thanks,
Joe... more >>
Technical Support?
Posted by Frazer at 6/26/2004 5:11:03 PM
Is there anything like ms support?
where i can email technical questions and get answers to them?
thnx
... more >>
what does this mean
Posted by Frazer at 6/26/2004 5:10:41 PM
Any public static (Shared in Visual Basic) members of this type are thread
safe. Any instance members are not guaranteed to be thread safe.?
can anyone illustrate with an example.
... more >>
visual basic: Public member 'ForeColor' on type 'String' not found
Posted by Jurgen Oerlemans at 6/26/2004 3:35:44 PM
Hello, I want to change to forecolor of a label. The label is named
"lblDevice1"
I create a variable called Var
Dim Var
Var = "lblDevice1"
So the next step is:
Var.ForeColor = System.Drawing.Color.Green
--> Public member 'ForeColor' on type 'String' not found
How do I declare my vari... more >>
Deploy .NET runtime?
Posted by Shaniqua Jones at 6/26/2004 2:45:10 PM
I'm developing a freeware WinForms app and plan to make the application
downloadable from my web site. How do I ensure that the user has the .NET
framework installed? Am I supposed to point users to a link @ Microsoft's
site from which they can download the framework? Or is there a way to get... more >>
Getting Intellisense to work in an aspx file for C#
Posted by Greg Miller at 6/26/2004 2:39:11 PM
I get Intellisense for all of my HTML, and for C# if I use a
codebehind. But I can't get Intellisense to work if my C# code is
intermixed with the HTML. I've inherited a project where the code is
intermixed, and converting it all is more effort than it would be
worth. Anyone know how to make... more >>
Just in Time Compilers
Posted by Emmanuel Mathew at 6/26/2004 10:33:18 AM
Hi friends,
I know that there are three JITs in CLR. But anybody of you tell me how I
can choose between these JITs while compiling the project before execution?
Lot of Thanks in Advance.
Thanks and Regards
Emmanuel Mathew
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How do I get estimate build time?
Posted by mluvw47 NO[at]SPAM yahoo.com at 6/26/2004 9:01:36 AM
Hi, all
I wonder is that any way to estimate the build time from VS.net(C++ project).
We have a lot of projects(40) under one single solution. We use the
command line (devenv.exe Solution\mysol.sln /build /Release) to build
the solution,
Is that any information I can get the estimation ... more >>
Can not install VS.Net 2003
Posted by Grace at 6/26/2004 8:46:01 AM
Dear Sir,
When I install VS.Net 2003 from CD1, I always get a message says: "Setup has detected that another program requires the computer to reboot. You must reboot the computer before installing Visual Studio .Net Prerequisites." after i clicked "Visual Studio .NET Prerequisites". I tried to cl... more >>
IDE Debugging
Posted by billg_sd at 6/26/2004 8:19:01 AM
I'm debugging a VB.NET Windows Form app. I've included .NET DLL from a different project (that I have access to). I need to be able to jump into this other Dll's Source code while debugging.
When I attempt to step into the source code, I receive the message "There is no source code available ... more >>
Getting started with dot net on a budget
Posted by MicroMoth at 6/26/2004 3:13:01 AM
Hi,
I am starting to use Dot Net, and thinking of eventually going for the MCSD exam, but I am a tight budget. I have a laptop with Windows XP Home and the .Net SDK installed, but I can't spend the money of Visual Studio. Is it possible to study for the exam and learn dot net like this and can any... more >>
|