all groups > dotnet general > march 2007 > threads for saturday march 31
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
Windows XP Installation CD
Posted by Paul Williams at 3/31/2007 11:52:01 PM
I have made an attempt to reinstall Windows XP on my computer only to fing
the the CD is corrupt. How do I get a new CD?
I have an old copy of the installation CD, pre SP2... more >>
Cross process signalling - best way of doing it?
Posted by Clive Smith at 3/31/2007 7:16:23 PM
Hi Folks,
I am developing an application consisting of a webservice and a Win32
service both written in C#.
When the webservice is called it writes a number of records away to a SQL
server database. These records require further processing by the Win32
service as soon as they appear in t... more >>
Adding a value to a system enumeration
Posted by Per Rollvang at 3/31/2007 5:11:32 PM
Hi All!
I am creating a usercontrol, and this control have some text that can be
placed on the control via the enumeration "ContentAlignment". I will,
however, give the user a chance to put the text at any coordinates, and
thought it would be nice to add a 'CustomAlign'-member to the
Cont... more >>
Interection with other applications
Posted by ltt19 at 3/31/2007 4:00:00 PM
Hi everyone,
I need to get some information displayed by other software, like getting the
text of a notepad window, the displayed page in IE, and so on. How i Am
supposed to do that?
Messaging? Reflection?
Any help will be appreciated.
Thanks in advance,
ltt19... more >>
Configuration.Save() does not work?
Posted by Shannon Richards at 3/31/2007 11:24:33 AM
Hello All: I have implemented a custom configuration section in my
app.config file as follows:
<configSections>
<section name="AdminUIConfig"
type="TestMgr.UIConfigSection,TestMgr"/>
</configSections>
<AdminUIConfig name="Admin" caption="Administrator"
captionLC="a... more >>
explorer 6
Posted by shaunnorwich at 3/31/2007 3:22:00 AM
i have sum history that will not delete, how do i uninstall it and reinstall
it please help ... more >>
In WPF, add child to specific grid column and row using c# and not xaml
Posted by moondaddy at 3/31/2007 12:15:51 AM
I have WPF window and a grid. The grid has several columns and rows. How
do I add an object to a specific row and column of the gird using c#?
If I use:
myGrid.Children.Add(dg);
then dg will be added to
Grid.Column="0" Grid.Row="0"
By default. I want to add it to
Grid.Column... more >>
|