all groups > dotnet general > july 2004 > threads for friday july 30
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 31
Array length = 100 should be from 0 to 99 ?
Posted by User at 7/30/2004 7:17:39 PM
Hi,
This is very basic, It may be a repost, if so I'm sorry.
The problem is that this declaration :
Private strMyArray(100) As String
will create an array of string with a length of 101, but the length
should be only of 100 (0 to 99).
Is there a setting in VB.NET to enable arra... more >>
Having trouble using regsvcs.exe
Posted by moondaddy at 7/30/2004 4:49:41 PM
I'm running vb.net 1.1 and I need to register a dll using regsvcs.exe and am
getting the error:
Command "RegSvcs.exe" is not valid.
the path to the dll I want to register is:
D:\nwis\Apps\CSLA
1.0\csla\CSLA.Server.ServicedDataPortal\bin\CSLA.Server.ServicedDataPortal.d
ll
and I've tried... more >>
Allocating memory in a .NET C++ DLL
Posted by Scott at 7/30/2004 2:15:06 PM
I've created a .NET DLL using Visual Studio 2003 which will be referenced by a C# program. I'm able to link the two together just fine now and make calls. The problem is I need the DLL to allocate memory and pass it back to the C# program.
I can't see to use either new or malloc inside that DLL... more >>
Learning .NET (expensive software)
Posted by kneejerkreaction at 7/30/2004 11:17:02 AM
I'm seeking advice on learning .NET
I have experience in ASP, HTML, Vb, Vbscript and Javascript but want to learn .NET I also have some experience with SQL Server and Oracle databases.
My employer thinks even with the previous experience noted above, I am incapable of picking up .NET (they are h... more >>
Function Return inside Store Procedure
Posted by Daniel Caetano at 7/30/2004 10:04:58 AM
Hi all, i have a store procedure that i use the return function . Ex.
create procedute XX as
(statement...)
if @@error <> 0
return 1
else
return 0 .
Inside the vb net i wnat to call that procedure and retrieve that value
returned. I´m using command. Is that possible? How can i do ... more >>
component for oracle 8i is where ?
Posted by Lee Holsenbeck at 7/30/2004 9:07:02 AM
hi,
we run oracle here and i need the oracle component, so that I can use the oracleclient namespace. any ideas where it is ?... more >>
How to get user information from Active Directory?
Posted by DotNetJunkies User at 7/30/2004 8:23:21 AM
Does anyone know how to get the user information such as Name, Address, Email, Phone Number, etc from Windows Active Directory? The samples I have seen so far don’t get the User Address, Email, or Phone Number! Thanks.
---
Posted using Wimdows.net NntpNews Component -
Post Made from http://w... more >>
Capture WebCam image in ASP.NET Web page
Posted by dan_williams NO[at]SPAM newcross-nursing.com at 7/30/2004 7:16:52 AM
Can anyone point me in the direction of how i go about creating an
ASP.NET page that i could use to capture a web cam still image?
We need to be able to take staff photos for their ID badges, but we
need to be able to specify the resolution of the webcam image to
portrait size (ie. 200x300).
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.Net Trial
Posted by Mueller at 7/30/2004 5:23:02 AM
I ordered a .Net trial and it came yesterday. I put in CD 1 ran the Prerequisites CD, then started to install .Net. It got aobut 25% done, then stated there was an exception error. I then proceeded to disable all my antivirus software along with some apps that were in my startup. I also tried a... more >>
vb.net mdi parent - child forms problem
Posted by jinu at 7/30/2004 4:49:01 AM
Hello,
My application loads with a form which is the mdi parent and a menu item click (main menu of the parent form) brings up a child form.
I have to wait for a considerable amout of time to execute an oracle procedure which has to be invoked from the above said child form.
The problem now i... more >>
MS Development Environment
Posted by Arun at 7/30/2004 4:41:35 AM
yesterday when started my devenv it flashes a message MS
Developement Environment is not available contact your
system administrator, and when i started todays it just
flashes on the screen and disapears what was the reasion.
My os - windows 2000 server
with service pack 4
and i use ad... more >>
use .net dll in vb6
Posted by Christophe Schillemans at 7/30/2004 2:53:01 AM
Hello,
We made a DLL (not with .net, but with the ProxyGen of OpenEdge10) and used it in a .net application. Everything worked fine.
Problem is that the clients are working with asp 3.0.
On a clean pc, we installed vb6 SP6 and the .net framework, used RegAsm to register the dll and create the ... more >>
Executing a VB Script file from VB.net
Posted by J. Kingsley at 7/30/2004 12:17:01 AM
I am loading XML data into a SQL Server database using SQLXML with bulkload. I use a VB script file to perorm the load with the map schemas and the XML files. To do the load manually, you just double click on the VB script file which lies in a directory on the hard drive. Now I want to execute this ... more >>
|