all groups > dotnet framework > may 2008 > threads for may 8 - 14, 2008
Filter by week: 1 2 3 4 5
WPF 3D Object Moving
Posted by despird at 5/14/2008 6:49:11 PM
Since tranformations don't change the real positions of geometry3d
objects, what if I wanna do so? I got an 3d object with combination
of
a translationtransform and a rotationtransform , both of which will
be
animated using animation objects. but what I really want is the
object
DOES move whi... more >>
LINQ OnConnectionOpen??
Posted by wdudek at 5/14/2008 12:57:01 PM
Not sure if this is the best place to post this, but I didn't see any linq
specific forums. Anyway, I'm using DLINQ to insert records into a database,
which works great. However for our security before I do this I also need to
execute a stored procedure, and was wondering if there was any even... more >>
BACK BUTTON Internet Explorer
Posted by DENTONE at 5/14/2008 12:16:27 PM
It's possible to dosable programmaticaly tha back button of Internet Explore
in my asp.net web pages (VB).
thank's
... more >>
SOS.dll
Posted by Peter Larsen [CPH] at 5/13/2008 4:40:56 PM
Hi,
Is this the place for questions related to sos.dll debugging ??
/Peter
... more >>
Folders and content of folders created by other software are invis
Posted by KB at 5/13/2008 4:04:00 PM
I created a download folder for gigatribe. From gigatribe I can find the
folder and its contents, but not through explorer.
A similar issue happened with VuePrint, the photo editing/managing software
that I use. If I move something to an existing folder I can find the file. If
I create a file... more >>
Contacts
Posted by DaisyxDuck at 5/13/2008 12:43:02 PM
Hi, I am just wondering if there is a way to put my contacts list on the
windows mail main page when it opens like it is in outlook, (contacts list is
under the inbox, junk mail folders etc on the left hand side)... more >>
WinInstaller-based Deployment of VC++.NET 2005 CLR app using Crystal
Posted by fastthinker at 5/13/2008 9:12:37 AM
I am having a problem deploying Visual Studio.NET 2005 application
written in VC++.NET 2005 CLR and instantiating some Crystal classes
for .NET 2005 to other Win XP workstations.
I followed the following advice that Gary gave to Aleks Kleyn on 5-
May / 6-May:
"In the setup project, right clic... more >>
System.Reflection.Emit and Namespaces
Posted by Gareth at 5/13/2008 8:59:33 AM
Don't know if this is the place to ask but..
I am writing a compiler for .net as a way of learning about how
the .net languages and the CLR work and I am confused about how
references and namespaces work with the Emit namespace. I am trying
to parse the using and namespace keywords and I am n... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
WPF equivalence to checkBox1.AutoCheck = false
Posted by Maximilian at 5/13/2008 5:09:00 AM
I want a button-like control (with a bool state) that the user clicks but is
not set instantly but through code based on some conditions... with old
WinForm I could use a CheckBox with AutoCheck set to false and display as
button ... but in WPF these properties is not available ... I have goog... more >>
checkbox template
Posted by Maximilian at 5/13/2008 1:56:01 AM
How do I make a template for a WPF Checkbox to look like a WPF Button?
/Max... more >>
Framework Help Needed.
Posted by lalthen at 5/12/2008 3:56:23 PM
Hello,
I am using Windows XP home edition version 2002 SP2 and my system has
installed on it
MS.NET Framework (English) V1.0.3705
MS.NET Framework 1.1
MS.NET Framework 1.1 Hotfix (KB928366)
I have an update ready to install and when I try to do the install,
after 30 or mo... more >>
How to tell an assembly is loaded
Posted by Chris Bordeman at 5/12/2008 12:48:43 PM
How can I tell an assembly is loaded? I want to avoid redundant
Assembly.LoadFrom(..) calls.
... more >>
Image will not show on monitor and projector at same time
Posted by Alienmouse at 5/12/2008 12:29:16 PM
I know there is a place on a desktop computer that you can toggle so that you
can have your screen show what your projector is showing. I have gone totally
blank and can't remember how. I'm using XP SP2. You'd think it would be in
control panel. if it is, I don't recogize it. I usually do this... more >>
Hashtables and concurrency
Posted by Mark at 5/12/2008 9:56:00 AM
When the MSDN docs say
"Hashtable is thread safe for use by multiple reader threads and a single
writing thread ... which allows for lock-free reads provided that the writers
are serialized to the Hashtable"
how is that accomplished? If the readers are flipping through the table,
even th... more >>
IE7 Download page...amt1
Posted by amt1 at 5/11/2008 6:42:00 AM
Why would my laptop (XP Home/SP2) keep displaying the IE7 download page when
I already have it installed!?... more >>
Computer Monitor and USB devices won't come out of Standby
Posted by Forbeskin at 5/9/2008 6:26:05 PM
I am having a problem where I bring my computer out of Standby and the hard
drive spins up but niether the Monitor or any USB devices start up. I am
running XP Home. This problem has only started in the last week.... more >>
StackOverflowException
Posted by Peter Larsen [CPH] at 5/9/2008 3:38:26 PM
Hi,
I have a problem where a console-application throw a StackOverflowException
witout allowing me to receive a stacktrace and write it to a file.
It seems like the app doesn't allow me to do anything after a
StackOverflowException.
Is there a way to get some informations after a StackOve... more >>
TcpListener.Start error
Posted by IsisCoder at 5/9/2008 9:59:00 AM
I am using a TcpListener to communicate between a windows app and a mobile
device app. I have used the same code for years and have had no trouble with
it until I started using it on a Vista machine. It seems to work fine for a
time, but at some point I get an "Invalid argument" exception. ... more >>
ConfigurationElementCollection does not save correclty
Posted by John Bailey at 5/9/2008 9:45:00 AM
I have a configuration that is defined as such:
<sampleSection defaultItem="name" xmlns="http://www.baileysc.com/sample">
<sampleItems>
<sampleItem itemName="name" customData="xxx" />
<sampleItem itemName="name2" customData="xxx2" />
</sampleItems>
</sampleSection>
... more >>
TransactionScope in C#
Posted by Hush at 5/9/2008 1:21:01 AM
Hi
I would like to handle transaction in MsSql 2005 and Oracle both in the same
time, and i want to provide safe way in case when something goes wrong.
Databases installed on two different host, client have remote communication
with db.
Let's say i want insert simple record to table in MsS... more >>
FORMVIEW CONTROL
Posted by DENTONE at 5/8/2008 12:13:46 PM
Hi,
I have added a formview to my asp.net page
and i have ad this code:
------------------------------------------------------------------------------------------------------------------------------------------------
FormView1.DataSource = leggidatinave(Session("agenzia"), Session("n... more >>
SELECT AS BUTTON AND NOT AS LINK
Posted by DENTONE at 5/8/2008 11:24:09 AM
Hello,
If i put GridView1.AutoGenerateSelectButton = true in a gridview i obtain a
link button for selct a row.
But if a want not a link but a Button how i can?
thank's
... more >>
ADDING A CALCULATED COLUMS TO A DATATABLE
Posted by DENTONE at 5/8/2008 10:49:51 AM
Hello,
I have writed this code to file a dataset table with data from a sql table
Dim connstring As String = "Data Source=serverhacpack;Initial
Catalog=master;User ID=HACPACK;Password=francesca"
Dim conn As New SqlConnection((connstring))
conn.Open()
Dim dataSet1 As New DataSet("MERCI... more >>
ERROR Watching Mapped drive
Posted by deepak at 5/8/2008 7:55:03 AM
Hi There,
i have an application which watches mapped drive events using
FilsSystem Watcher .
the filters i am using are these : NotifyFilters.FileName |
NotifyFilters.Attributes | NotifyFilters.Size |
NotifyFilters.LastWrite
now when there are too many file creation in the mapped drive , i... more >>
|