all groups > dotnet sdk > september 2006
Windows SDK question
Posted by cnickl at 9/25/2006 10:53:01 PM
I need to install the Windows SDK. The only version I can find to download is
the newest version at the following URL
http://windowssdk.msdn.microsoft.com/en-us/library/default.aspx
It includes the .NET framework 3.0 + SDK. I have 3 questions:
Can I use it without any further steps from V... more >>
app.exe.config full file name
Posted by David Thielen at 9/21/2006 9:43:02 AM
Hi;
How can I get the full filename of an apps app.exe.config? And in the case
of a web app, that should be path\Web.Config.
I need this for logging so that when one of our customers "has placed a
value in the app.exe.config" file, we can use the log to verify that they put
it in the rig... more >>
gettings started
Posted by Erik Visser at 9/19/2006 7:04:40 PM
One of my customers today asked if he could have some parts of the
application on a PDA.
It will be a few forms and not to much data (i guess 10 mb max)
I like to develop within VS2005.
Now my questions are
- what will be minumum specs for the PDA. Min memory, Min processor speed
- can i, if ... more >>
Forcing DataGridView to repaint a row/disabling a row
Posted by Sam Carleton at 9/18/2006 7:37:04 AM
I have a datagridview that is bound to a datasource. The under lying
data is not from a database, but biz objects. The first colume (InUse)
is a check box to determine if the rest of the row is enabled. When
the row is not in use, it is grayed out in the CellFormatting event.
After the user c... more >>
How to deploy assemblies in GAC if .NET framework sdk is not installed.
Posted by Jigar Mehta at 9/14/2006 7:36:09 AM
Hi,
I have my client machine where .NET Framework SDK is not installed. I
have an assembly developed in .NET which has a client C++ EXE. I want
to deploy these files to the client machine.
I found somewhere that we can drag the assembly into
C:\windows\assembly to register it with GAC but f... more >>
How to print from Panel control
Posted by radiax at 9/1/2006 4:14:12 PM
Here is my problem... Iam trying to find a way to print only the panel
control and NOT the whole form. Is there a way to do this under .Net
2.0?...Can I just grab the panel.CreateGraphics and print from it ??
Thanks guys
... more >>
|