Answer Questions
WangYuantao GACUTIL.EXE Installation question between versions...
Hi, im new here - so let me know if i dont post in the right areas or against any rules etc. Some simple yes/no answers hopefully 1. Does gacutil.exe get installed with .net framework 1.0 2. Does gacutil.exe get installed with .net framework 1.0&nbs ...Show All
Equisilus use generic collection as datasource?
I have a generic dictionary of my custom class and want to use it as a listbox datasource. Is this possible Actually, I don't really have to use it as a datasource if this is not possible. My custom class is an item in a listbox and combobox. If I change the description property in my class, how do I get the listbox and combobox to update (the tostring method returns the description) Would I be ...Show All
LuisBell Unable to cast object of type 'X' to type 'X'
The actual projects structure is: + MyServerFramework |---QueryComponent.cs ... + MyServerFramework.Design |---QueryComponentDesigner.cs ... The MyServerFramework.Design project has a reference to MyServerFramework, and is compiled alone in its own solution which also contains MyServerFramework, and then placed in a folder that is referenced the SOFTWARE\Microsoft\.NETFramework\AssemblyFolders key so the IDE c ...Show All
Chamitha Save datagridview layout to file
Hi, I want to save a datagridview layout to a file. Not the data - just the columns, their formatting and the fields they are bound to. Can this be done (and how!) Paul. Hello How to use this to define userControl properties. the usercontrol is contained in ano ...Show All
AlexMil Can't anyone help me with this? - "..timeout period elapsed prior to obtaining a connection from the pool..."
I posted this problem but no one responded. I figured I'd try one last time. I'm having a wierd problem. I've been using Visual Studio.NET 2003, and writing an app that up to now has been working perfectly. All of a sudden an error comes&n ...Show All
munashe pre populated listview
I have a control that inherits from listview, and i wish the control to populate itself with items when dropped onto a form. Im not sure at what stage to populate the listview. at first i fired the populate method from the constructor. This&nbs ...Show All
Olivier Dagenais need to get a transparent object on a picturebox
Hello, I need to achive the backstyle property of the VB6-usercontrol in .NET. I tried setting the backcolor of the .NET user control to Web.transparent but it is meant only for transparency to the form and not for any objects in the form. The reason to use the backstyle is to draw a regions like rectangle and circle over the thirdparty streaming control/object. Thanks, I think ControlStyles.SupportsTransparentBackColor should be ...Show All
Alexander_H Customizing TableLayoutPanelDesigner
Hello, I'm developing a custom control that is to be used in a custom forms designer that I created. The control should have exactly two cells behaving like cells in a TableLayoutPanel, so I thought I'd build my control as an extension to TableLayoutPanel. Now I need to customize its designer, since I do not need all the design-time options that TableLayoutPanelDesigner offers. Problem is: TableLayoutPanelDesigner is an internal class, and ...Show All
vvkmlhtr ToolStripRenderer
Hi, I am having this very weird problem.I have created a custom ToolStripButton and hosted it in the ToolStrip. After I change the apperance of the ToolStrip using Renderer,I can see the buttons,but i cannot view the separator.I dont know,but the separator do not show up.I can see all the other controls.But the separator never comes up. Thanks in advance Vishal Aggarwal public class baseRenderer : System.Windows.Form ...Show All
helis Should be simple: frm1 Save As... frm2, but leave frm1 "as is"
I tried to save Form1 as Form2, leaving Form1 "as is" (it's OK whether IDE leaves Form1 in Project or not). Seems VS.NET merely renames Form1 to be Form2--not what I'm trying to get. (I want to experiment with the UI on Form2, but&nbs ...Show All
Allan.ex Dot Matrix - Printing
Hi, I want to print a text file to the dot matrix printer which is installed in some other machin in my network. How to do it ...Show All
MatrixResolver When's Terrarium going to work?
By that i mean - being able to add your own creatures into the game. Or has Terrarium died out now I only discovered this last week and find it fascinating! Built my first test creature and disappointed that I cant see it being eaten by Naka + Mari. Does the server get reset every now and again I contacted Linksys and did the online help thing with someone who apparently didn't know much about routers. So it a ...Show All
chrisminett Datagrid INSERT problem & table with Autonumber
Hello, I have a datagrid that displays data from the Access table with primary key set as Autonumber. Update and delete functionalities work fine, but when i'm trying to add a new record and than save changes - it fails. Here is the code: ' *** ...Show All
ColinZ How to implement Datasource property on custom controls?
Im building a custom control called DataEntryControl and want to be able to setup a DataSource on property window, same way as DataGridView... Here are some parts of my code: Public Class DataEntryControl Private _DataSource As IListSource <Category("Data")> _ Public Property DataSource() As IListSource Get &nb ...Show All
Alaa Serry Printing Children
How can I set my menu to print a child if it is open If the child is not open, I don't want it to print. In fact, I want the print option disabled. That did the trick! In the Click event of  ...Show All
