all groups > dotnet general > may 2004 > threads for monday may 10
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
different behaviour design time / run time
Posted by eMKa at 5/10/2004 11:41:04 PM
Hi Code guru's
I have created a user control which has access, and thus makes use of a shared singleton class like:
Dim MyAppSettings As DLAppSettings = DLAppSettings.GetAppSettings
This singleton class has amongst other stuff the following line of code in it:
Private m_DL_DBPath As... more >>
Passing a dataset as Ref or Out parameter
Posted by San at 5/10/2004 11:21:02 PM
hello
1. Is it a good practice to pass a dataset or any ref variable as Out or Ref Parameter
2. Can we have both ref and out together in the method declaration
thanks in advance.... more >>
can the .net framework be compile with a program
Posted by JPKnight at 5/10/2004 10:06:02 PM
I've designed some programs to help me out at work but the pc's are locked out by admins. can't even download the .net framework and i was wondering if there was a way to compile it into the .exe file... more >>
Open source or dotnet?
Posted by Leon_Amirreza at 5/10/2004 8:43:21 PM
we can have win32 platform but
arent dot net programs very hacker friendly?
any much difference between a dotnet program and an open source program?!
... more >>
Read color names from a JPEG image
Posted by prem at 5/10/2004 6:34:27 PM
Hi all,
I want to read the colors used in a jpeg image. I want the code or any any
other code components that can do that.
any suggestion , links and samples will be gratly appreciated
thanks in advance,
--prem
... more >>
.NET has a broken Exception model
Posted by cody at 5/10/2004 5:40:29 PM
public DateTime Value
{
get
{
try
{
return new DateTime(int.Parse(tbYear.Text), int.Parse(tbMonth.Text),
int.Parse(tbDay.Text));
}
catch (FormatException)
{
// do stuff here
}
catch (ArgumentException)
{
// do stuff here
}
catch... more >>
HELP!! Netscape & ASP.NET problem!!
Posted by simchajoy2000 NO[at]SPAM yahoo.com at 5/10/2004 5:18:56 PM
Hi,
Well I am totally desperate - I can't figure out why Netscape is not
able to display the background image for my website. I use a regular
html table and inside one of the cells I place an asp.net table BUT I
specify the background image in a regular style tag on the HTML TABLE
CELL!! I ... more >>
Programming For Other Programs? Plugins?
Posted by Donald Smith at 5/10/2004 4:38:08 PM
Hello,
Does anyone know how to code plugins, or code run off your own program
that affects another program?
Example: File1.exe sends the string "Test" to File2.exe (A Completely
different program) and "Test" Appears in a textbox on File2.exe.
Its kind of hard to explain, but I hope yo... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Web Form Code Behind Question
Posted by Eric at 5/10/2004 3:31:06 PM
I have a aspx page; the server page onLoad will create a basic table with a header row and a couple more rows of data. It's very simple to populate the table at load and display it on the client, however what if i have a thread that is running on the server that is listening for data, when it gets ... more >>
AS400
Posted by João Santa Bárbara at 5/10/2004 2:39:41 PM
hi all
what do i need to connect an VB.NET application that uses ADO.NET to an IBM
AS400
thks
JSB
... more >>
asp.net problem
Posted by Aaron at 5/10/2004 1:58:19 PM
I'm new to asp.net I don't know if this is the way it is designed but when i
have a textbox and a button, typing in some text and hitting the enter key
will not submit the data, i would have to click the button in order to
submit. In normal html page i can just hit the enter key it will submit th... more >>
Question about Finalize & SuppressFinalize
Posted by banderbe NO[at]SPAM yahoo.com at 5/10/2004 1:19:35 PM
I've been doing some reading about Finalize and garbage collection.
I've learned that finalizing should be avoided because objects that
have a finalize method require 2 (possibly more) itterations of the
garbage collector to run before the memory is returned to the heap.
The first time the GC ... more >>
Crystal report and VB
Posted by Eric Clapton at 5/10/2004 1:16:34 PM
I have written a Crystal Report 9 and put it as a control to VB 2002 in
Visual Studio. In general, how do I put the Crystal Report on a web and how
do I put the VB program, contained CR, to the web.
... more >>
ADSI + Terminal Services + .Net
Posted by Josh Schmidt at 5/10/2004 1:02:16 PM
How can one set the terminal services profile and home
directory path in AD using VB.NET? I can set the usual
profile paths, but terminal services properties are not
supported with ADSI.
Any help is greatly appreciated!
Josh... more >>
Random numbers, seeds
Posted by David Sworder at 5/10/2004 12:41:31 PM
Hi,
Each instance of my client application will generate a 15 character
random string the first time it is run. This unique string will be used to
identify the client from that point forward. It's essential that no two
clients have the same identification string.
The random characte... more >>
How many man-hours were used in creating .NET 1.0?
Posted by anon at 5/10/2004 12:10:02 PM
Does anyone know how many man-hours were used in creating .NET 1.0?
I thought it would be an interesting statistic to know.
Thanks.
... more >>
DataTable before DataAdapter possible?
Posted by randy at 5/10/2004 10:30:29 AM
Hello all,
I have a DataTable which I am building column by column and adding rows
after each new column. The DataTable columns match the columns in my
database table. I'm building the DataTable first and I then want to roll
through the DataTable while in memory checking for errors and then ... more >>
Deployment
Posted by JL at 5/10/2004 10:21:00 AM
The first time I created a setup project for a VB.net project. I tried on my
development PC which is running XP with .net framework, it's fine. Then I
tried to install on a Win NT4 sp6 box with almost nothing else installed, it
doesn't work. Says: "Windows installer service could not be accessed.... more >>
Security Error when sharing projects between solutions
Posted by Jay W NOjwalkerSPAM NO[at]SPAM ldry.com at 5/10/2004 9:35:17 AM
I have some class objects each in separate projects that
belong to a solution. The projects reference one another
within that solution. The 'main' function calls the
other procedure/function (different projects) that
perform all the database work and manipulations to return
a dataset to t... more >>
Trying to find a physical dictionary
Posted by tom.macleod NO[at]SPAM analog.com at 5/10/2004 9:00:59 AM
It's nearly impossible to find anything on this because of the
Dictionary class, included within the dotnet framework, that pollutes
any search results pertinent to my question.
I want to be able to access an array of words, just like it were a
physical dictionary. It's for a stupid little pr... more >>
wsdl.exe support for Nillable Value Types within WSDL
Posted by ErikKlein NO[at]SPAM yahoo.com at 5/10/2004 6:16:26 AM
I have a WebService whose WSDL contains the following snippet:
<complexType abstract="true" name="Type">
<sequence>
<element name="localId" nillable="true" type="xsd:string"/>
<element name="id" minOccurs="0" maxOccurs="1" nillable="true"
type="xsd:int"/>
</sequence>
</complexTy... more >>
Key Press event in datagrid of C# winform application
Posted by Mukesh at 5/10/2004 3:31:02 AM
Hi
I have a datagrid in which i want to capture the key press event and find which row i am in. Tried with the key press event provided by datagrid, but it does not fire. What could be wrong
Thanks in advanc
Mukesh... more >>
ActiveUp - Source Code now for sale
Posted by fblake NO[at]SPAM activeup.com at 5/10/2004 3:01:09 AM
ActiveQ is a free mail queuing service and through popular demand,
ActiveUp have released the source code for an amazing $499. For more
information and product downloads please visit the site.
http://www.activeup.com/products/applications/activeq/... more >>
Specific USB Key development
Posted by Philippe DA SILVA at 5/10/2004 1:21:03 AM
Hi all
I've never been coding on the hardware side and so, I am willing to find some help around to help me getting the following functionalities working
My current project involves, if possible, that a person can uses a specific USB key to store encryped data so he can take it with him and by p... more >>
Datasets vs. OOP
Posted by cody at 5/10/2004 1:06:44 AM
I've seen an Introduction on ADO.NET with its Datasets on .NET TV and Iam
now wondering how it is realized/used in real world applications.
I don't believe that one would create a dataset and add relations to it and
so on for every table in the application, this would be a real mess and this
h... more >>
|