all groups > dotnet general > september 2005 > threads for friday september 2
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
woodoo stuff - please read and advise if you can!!!
Posted by Lady_A at 9/2/2005 6:29:21 PM
I got an application with an html,css and js UI.
The UI basically creates an ActiveX object, which is an unmanaged C++ COM
dll which in his turn creates other COM C++ dlls and C# assemblies.
At some point there is the reading of some XML files and the loading of
localized resources.
The resul... more >>
New using VB 6.0
Posted by filo666 at 9/2/2005 2:53:08 PM
I have already make a program in VB 6, my problem is that i'm trying to use
an excel file with 4 columns and 2754 rows, I tried to save the file as an
array, but when the program ends the array is lost so I need to define the
array each time the program begins.
I want to be able to link my ... more >>
smtpserver
Posted by David at 9/2/2005 7:10:06 AM
I have an email function in a vb.net client application that I’m having
trouble with.
Instead of using the smtpserver that I assign it, it insists on using the
local smtpserver. If I stop the local smtpserver, it will wait until I turn
it back on. It does this even when I run the applicat... more >>
Store files in the database?
Posted by Steve at 9/2/2005 2:21:01 AM
How do I store files in a database? I have done something similar before in
a none microsoft language in a previous lifetime, byt breaking it down into
chunks and storing it in a BLOB field. Is this the same in SQL?
I have an app written for windows in C# with SQL 2000 on the back. I h... more >>
Restricting bandwidth for download stream
Posted by hoenes1 at 9/2/2005 2:00:31 AM
Hi all,
I have an asp.net application from which registered users can download
files. What I want to implement is a bandwidth restriction for certain
users. What I DON'T want to do is restrict the bandwidth on the IIS
side. It really should be handled in the code. Here is a code snippet
showi... more >>
"Unspecified Error" when copying project in VS.NET 2003
Posted by joseph at 9/2/2005 12:00:00 AM
When I perform "Copy Project" in VS.NET 2003 sometimes I got "Unspecified
Error" error in a pop-up.
My colleague also has this problem.
Is it something to do with the network or to do with SourceSafe?
Thanks
... more >>
Generating VS.NET docs with NDoc
Posted by Ian Harding at 9/2/2005 12:00:00 AM
Sorry if this is the wrong place to ask, I can't find an NDoc specific
group.
I'm trying to generate VS.NET style docs from a NANT build script. The
one remaining problem standing in my way is that I can't provide a valid
documenter name for the ndocconsole command line. I've tried "VS.NE... more >>
|