all groups > c# > july 2007 > threads for sunday july 15
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
Invoking the Connection Properties Dialog Box
Posted by Teeravee at 7/15/2007 10:08:01 PM
I try to invoke Connection Properties dialog box that Visual Studio 2005 use.
The dialog that I said is used in many places such as when developers build
connection string in Settings.setting file
(http://www.one.co.th/downloads/Settings.settings.png). The Connection
Properties dialog box wi... more >>
'System.Configuration.ConfigurationSettings.AppSettings' is obsolete !!
Posted by mark4asp at 7/15/2007 8:20:57 PM
In trying to get the C# conversion code for Head First Design Patterns
to work I came accross a number of warnings. e.g.
Warning
Number: 10
Description: 'System.Configuration.ConfigurationSettings.AppSettings'
is obsolete: 'This method is obsolete, it has been replaced by
System.Configurat... more >>
Selection in ListView control
Posted by Yoavo at 7/15/2007 7:18:00 PM
Hi,
Is there a way to show the selected item always in a ListView control, even
if the control is not in focus ?
Yoav.
... more >>
Using Trace to write to a file
Posted by Simon at 7/15/2007 6:50:45 PM
Hi all,
I'm trying to use the Trace class to log messages to a simple text file.
I need to be able to provide a custom filename to be used. I've created
a TextWriterTraceListener and added it to the Trace.Listeners
collections but nothing ever seems to get written to the file.
The file d... more >>
c# TCP server client - How to send and recieve on the same port number
Posted by Jason at 7/15/2007 5:20:46 PM
Hello
I've got some test code that I've found on the web that is a TCP server and
a TCP client. The server sends data to the client on the port i specify. I
know because get the port number through an IPEndPoint. However when I send
the data back to the server, the server receives it on ... more >>
Serialization not working
Posted by RobinS at 7/15/2007 2:47:02 PM
I want to serialize a class that I am using to retain some information the
user types into a screen. I have 3 questions.
1) I serialized it as XML to start with. This works, but how do I serialize
the strings so that they are not messed up if they have XML in them, or
control characters? Is... more >>
Collections and database
Posted by xlar54 at 7/15/2007 1:44:21 PM
Hey folks,
Im working on a project, and of course am modelling the objects with
the database later in mind. I have a question about collections and
how they should be best used. Lets take for instance, a skus
collection, containing a bunch of sku objects. If I were to display a
grid contai... more >>
StringCollection or List<string>
Posted by bill tie at 7/15/2007 12:58:00 PM
Why should I use StringCollection as opposed to List<string>?
Thank you.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Gotdotnet Article
Posted by Rene at 7/15/2007 12:48:30 PM
Could anyone tell me if it's possible to get a hold of the article on the
link below?
http://www.gotdotnet.com/team/clr/LoadFromIsolation.aspx
Anybody knows if the articles on gotdotnet got moved somewhere else or did
they get deleted?
Thank you.
... more >>
How make Windows form controls draw all at once so doesn't load "ugly"?
Posted by Ronald S. Cook at 7/15/2007 11:45:35 AM
In my Windows app, when you click to load a form, it kind of draws part of
some controls as it's doing other things and then finally draws everything.
This looks bad.
Is there a way I can just keep everything blank (or have a "Loading
screen..." message) until every is ready to display and... more >>
UML Tools
Posted by MAP at 7/15/2007 9:32:06 AM
Dear All,
Could anyone recommend any free tool to read C# code and generate UML
diagrams?
Thank you,
MAP
... more >>
loading a COM object dynamically?
Posted by giddy at 7/15/2007 5:11:01 AM
hi,
I'm using OCR in my application. Its not a feature my users can't live
without. I need office 2003+ installed.
So instead of referencing the MODI library, i want to late bind it? In
other words check which exists and then use it.
Is this even possible?!
Gideon
... more >>
CenterParent Question
Posted by Adrian at 7/15/2007 12:00:00 AM
I have "CenterParent" in the Properties and in the form location in the
application, and still the form that is called does not get positionned
center parent. Parent = this; produces errors. How do I get a form to go
center parent?
Thank you.
Adrian.
... more >>
Inhibiting form movement
Posted by Adrian at 7/15/2007 12:00:00 AM
Is there a way to inhibit moving the form on screen?
Thank you,
Adrian.
... more >>
Question wit a splitcontainer, panel and a form in a panel
Posted by Jeff Williams at 7/15/2007 12:00:00 AM
I have a form which contains a split panel
In Panel 2 I have an OK and Cancel button at the bottom of the Panel.
I add a form to the top of the panel so I now have a form with a fixed
Ok and Cancel button showing in panel2.
I have some code relating to the form in panel2 which has to be run w... more >>
|