Problems drawing GDI+ text
Fri, 18 Apr 2008 16:02:49 -0700
Hi all,
I'm trying to do something that should be really simple, but I can't get it to
work. I have a simple test program that consists of a Panel control (Panel1), a
TextBox (TextBox1), and a Button (Button1). When the user clicks on the button,
I want to draw the text in the TextBox onto the Panel using ...
|
Danish text not displayed properly with web browser control
Thu, 17 Apr 2008 19:54:16 -0700 (PDT)
Im workin on a screen scrapping enginewhere it uses windows forms Web
Browser control to simulate the browsing of website from Login,
Search, and get search results via RegEx and Logout after the search.
If I use Internet Explorer, the search results works fine. All special
characters are displayed properly on t ...
|
user control events
Thu, 17 Apr 2008 14:08:23 -0600
I'm trying to get a web (browser) hosted winforms usercontrol to raise a
custom event, but the event is always null. I keep thinking that I'm not
seeing something, and have left something out.
This control works as desired when placed in a Windows Form, but not within
a browser.
What am I doing wrong??
...
|
Custom TabControl - hide/customize left-right buttons
Thu, 17 Apr 2008 16:16:57 +0200
Hi *,
I have created a custom TabControl (inherited from the default one). The
only thing that's still missing is to customize the behaviour when the
horizontal extension of the tab-strips exceeds the TabControl's width. In
this case, the original TabControl displays those two buttons on the top
right with wh ...
|
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist?
Tue, 15 Apr 2008 14:04:21 -0700
GC.Collect() not cleaning memory, how to find out what references to lots of
memory still exist?
When all my processign is done i set everything to null and then:
GC.Collect();
and then
GC.WaitForPendingFinalizers();
but it still shows that my process takes 400 MB of memory. Is there any easy
way to see w ...
|
Esc in DataGridView on a dialog
Tue, 15 Apr 2008 06:55:02 -0700
Hi
I have a DataGridView on a dialog. The dialog has a Cancel button abd the
CancelButton property set to this button so pressing ESC in the dialog closes
the dialog.
The grid has a drop down box in one of the cells. When the user regrets a
selection he presses ESC to restore the previous value. However th ...
|
How to deploy/debug WPF control?
Mon, 14 Apr 2008 11:42:01 -0700
Is this the appropriate forum for WPF Controls? If not, can someone kindly
direct me to the correct forum?
I'm wandering thru http://msdn2.microsoft.com/en-us/library/bb613545.aspx
trying to find the place where they explain how to deploy the control into a
word document, or web page, or powerpoint document ...
|
|
|
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
Thu, 10 Apr 2008 12:26:06 -0700
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!!
How come? What can cause this?
...
|
Support for Managed Controls in MS Office? Windows Forms or WPF?
Thu, 10 Apr 2008 10:43:01 -0700
I would like to write a Microsoft Office (power point, web expression, word)
resident control that will play fragments of DVD movies. Can someone point me
to the documentation where it says that office supports managed controls?
Back in VS2005 days a Visual Studio PM posted declaring that while managed
contr ...
|
c#.net grid view
Wed, 9 Apr 2008 23:00:00 -0700
i want to use a gridview like component in c#.net.i am using
AxSpreadSheet(OWC11).
i dont want to bind it to datasource.i want to feel it with some other data
processed in my application.
i want to provide following functinalities.
-filtering for some user defined criteria(like Excel)
-expand/collapse rows a ...
|