all groups > dotnet general > april 2005 > threads for saturday april 9
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
Printing Form Text
Posted by Dave Rams at 4/9/2005 10:03:01 PM
I am new to VB.net and have been through couple of books on how to write code
and have searched help and tutorials and can not find an answer to this
question. I have written a program for calculating Volitility Bands for stock
traders. It is a simple mathematical calculation. The program retu... more >>
Excel-like Statistical and Financial Functions
Posted by Verde at 4/9/2005 9:51:35 PM
Excel is packed with a bunch of statistical and financial functions. Is
there a comprehensive set of similar functions in then .NET Framework base
classes? Or do I need to somehow call Excel via com interop, or ???
Thanks!
... more >>
More than 1 language
Posted by Dannie Chan at 4/9/2005 3:49:04 PM
Hi,
I try to create a new application from VB.NET.
Bottoms, text and output will show both english and Chinese.
Should I use Chinese version or I still use English verion?
If I use English version how can I add Chinese text into my applications.
Thanks,
Dannie
... more >>
Calling managed code
Posted by Peter Schmitz at 4/9/2005 1:09:02 PM
Hi,
I just created a solution that is based on unmanaged C++ code. Now, the .net
framework consists of some cool functions and classes - there is especially
one namespace I'd like to use.
That's why I'm currently trying to figure out what's the best way to use
this managed code snippet.
... more >>
Tango DropBox - FREE .Net FTP Utility Written in C#
Posted by Jamin Guy at 4/9/2005 11:16:12 AM
Introducing the new Tango DropBox. The Tango DropBox allows you to
upload files and folders without launching your FTP application. Simply
drag and drop files on to the Tango DropBoxes you create on the
desktop.
Set up is easy and there's no limit to the amount of Tango Dropboxes
you can crea... more >>
Formula error using Crystal Reports for VS.NET 2003
Posted by B. Broadwell at 4/9/2005 7:45:06 AM
I have a report created in Crystal Reports 8 that I'm attempting to use in a
..NET application. I have the following formula that works in the Crystal 8
designer and when the report is run using the Crystal 8 OCX in a VB 6
application:
WhilePrintingRecords;
Numbervar nTaxAdjTotal;
if... more >>
READING/MERGING XML DATA
Posted by Klatuu at 4/9/2005 6:03:02 AM
Whew, I've struggled my way through figuring out how to use XML to transport
data..now I can imagine what having a baby is like :)
But, I'm stuck now. I generate the XML (single table, no indexes) and
populate a dataset using READXML. I then merge the contents of that DS (call
it DS1) with ... more >>
URI normalization
Posted by Peter Schmitz at 4/9/2005 2:07:01 AM
Hi,
I'm currently using the System.Uri class for my application. Now, I need the
URL the user enters (and that is parsed to the System.Uri constructor) to be
normalized, so that every unnecessary (or even malicious) stuff is deleted.
Is this possible, and if so, how?
Thanks
Peter... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Using Access+DBMS with >30 users
Posted by Remco Groot Beumer at 4/9/2005 12:00:00 AM
Hello,
I'm trying to decide if the following situation would be workable:
Generate an MS Access Front End (which will run localy on client computers),
which will link to a DBMS (SQL server or Oracle). As far as I know there
will be approx. 30 till 40 users max working on the database. I thin... more >>
FileSystemObject in .net
Posted by Mayolo Juarez via DotNetMonster.com at 4/9/2005 12:00:00 AM
Ok i need to copy a directory example:
copyfolder(\\com1\tr,d:\df\res,true)
if i copy this directory mi app dont copy but if i copy that:
copyfolder(\\com1\tr\tr1,d:\df\res,true)
the copy its correct whats up because i cant copy de content of the
directory by the firts way.
--
Mess... more >>
|