all groups > dotnet faqs > february 2006
I can not get DSL in my area
Posted by J.Parsons at 2/28/2006 1:28:45 PM
I can not get DSL in my area. I now have peoplepc accelerated dial-up.
Besides Direct Way is there another way I can get a faster service than dial
up for my area my area code is 72958. If I can't ( which I don't think I
can) get dsl. Which service is the fastest? Does anyone have any
sug... more >>
101VB Samples
Posted by Jerome at 2/26/2006 5:58:54 PM
Hi,
Has anyone ever been able to get the samples from Microsoft (101 VB samples)
to work?
I wanted to try the "CreatingMasterDetails" and this is what i get from the
start:
Invalid column name 'DepartmentID'.
Invalid column name 'BaseRate'.
PLUS....
My AdventureWorks database is corrup... more >>
.NET 2.0 benefits
Posted by Chak at 2/23/2006 5:00:58 PM
Is there any document on the web which describes all the key benefits of
..NET 2.0 over 1.1, which can be used to justify the migration to company
management ?
... more >>
Popup window
Posted by Gomathi at 2/20/2006 12:00:00 AM
Hi All,
In my web application, i use this following code to open a pop up window.
Its working in my machine.
Response.Write("var win =
window.open('ResponseCountReport.aspx',null,'height =300 width=420
scrollbars=yes');");
But when i hosted my application in my ISP server, its not wor... more >>
3d Shapes
Posted by Jessica Weiner at 2/16/2006 9:33:11 PM
I am working o a c# application which needs to draw Solid Blocks, Spheres
and Cylinders in 3D just like a CAD Program. Is there a library or a 3D
Engine that can help with this stuff?
I am currently looking at TrueVision3D.com
Thanks.
Jess
... more >>
VS 2003 & VS 2005 on same workstation
Posted by Mike Robbins at 2/16/2006 12:18:09 PM
Any known problems with having both on the same development workstation?
I'm currently using 2003, but would like to get 2005 on there.
Thanks,
Mike
... more >>
Compile dependancies into a .NET app
Posted by Jason Myers at 2/16/2006 12:00:00 AM
Hi
I've just wtritten a desktop app using VB.NET 2005 Express Edittion. It
makes use of the MS Word 10 Com Components, andsome ZIP libraries that I
have. I need the appropriate DLL's to be built into the solution so that
when I install on another machine in my organisation, it will also ins... more >>
Browser loads my app very slow in LAN
Posted by Alireza Jahangard at 2/15/2006 6:20:25 PM
Hi
I developed a .NET application in C# with VS2003 but when I want to visit my
app from another computer in the LAN browser downloads it very slowly(you
think the connection speed is 1bps). Please adcise about the solution.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Visual Studio 6 to VS dot net
Posted by PO at 2/15/2006 3:01:18 PM
Hi,
I have developed several apps in VB 6 and internet apps with standard asp
and VBscript/Javascript.
I now want to install Visual Studio.Net but I would like to know if it still
will be possible to edit/make changes to my old applications in the VS.net
environment.
Regards
PO
... more >>
newbie question, working with array
Posted by Jurgen Oerlemans at 2/14/2006 12:00:00 AM
Hello,
Being fairly new to vb (dotnet) programming, I have the following question:
I have 10 buttons from which I want to change background color, text
etcetera. Instead of making 10 lines of programming code I want to do this
by using an array. So what I tried is:
Dim btnArray As String(... more >>
Problem in mismatch of .NET Framework Versions
Posted by Raj at 2/13/2006 8:14:56 PM
Hi All,
We are facing problem with .NET framework version. The developer machines
has latest .NET version which is 1.1.4322 and the production server has the
..NET framework version 1.0.3705. So we are facing problem with
compatibility. We are not in a position to upgrade the .NET version o... more >>
"There is no source code available for the current location"... what the?!?
Posted by Eric A. Johnson at 2/12/2006 12:00:00 AM
As the subject says, in my VB.NET 2003 project, whenever there is a bug that
causes the project to crash (or I insert a Stop into my project), it pops up
with a window telling me this. The only problem is... there IS source code!
I wrote it my ^#$%!&* self! Grrrr... I'm almost done with my p... more >>
visual studio project files
Posted by Mike at 2/10/2006 11:44:37 AM
I have a developer working on a project. They send me all the source code
and related files every day, so I can observe their progress. I would like
to open the project files in Visual Studio. I have installed Microsoft
Visual Studio 2005 Express edition. When it attempts to open the files, it
i... more >>
Application Deployment
Posted by Eric A. Johnson at 2/8/2006 12:00:00 AM
I have figured out how to get my application wrapped in a deployable
shell -- to be able to install it on other users' machines via MSI and so
on. However, I am having several problems:
(1) I have tried to get shortcuts to appear on the user's desktop and in the
Start Menu, and they appear t... more >>
Detect dot net framework from VB6
Posted by PeterH at 2/7/2006 9:34:43 AM
I wish to determine whether the machine that is running my VB6 program
has the .Net Framework installed and, if so, which version. I presume
there may be some registry keys I can inspect to determine this, but
which ones? Can anybody help?
Peter
*** Sent via Developersdex http://www.devel... more >>
Misspells
Posted by Ravindra at 2/7/2006 12:00:00 AM
Hi,
I want to develop a tool called misspells.Could anyone help me how to solve
this problem.
ragards
ravi
... more >>
Components
Posted by Ali Smith at 2/5/2006 5:13:01 PM
Hi,
I've used Delphi on and off over the years, but am probably starting a new project where I have to use VS2005. My question is: in Delphi, I used to have to buy all sorts of third party components to add to the standard bunch that came with the product. Is this still the case with VS? If so, i... more >>
.NET version 2.0
Posted by Jeff Lloyd at 2/3/2006 8:33:56 AM
I installed version 2.0 yet version 1.1 is still on the computer. Can I
safely remove version 1.1 now and why wouldn't the install of version 2.0
uninstall version 1.1??
... more >>
|