June 20th, 2007
msquared (Administrator)
|
Form designer with control drag & drop support
Hello,
I need to create label designer project. Anyone have sample code with
control add, drag, drop and resize features to start to? Otherwise... more »
|
|
neater way to phrase this
thanks all for great feedback,
rod.
"rodchar" wrote: more »
|
|
ADO.NET and Xml
Yes It's enought for me!
//Tony
"Marc Gravell" <marc.gravell@gmail.comskrev i meddelandet
news:uS7Ap6qAJHA.3628@TK2MSFTNGP05.phx.gbl...
talking more »
|
|
DataSet
Hello!
This is also a working console program.
It seems to me that a DataSet is actually the result of the query as in my
example
because the result... more »
|
|
"factors of" method
Check my other post, it's a faster approach that doesn't seem to work at a
"seems to work at a constant speed" - took 0.1 seconds to work out... more »
|
|
NotifyIcon and MouseHover
Hi All, I have an Winform app which sits in the System Tray ( sorry if
this is not good grammar ) and accessed via NotifyIcon, is there a way I
can... more »
|
|
Result of RichTextBox.AppendText of too many characters?
"Peter Duniho" wrote:
Hi Pete,
I need a RichTextBox because I color-code my messages. The problem I've had
with simply removing lines of text... more »
|
|
Understanding protected and its use with collections
Public fields are indeed not /generally/ considered good practice
(especially if writeable), but ultimately it is your code. Using a property
simply... more »
|
|
How does Silverlight relate to C#?
The technology to have a .Net WPF application run inside the browser is
Silverlight != WPF
They share an architecture, but WPF is the... more »
|
|
Calling Andrus : LINQ-to-SQL id queries
|
about index
Hello!
Yes you guessed correct.
//Tony
"Tony Johansson" <johansson.andersson@telia.comskrev i... more »
|
|
ToString Debug vs Display strategies & preferences
For the kind of scenario you give as an example, I would give the class an
IFormattable implementation as well as ToString() override. Then a user... more »
|
|
About SqlCommandBuilder
Hello!
This small program below works but I have some questions about it.
Below I have a piece of code that update a specific row in the... more »
|
|
How do you distribute software anonymously?
On Aug 19, 5:57 pm, raylopez99 <raylope...@yahoo.comwrote:
There are plenty of places where you can sign up for an account and
publish code in a... more »
|
|
problem ado.net application
as i told u there are three buttons in my application and when i debug
There are lots of ways of getting a value if the debugger isn't happy
- write... more »
|
|
Moving from WinForm to WebForm
On Aug 20, 12:05 am, Victory <csh...@devdex.comwrote:
So perhaps you need to reevaluate whether or not you really need a web
application. You should... more »
|
|
Scale my excel chart
On Aug 19, 6:51 pm, "Peter Duniho" <NpOeStPe...@nnowslpianmk.com>
wrote:
Thank you Pete. I will post my question (with your good comments) in
the... more »
|
|
Date field as Filter for Data view
On Aug 18, 2:07 pm, Duggi <DuggiSrinivasa...@gmail.comwrote:
Today I should spend some time to figure it out...
-Cnu more »
|
|
Decorator pattern in C#
On Aug 18, 11:58 pm, "proxyuser" <proxyu...@nospam.comwrote:
Thanks I got to know about a good book
-Cnu more »
|
|
Struct that contains an array?
On Aug 19, 3:51 pm, "Jon Skeet " <sk...@pobox.comwrote:
Thanks to Jon and thanks to Marc
I was under a wrong perception. I agree size should not... more »
|
|
Detect mouse enter when button disabled
On Aug 19, 8:26 pm, Frank Werner-Krippendorf <Frank.werner-
krippend...@franke.comwrote:
I think thats excellent idea... Let me see if that works... more »
|
|
How do I tell whether a .NET Service Pack has been installed?
MC wrote:
It's 2.0.0.0 both before and after SP1. (Ugly, huh?) more »
|
|
EXCEPT clause in SQL
It turns out I didn't have a full installation of SQL Server. I had to
uninstall it twice before I got all components to load. For some reason... more »
|
|
Passing a memory stream to Process object?
Maura Jenkins wrote:
For most practical purposes: no.
If you really want to then make you app act as a file server
and serve the in memory... more »
|
|
Entity Framework designer question
If I add some SQL tables to the designer surface, and then delete them, the
table definition stays. I can't seem to find any good way to... more »
|
|