all groups > dotnet general > november 2006 > threads for tuesday november 21
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
High Speed Text Control
Posted by Brian C at 11/21/2006 11:53:52 PM
Hello all,
I've been getting back into Windows based graphical applications after
working on pure servers for work. I'm working on a utility that connects
into my servers at work (they use the same message format) and just
simply sends data into them and displays results (one message in from... more >>
C# .NET 2005 Express Install
Posted by Max at 11/21/2006 5:13:39 PM
Hello,
I have C# .NET 2003 installed on my computer along with the .NET Framework 1.1. Recently, I installed SQL Server 2005 Express to
give it a go and had to install the .NET Framework 2.0. Everything works fine so far. I would like to check out C# .NET 2005
Express. Do I have to uninsta... more >>
Sytem Icons
Posted by John NO[at]SPAM aol.com at 11/21/2006 2:11:10 PM
Is there a way to place sytem icons suchs as the ones use in a message
bos (i.e exclamiation, information, question, etc) on a form. Is
there a way to do it with =out a picturebox and still control its
position?
THANKS... more >>
Confused: vs2k5, 3.0 framework, wcf/wpf and orcas
Posted by SteveW at 11/21/2006 12:08:01 PM
Now that vista and the 3.0 framework are gold, I'm a bit confused, so any
clarification would be very helpful.
The 3.0 framework is gold and is downloadable etc. What is not 'gold' and
'supported' is the WCF/WPF addons to vs2k5. But here's where I get confused.
If I have vs2k5 source co... more >>
can't cast ABC to ABC (same class???)
Posted by Ron M. Newman at 11/21/2006 11:49:27 AM
Hi,
Under what circumstances can I ever get an exception about not being able to
cast type "ABC" to type "ABC" if there's only one ABC class in the system
and it's loaded from a dynamic assembly?
Thanks
Ron
... more >>
Cloning a Database with VB.Net
Posted by George Shubin at 11/21/2006 10:40:28 AM
Using SQL Server 2005 Express.
I need to periodically duplicate an entire database and rename it. Most
tables are empty but some are to be prepopulated. I was thinking of having
a "template" database called perhaps "EmptyDatabase", and then copy that
into a freshly created database with a... more >>
propertyGrid impossibility
Posted by Ron M. Newman at 11/21/2006 9:52:25 AM
Hi,
Combo boxes property values in property grids are done using the use of
enums.
private enum Fruit
{
Apple, Banana, Orange, Peach, Pear
}
What happens if I want to have class names in there? I can't use
"System.Object". the dot doesn't compile. is there a way around that?
... more >>
Your advice for a newbie is needed
Posted by derfy at 11/21/2006 9:28:03 AM
I have learnt Java and C++ before but I wasn't so succussful. This time I
want to be successful in ASP.Net. I'm dreaming of becoming a guru in web
development so I can't fail this time. So my question is how will you advice
me, because I'm known to be given up very easily? Do you think I will ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
C# ListView large multi selection
Posted by KotBegemot at 11/21/2006 7:31:23 AM
I have a ListView with multi select
I have 2 events: SelectedIndexChanged and ItemSelectionChanged
If user selects 200 items, these events will be called for 200 times
How can I get only 1 event on this 200 multi selection ?
Thanks!
... more >>
Changing SQL connection at runtime
Posted by samcogan NO[at]SPAM gmail.com at 11/21/2006 4:20:36 AM
Im writing an app that needs to let the user choose which SQL server
they want to use froma drop down box, then connect to that server.
I've been searching for ages to find a way to do this, anyone have any
ideas?
Thanks
Sam
... more >>
"Attempted to read or write protected memory" since 10 days...
Posted by Pieter at 11/21/2006 12:00:00 AM
Hi,
Since 10 days (the first time was the 10th of november) I have some weird
exception happening in an application here:
All (except 1 of the total of 5) users had this error now 1 of 2 times
during the last 10 days. It happens mostly during startup or closing of the
application, but some... more >>
I have problem whis Windows Media Services 9 Series.
Posted by vera esaulova at 11/21/2006 12:00:00 AM
I have problem whis Windows Media Services 9 Series.
I have videostream, which will consist of two streams(512k/bit and
256k/bit).I need to allocate a stream 256k/bit. In SDK is written:
Supporting Multiple Bit Rate Files
Several versions of the same audio or video content can be stored in
... more >>
|