Answer Questions
Seth Cohen MMC 3.0 Snapin
Hi all, We are working on an extension snap in. Under Computer management - Local Users and Groups we want an additional property page when properties are selected. This property page will show some kind of data from a SQL Server 2005 database. It should also contain a button that launch into our own application operator maintenance. Can some One guide me as to how can I go about achieving this since this subject is p ...Show All
Antonionini Viewing a Form in the Designer
Hi - I want to make a copy of a form in a project. To do this I copied the files and then added them into the project. I want to be able to view this copied form in the Designer but I can't figure out how. Is it possible to tell studio to display a Form derived class in the Designer if the file has been added to the project as just a file and not Adding a new class. Thanks - Samy Did you copy it to your proj ...Show All
Danielle01 What's the best desktop db for a windows forms app?
Does anyone have a recommendation for a database for a windows forms (c#-ado.net) application. I'd prefer not to use MSDE, MySql, Postgres since the app will only have one user - kind of like Quicken or Money. Also, my channel will be&nb ...Show All
cessna172k Global Variables in VB.NET
Hello, Is there any way in VB.NET to declare a global variable in one form and be able to access it through other forms Thank you. Can you please give me an example Thank you. Here is an example of a module: Modu ...Show All
mabster calling function in form
i have a function in form1, and i want to call it from form2. does someone knows how can i do it Hello, Your question is a well asked question, and you might find it helpful to visit http://windowsforms.com/Forums/ShowPost.aspx tabIndex=1& ...Show All
KjellSJ .Net 2.0 and Windows Form Non Client Paint override
Hi all, I'm investigating some of the Windows Forms Non Client painting overrides capabilities and it seems that regarding this the .Net 2.0 comes with some basic useful tools and managed classes. I'm playing with some code I found around using some dllimports and catching WM_NCPAINT messages in a WndProc's NativeWindow method that I use to subclass a base form. Still, I can't seem to make what I want: I'd like to create a skin making benefits o ...Show All
zack DataGridView CurrentCell Border
I'm using a DataGridView and want to control the display of row borders based on special criteria. My stuff is providing satifactory results, however, it seems that the CurrentCell always has a dotted border, regardless of my actions. This border distracts from my changes. Can someone tell me how to suppress the dotted border for the grid's CurrentCell Thanks. The only way to supress the dotted focus rectangle is to handle the RowP ...Show All
roberwong68 Hide the properties of a parent class ?
Hi, I've got a class which inherit from TreeNode. In this derived class, I provide a few properties to show in a propertygrid. But it also displays the properties of TreeNode. And I'd like to avoid that. Is it possible And if so, how (any link to tutorial, documentation or help is welcomed ^^) Ok, I made a mistake : I used PostFilterAttributes instead of PostFilterProperties But unfortunately, it still doe ...Show All
bigboyc Raising Events / Copy - Paste
I have a main menu in my form class with Edit->Copy and Edit->Paste. I assigned the normal shortcut keys of Ctrl+C and Ctrl+V to these menu items. However, the Form that gets notified when these events fire can't really handle the events. I&nb ...Show All
TIC Creating custom border
Hi all, I am using System.Windows.Forms namespace for creating some graphical application on C#. I need to create a custom border for Panel control. Thank you, Duvel I think this is the right solution for my problem, but currently  ...Show All
BringerOD how to do a code editor, use richtextbox?
I want to know how to do a code editor in winforms, it look like as ASP.NET Web Matrix code mode window. but i don't knon use richtextbox to do or custom control. because need use keyword highlight, so i bethink of richtextbox. who can&nbs ...Show All
Mehmet Atlihan The v2 DatePicker doesn't support null databinding (bug?)
The following code (which is a simple test windows form - visual studio team 2005 system beta 3 refresh) demonstrates what I believe is a bug in the DatePicker control. When a datepicker is bound to a binding source set to an object, properties of type DateTime that are null are not updated when the user (at runtime) changes the date. This is a real pain; and, frankly, makes the date picker useless to bind to database-derived datatables w ...Show All
kish75 Adding the DataAccess WebReference
Hope someone can help me configure TaskVisionWS locally so I can access the web service using Pocket TaskVision. I have TaskVisionWS setup here on a Windows 2000 Server. The web services (DataAccess and Login) all compile without any errors. From ...Show All
CraigZ using datagird, datasets etc..
hello people im using vb2005 and heres my problem i have 3 tables, companys, employes, and company-employes o want to show the company-employes on a grid, usind a adapter and this table contains, date, idcompany and idemploye, so i need to go to the other tables using inner join not to show only the ids but the names from those ids i want to put this on a grid where im going to have on the grid the followind fields. date, idem ...Show All
Mick Lang Graphs in .NET
My client is a mortgage broker who refinances loans for their client. I am developing an application which project terms, interest paid etc on clients existing loans and how a new plan can improve their financial standings. I showing existing loans ...Show All
