all groups > dotnet general > march 2006 > threads for thursday march 16
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
How to programmatically focus to next control in tabIndex order?
Posted by Tedmond at 3/16/2006 11:45:06 PM
Dear all,
How can I programmatically focus to next control in a form by tabIndex order?
Tedmond... more >>
How to generate the .Net project file ".*proj" dynamically in .Net 2.0 ???
Posted by Anubhav Jain at 3/16/2006 6:06:05 PM
Hi,
I am having few .net source files(.cs or .vb) and I want to dynamically =
generate the corresponding .net project file(.csproj or .vbproj) for =
them without using visual studio.So that I could be able to generate and =
compile the project on the enviroments where Visual Studio.Net is not... more >>
Documentation for Exceptions
Posted by Mike Eaton at 3/16/2006 3:51:27 PM
Hi everyone,
I tried to find a satisfactory answer for this question before I asked it,
but maybe someone can enlighten me:
How come the MSDN documentation for a particular function that throws an
exception doesn't have that exception listed among its properties, methods,
and events? (I... more >>
DataGridView validation to underlying DataSource
Posted by Pieter at 3/16/2006 2:45:11 PM
Hi,
I'm using a DataGridView with a DataGridViewCheckBoxColumn. When the users
checks or unchecks the checkbox, some actions have to happen in the
underlying DataSource and other objects. But the underlying DataSource gets
only the new value (True or False) on the moment the users leaves th... more >>
Build Errors in Enterprise Library Install
Posted by P.Kienzle at 3/16/2006 1:08:00 PM
When I try to run the Build for the Enterprise Library, I get several
messages referring to the .csproj files... stating that they are not
installed (see below). They are located at the directory references
specified.... How to I install them?
The application for project 'C:\Program Files\... more >>
Questions about deploying a service
Posted by daokfella at 3/16/2006 11:25:24 AM
I am creating a service that uses a few assemblies that are already
existing...yet constantly being updated. I need to be able to use these
libraries. Basically,
I want to deploy my service on SERVER A that has SUPERWIDGET assemblies
installed. I need to develop my service on my PC that also h... more >>
default button in child page?
Posted by Fabuloussites at 3/16/2006 11:21:38 AM
I have a master page that has a button on it that is included on all of it's
child pages. On one of the chile pages, there is a login control. I would
like to have the login control become the default button when that page is in
use. Currently, if a user tries to log in, when they press the... more >>
Find CPU family
Posted by source at 3/16/2006 10:57:02 AM
Is there a way I can find what CPU my application is running on?
I am trying to find if the CPU is a 64bit or 32bit.
Is there an API exposed in the framework?
Any help will be helpful.
thank you,
source
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Visual C# problem
Posted by newbie at 3/16/2006 10:23:48 AM
I have a very simple application that used a MessageBox in a console
application. On one machine it work fine, on another machine the
message box is shown and work fine but all the text on the controls is
missing. What is the solution?
... more >>
The 'Interface' Type - Unique to .NET?
Posted by Jordan at 3/16/2006 10:09:51 AM
In OOP literature we read frequently about "interface" - a term which is
apparently used to mean different things depending on context and possibly
language.
..NET however provides for the Interface type - as a specific and unique type
(amongst the class, struct, enum, etc types). There is ... more >>
Crystal Report License - Multiple Thread Safe?
Posted by ian_jacobsen NO[at]SPAM hotmail.com at 3/16/2006 9:21:19 AM
First let me start by saying that this problem is not consistently
reproducible. I have a windows service that creates reports for a
group of entities. This service can process multiple groups at a
single time, where each group is running in a separate thread. I have
noticed mixed behavior wh... more >>
Threaded UI
Posted by Todd at 3/16/2006 8:38:39 AM
I've got a situation where I need to display a modal dialog from within a
background processing thread. The problem I'm having is that it needs to
display as a modal window to the thread's parent GUI app. When I try this I
get a pseudo-modal dialog (more like a top-level window)... the dialo... more >>
http://msdn.microsoft.com/wn3/aspx/postui.aspx?&guid=&sloc=en-us&d
Posted by How to get details from the OS from C# at 3/16/2006 7:56:28 AM
Is there any way from C# to know details from the operating system,
specifically a way to know if the assembly is running on a 64bit operating
system or 32bit, if it's 64bit also know if it's Itanium or x64, without
making WIN API calls.... more >>
Support for writing to CD or DVD
Posted by RichardB at 3/16/2006 3:26:28 AM
Does anyone know of any support for writing to CD or DVD in .Net.
Thanks
--
Richard... more >>
Is there a good reason that Decimal does not have Ceiling() method, only Math class has?
Posted by Ryan Liu at 3/16/2006 2:40:15 AM
Is there a good reason that Decimal does not have Ceiling() method, only
Math class has?
Thanks!
... more >>
Understanding of Dispose()
Posted by MilanB at 3/16/2006 12:42:26 AM
Hello
When Windows.Forms.Form procceds Dispose(), do it dispose all child controls
and fields?
I have Form variable Image which is connected to opened MemoryStrem (also
Form field)
When I call Form.Dispose(), does it mean that Image will be disposed and
MemoryStrem closed and disposed... more >>
Reading Stream After RedirectStandardOutput=True Blocks
Posted by Charles Law at 3/16/2006 12:00:00 AM
If I open a DOS console window (CMD) and enter "Netdiag /v", I get periodic
output showing the progress of the diagnostic tests being run.
If I create a Windows Forms app to run Netdiag using
System.Diagnostics.Process I can only get the output in a single block. That
is to say, if I redire... more >>
|