all groups > dotnet framework > may 2008 > threads for may 29 - 31, 2008
Filter by week: 1 2 3 4 5
How to get and use the icon of exe-files (programs) in own applications
Posted by Rolf Welskes at 5/31/2008 3:00:35 AM
Hello,
I have in windows forms, on the other hand in windows presentation the
following problem:
I have a program with a list of programs (exe-files).
Now I want to display the (standard) icons of these programs, similiar as in
explorer.
So, for example I have the pathes:
f:/aaaa/bb... more >>
Choosing Between Classes and Structures
Posted by Ray Cassick at 5/31/2008 2:58:11 AM
I have been investigating this subject a bit and ran across this gem in
MSDN:
http://msdn.microsoft.com/en-us/library/ms229017(VS.80).aspx
This seems to specifically state that structures should not be any longer
that 16 bytes in size. Seems a bit limiting to me since I can hit that limit ... more >>
VS 2008 / net framework 3.0 3.5 / wpf - Dispatcher-Methods not thread safe
Posted by Rolf Welskes at 5/31/2008 2:53:58 AM
Hello,
because there are no manged news groups for windows presentation foundation,
I was told to
send my question here.
Problem:
In the documentation of the class Dispatcher you can read:
Threading:
Any public static (Shared in Visual Basic) members of this type are thread
safe. Any ins... more >>
Developing recommendations
Posted by Asaf at 5/30/2008 11:30:00 PM
Hello,
I would like to have recommendations for the following.
I am going to develop a server application in VS.NET C# for sending SMS
messages thru SMPP connections.
I have three SMPP connections and they are always connected to the SMPP
server so they will be in a Windows Service.
... more >>
Email I send with attachments aren't being recieved
Posted by Loosinmymind at 5/30/2008 2:07:00 PM
Hi, Can someone please help me. Whenever I send out an email with a picture
or any kind of attachment through Windows mail, it says the email was sent,
but it isn't being recieved by the recipient. Then I get a Norton symantec
pop up saying this problem does not occur often, their support team... more >>
Winform to web form
Posted by Nicol at 5/30/2008 5:21:00 AM
Hi,
I need to convert win forms developed using some non-standard language to
web form.I know i should do the mapping to convert it to win forms. I think
that part of converting from old win form to new .net win form is okie for
me.. But how to convert taht win form to web form? Is there any ... more >>
XmlNode
Posted by gigs at 5/29/2008 7:32:01 PM
hi
im getting this error when i tried to write start element and when i try to
write value: Object reference not set to an instance of an object.
XmlNode node;
XmlNode izmjenaNode;
XmlTextWriter xmlWriter = new XmlTextWriter(Console.Out);
xmlWriter.Formatting = Formatting.Indented;
xm... more >>
Enterprise library 4.0
Posted by John at 5/29/2008 2:17:46 PM
Hi
Is it worthwhile using enterprise library 4.0 for logging, exception
handling and data access? Currently I am doing all this myself and am
wondering if it is worth recoding to standardise to Enterprise Library. Are
others using the library as a matter of routine?
Thanks
Regards
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Store Dictionary in Config File?
Posted by coconet at 5/29/2008 1:06:58 PM
I have a list of value pairs represented as a
Dictionary<String,String>. I would like to store them in my app.config
file - how can I do that? I don't want to keep them in a regular text
file.
Thanks.
... more >>
Changing the timezone on Vista SP1
Posted by Marco Shaw [MVP] at 5/29/2008 8:54:09 AM
I've searched around in the Windows SDK. Is there a .NET class that can
help me to change the timezone setting on a Vista machine?
Marco
MVP: Windows Server - Admin Frameworks... more >>
Generic Database requirment
Posted by Nicol at 5/29/2008 6:10:02 AM
Hi,
My requirement is to use any Databse in my application as configurable.
Now I decided to use Enterprise library 4.0 to support all databases by
using common classe such as DBcommand, IDAtareader etc., have seen
enterprise library, by itself reads Database connections from confg file.. I ... more >>
What is %windir%\assembly\download?
Posted by Edward at 5/29/2008 3:47:05 AM
I know it is a virtual folder rendered by fusion.dll. I'd like to know
where does this information come from (registry or .ini files)?... more >>
|