all groups > dotnet general > august 2003 > threads for tuesday august 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 31
Configuration data
Posted by serge calderara at 8/26/2003 11:40:24 PM
Dear all,
I have a windows application linked to a database.
I was wondering about one point.
Do I have to go for a configuration file anyway or can I
store all my application in this database.
I could use only the database but is it something good
compare to configuration file?
reg... more >>
When goinf with XML ????
Posted by serge calderara at 8/26/2003 11:35:17 PM
Dear all,
I am building a windows application with data stored in a
database. In many place XML is place in this .NET
environement.
I kow that with XML you can format your data according
your own tags.
But when storing data in XML format is needed and when it
i absolutly useless.
... more >>
How to insert Excel Worksheet Name using Automation in VB Dot Net??
Posted by Vanessa at 8/26/2003 5:52:08 PM
Hi
In my VB Dot Net program, I'm using Automation to call Excel worksheet to do
some insert some data.
I have rename my worksheet to a name. eg. "ABC".
How do I insert the worksheet name & Page No to the Footer so that when I
print the worksheet, the name of the worksheet and page number wi... more >>
from within an assembly, How to get its name and path?
Posted by José Joye at 8/26/2003 5:04:03 PM
Hello,
What is the easiest (and cleanest) way to get from within an assembly
information such as assembly path and name.
eg:
current assembly is:
C:\temp\blabla.dll
I just want to get this "C:\temp\blabla.dll" string back.
Thanks,
José
... more >>
Is it possible to work with commandbuilder and with a Autonumber Field
Posted by Joao Santa Barbara at 8/26/2003 3:32:43 PM
Hi all i have a table with an autonumber field
with a based select , i want to get all the three others commands,
my problem is, i have a ds and i want to insert a new row ( my database
gives a new id to that row, it the pk )
after i insert the row, i have watched the DS for my ID, and i can... more >>
Server Application Unavailable
Posted by Scott M. at 8/26/2003 3:26:40 PM
WinXP Pro w/IIS 5.1
VS .NET 2002
When trying to run the most simple web app from VS .NET, I get the following
error:
Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web bro... more >>
modal dialog
Posted by Nick Hoare at 8/26/2003 2:54:01 PM
Hi, what is the correct setting to make a dialog modal? i.e. you must enter
close it before operating on any other screens. Nothing seems to work for me
in Visual Studio, i try FixedDialog for example yet i can still click past
it.
Thanks,
Nick.
... more >>
Good practices with Properties
Posted by James Thurley at 8/26/2003 1:13:28 PM
I'm having a problem figuring out the best way to use Properties in my
code. Here are the 'good practices' I have in my head:
1) Variables should always be accessed through Properties where possible
in case you need to add, for example, some checking code or whatever
later on.
2) A cl... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Access Data
Posted by James B at 8/26/2003 1:07:16 PM
I have been asked to write a windows app that will reside
outside our organization that can Read/Write data that
will be on one of our servers. Since I have never done
this before I'm not sure how I can securely access the
data. I have used web services to send and receive
datasets over ... more >>
Microsoft Office XP Web Component examples?
Posted by Jim Hubbard at 8/26/2003 1:00:42 PM
I'm trying to dissplay a chart using the Microsoft Office XP Web Services
Toolkit 2.0 and the associated web components. But, I'm having trouble
displaying a chart using literal data.
Anybody seen an example of this? I can;t seem to find one.
--
Jim Hubbard
"I may not agree with your ... more >>
VS.NET Compiler performance
Posted by Martin at 8/26/2003 11:33:41 AM
Is there a reason for (and hopefully a work-around to) the
VC++.NET's compiler "flushing" each output file to disk before compiling
the next one? I've noticed this in both the 2002 and 2003 releases.
The application in question is a normal unmanaged C++ MFC
application migrated from VC++ 6. T... more >>
EULA questions
Posted by Brian Henry at 8/26/2003 11:08:49 AM
In the EULA theres this paragraph
14. SOFTWARE TRANSFER. The initial user of the Software may make a one-time
permanent transfer of this EULA and Software to another end user, provided
the initial user retains no copies of the Software. This transfer must
include all of the Software (includi... more >>
Re: Converting integers to Big Endian Bytes
Posted by Govind at 8/26/2003 10:38:56 AM
Hi All,
I want to Convert 32 bit integers in to big endian byte order.. The
default is Little Endian Format..
The method is :: BitConverter.GetBytes(IntVal)
Any method is in .NET for Big Endian pls let me know...
Regards,
Govind.
... more >>
Crystal Reports error: cannot find KeycodeV2.dll or invalid Keycode
Posted by Liber Almeida at 8/26/2003 9:36:37 AM
I have a problem when install a Visual C#. Net application, using Crytal
Reports, under Windows98:
error: "cannot find KeycodeV2.dll or invalid Keycode"
Help me please,
Thank you,
Liber Almeida.
... more >>
Converting right alighed Bytes from integers
Posted by Govind at 8/26/2003 9:29:15 AM
Hi All,
I want to Convert 32 bit integers to byte in right alighed format .
For 32 = the usual way is BitConverter.GetBytes(int32)==> xx xx 00 00 , but
i want right aligned like 00 00 xx xx.Is there any way.
Regards,
Govind.
... more >>
Input Date Validation in ASP.NET(C#)
Posted by Rupang at 8/26/2003 8:27:50 AM
Hi,
I need to validate that the Entred Date is Valid in my
ASP.NET Web App with Code Behind in C#.
Is there something similar to IsDate Function in VB6.0?
Do any one has some approch to do this?
Thanks,
Rupang
... more >>
Formatting decimals
Posted by C at 8/26/2003 7:50:30 AM
Hi,
I have an aspx with some labels.
I set the text of these labels to be teh return value of
some Functions that carry out some calculations.
(My Functions return decimals)
I want to format the value I write to my label so that it
is transformed for example from 87123.13 to 87,123.13
... more >>
dataset
Posted by chris at 8/26/2003 6:22:15 AM
Hi There,
How can I extract a DataSet? I recieve the dataset from a
server. I created a DataTable like this:
DataSet ds = remoteInterface.retrieveUser(userBankId);
DataTable dtBankStuff = ds.Tables["Customers"];
is this the right way?
I would like to extract only the columns to t... more >>
Exception handling question
Posted by serge calderara at 8/26/2003 4:45:44 AM
Dear all,
How can I handle correctly cascading exception?
I generally use to catch exception ib all my function.
This to identify each type the correct place that the
exception occurs. What could happen is that if an
exception occurs inside a function that call others
function, it happ... more >>
|