all groups > dotnet general > december 2004 > threads for sunday december 12
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
Custom panel
Posted by Bill Merrill at 12/12/2004 10:37:46 PM
I'm having a problem with a custom-painted panel. Upon resize, it's
invalidated, and redrawn properly. It's also double-buffered so there's no
flicker.
When I resize the control during runtime, it paints fine. However, when the
control is docked, and it's parent is expanded, the child isn't... more >>
How to read info from xml in asp.net component ?
Posted by zjut at 12/12/2004 10:33:05 PM
I am writing a component like dropdownlist whose content should be read from
xml,and i put the path of the xml file into the web.config fallow as :
---------------------------------------------------------------------------------------
<configuration>
<appSettings>
<add key="LocalizedCou... more >>
C# library with C++.Net
Posted by Jerry at 12/12/2004 4:29:46 PM
Would a library of Window controls written in C# work with C++ Form
projects?
Thanks
... more >>
Sockets - what's the best way to do this?
Posted by Mr Grunge of Gunk Hall. at 12/12/2004 11:07:02 AM
I have an application that listens on a socket using TcpListener. Afiter I
create the object I use the Start method and then I wait for an incoming
request. No problem with this. When waiting for a socket connection the
application is in blocking mode. I can use the Pending method to see if th... more >>
is it possible to capture an insert event in an Oracle database?
Posted by Juan at 12/12/2004 9:30:29 AM
I need to do some processing from my app after a row is inserted in an
Orcale db, how can i do that?
Thanks,
Juan.
... more >>
Runnig at Native speed...Dream or reality ?
Posted by main\(\){}; at 12/12/2004 8:09:17 AM
I can't ignore the speed of .NET managed applications in manipulating
string, I/O and arithmetic operations. However, we can never compare the
speed of a C/C++ program with its .NET counterpart when it comes to some
heavy operations, like long loops, graphics, load time and many other
issues.
T... more >>
GDI+ performance issue
Posted by **ham at 12/12/2004 8:08:36 AM
I know that's an old dirty issue; GDI+ almost -the slowest part of the
framework - has bothered many developers using it in animations. Even in
managed C++ the performance is awful.
Now, any dude out there does know any thing about this issue in VS 2005 +
..NET 2.0 ? Has Microsoft solved this pe... more >>
Installer Query
Posted by pSm at 12/12/2004 8:05:07 AM
Hi,
I was following the MSDN walthru tutorial -
ms-help://MS.VSCC/MS.MSDNQTR.2003JUL.1033/vsintro7/html/vxwlkwalkthroughcreatingcustomaction.htm
but I am not being able to compile the project - keeps giving me this error -
The output file from the windows application is Not Found. Followed ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|