DataGridView Columns Collection Editor
Tue, 4 Apr 2006 19:20:54 -0400
Hello
I am creating a UserControl that has a DataGridView control as a member.
I want to expose the column collection of the DataGridView, as a property of
my control.
in my code I have:
[Browsable(true)]
public DataGridViewColumnCollection myDGVCC
{...
but I get the generic collection editor, n ...
|
Take a look at that security pack which comes from MS Corporation
Mon, 03 Apr 2006 07:23:27 -0700
Microsoft Customer
this is the latest version of security update, the
"April 2006, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express.
Install now to protect your computer
from these vulnerabilities, the most serious of whi ...
|
ExtenderProvider
Sun, 2 Apr 2006 10:41:06 -0400
All,
I am in the midst of creating a menucommandExtenderProvider and all woks
fine for most controls except for the new toolstrip controls. The new
property is not displayed for any of those controls. Any Ideas?
Mark
...
|
Strings for DataGridViewComboBoxColumn from resource file
1 Apr 2006 06:10:18 -0800
Hello,
if I add a ComboBox to a form via the designer and insert the text for
items, then these strings are fetched from the resource file:
// designer generated code
myComboBox.Items.AddRange(new object[]{
resources.GetString("myComboBox.Items"),
resources.GetString("myComboBox.Items1")});
If ...
|
Is there something wrong with my cast from IntPtr type to Struct type?
31 Mar 2006 13:35:23 -0800
void getrecord (const struct RequestParams *pRequestParams, struct
Record* rd)
parameter [in] pRequestParams
[out] rd
struct RequestParams
{
const char * _instrument;
}
struct Record
{
const struct
Bar * bars;
Int numbars;
};
struct Bar
{
DOU ...
|
Control custom property
30 Mar 2006 09:57:30 -0800
Hi all,
I'm creating my own DataGridViewColumn class, and have added a string
property to it which should be settable via the Property designer.
I've gotten the property to show up, but even if i set a value, the
code generated sets the property to null, not the value I typed.
Any ideas?
Thanks
...
|
Icons visibility problem in windows xp sp 2.
Thu, 30 Mar 2006 10:58:24 +0500
I have developed an application "Simple windows form" using visual studio c#. net 1.1.
I am using windows 2000 advanced server operating system when i deploy my application to same operating system all icons and banners are visible "but when i deploy my application in windows xp some icons are not visible."
...
|
|
|
Object Type cannot be converted to Type
Wed, 29 Mar 2006 16:22:42 -0500
Google shows that the problem I'm having has reared its head before:
http://groups.google.com/group/microsoft.public.dotnet.framework.windowsforms.designtime/browse_frm/thread/d176d97c7954a117/d651ca094756a146?q=object+type+cannot+be+converted+to+target+type&rnum=3#d651ca094756a146
Unfortunately, the solution t ...
|
Inherited BaseForm with ToolStripContainer
Wed, 29 Mar 2006 09:13:57 -0600
I am having problems with a BaseForm which contains a ToolStripContainer
which all of my other Forms inherit from. In my inherited forms I don't
have access at design time to drop ToolStrips or MenuStrips onto the
base.ToolStripContainer Panels (except for the ContentPanel for some
reason). I have tried ...
|
Upgrade VS2003 to VS2005 so Winform is split into separate .Designer.cs file (partial class)
Wed, 29 Mar 2006 12:37:45 +0200
Hi All !
I got a few heavy forms with a lot of controls. What is the easiest/fastest way to convert these to
"partial class" type (Separate Designer.cs file) ?
TIA
Best wishes
Best wishes
Kai Bohli
kaiboe@online.no
Norway ...
|