June 20th, 2007
msquared (Administrator)
|
MSIL code
The clr is responsible for the execution of MSIL code. This does not mean
that it executes it as though it were in a virtual machine of the... more »
|
|
Error in WPF application
Nicholas Paldino wrote:
Thanks for the answer. This is happening on a terminal server with no
browser helper objects. The only thing that I can... more »
|
|
How to Create Custom Events?
Beautiful! I'm writing all this down in an email that I'm forwarding to
myself for safe keeping.
I can't wait to start messing around with this new... more »
|
|
Run application even if the PDA device reboots.
Thanks. I am appricated for sending me those sites however I am not that
advance to understand the codes. How about key registry? Is there any... more »
|
|
Writing a Custom BindingList for Mapping between DataObjects andDataTables
This ended up being a bigger problem than I envisioned. There are lot
of issues with binding to the same record or row. more »
|
|
Calling an overloaded generic method
Ahh. I thought it *should* work. Thanks!
Pete more »
|
|
Need for efficient method for File Parsing and copying
2 Replies |
Posted by: Tom
| Last post by Ignacio Machin ( .NET/ C# MVP ), Today
Upload or download?
From the description below it seems that you are getting the file from
a webserver to a Win CE device.
You can delete the... more »
|
|
Metadata in the assembly
On Aug 28, 3:31 am, "Tony Johansson" <johansson.anders...@telia.com>
wrote:
That is kind of a retorical question, ALL the metadata is stored in
the... more »
|
|
Unwanted behaviour on browser back button
On Aug 28, 11:18 am, Jeff Donkersgoed
<JeffDonkersg...@discussions.microsoft.comwrote:
Hi,
There is a directive that indicate that no cache should... more »
|
|
treeview performance
I agree with your points. I'd like to see the patent. Has anyone posted a
link?
Tom
"Peter Duniho" <NpOeStPeAdM@nnowslpianmk.comwrote in... more »
|
|
Close() timeout in NetworkStream and Socket?
On Thu, 28 Aug 2008 07:05:10 -0700, A. W. Dunstan <no@spam.thankswrote:
No, you need to call Receive(). As an alternative, you can set... more »
|
|
SHGetFileInfo In XP Pro x64
I am using SHGetFileInfo to get the ImageIndex for an app I am writing in
C Sharp running on XP Pro x64.
If I compile it as x86 my Virtual Drives... more »
|
|
Why does x.ToString() throw an error if x == null?
On Thu, 28 Aug 2008 01:17:30 -0700, Michael C <mikec@nospam.comwrote:
Be that as it may, you haven't been demonstrating that here.
This coming... more »
|
|
someone fill me in - VS Express Editions
ya, you are right. Hey MS, how about adding an 'Automation and Scripting'
Express edition? Just colorcode syntax, provide collapsable regions,... more »
|
|
Events
On Aug 28, 9:06 am, Ferdinand Zaubzer <ferdinand.zaub...@schendl.at>
wrote:
Hi,
I did not understand your question, can you put an example with... more »
|
|
Printing(desperate!)
On Aug 28, 5:11 am, kitema...@gmail.com wrote:
Hi,
It's difficult to say without the maker of the printer. I suggest you
to read the developer... more »
|
|
Anonymous Delegate
hi Barry,
thanks for your answer.
mfG
--stefan <-- more »
|
|
Click-once app does not run
Response to "RobinS" <robins@imnottelling.com>:
<snip>
I realize this thread is not my own, but I'd definitely
appreciate
you elaborating... more »
|
|
Deserialization issue
Are there any workarounds for this?
""Jialiang Ge "" <jialge@online.microsoft.comwrote in message
news:IOezNrNCJHA.1768@TK2MSFTNGHUB02.phx.gbl... more »
|
|
MSDN Spotlight video stops after 5 seconds
This is driving me nuts.
I really need to watch a video on MSDN spotlight
(http://www.microsoft.com/emea/msdn/spotlight/) but every video just... more »
|
|
Print Documents PrintDocument-- what am I doing wrong? Must besomething stupid
Set a breakpoint in printDocument1_PrintPage, at the line where
"mylocalstring" is set. I believe you will see that the value is correct... more »
|
|
Starting up - help needed
Thanks everyone for your sugestions. I do have one more question:
- What tool would you recommend out of Infragistics, ComponentOne and
DevXpress... more »
|
|
Installer choices.
On Aug 28, 5:20 am, JDeats <Jeremy.De...@gmail.comwrote:
We're using WiX here, and it works for us (the product in case is a
WinForms desktop... more »
|
|
Linq. Select
Hello,
I have 3 tables with the following fields:
Posts: PostID, Title, Body
Tags: TagID, Name
PostsTags: PostID, TagID
1. I need to select all... more »
|
|
Examine an Assembly
If you want the class, method and property names, you can use the Object
Browser (under the view menu). If you want to look at the code in each,... more »
|
|