Answer Questions
noobProgrammer How do I set the insertion point in a ListView?
Can anyone help me figure out why I cant set the insertion point in my ListView please The function always returns FALSE. Sorry if my approach looks funky (using a class to encapsulate this message), but its the only way I know how. Your&nb ...Show All
michael scott Help using a DLL Assembly with Windows Form
Hi: I need help using a DLL assembly that I created in a Windows Form application. I am using VS 2003.Net Managed C++ and have them both in as a project. The DLL has class objects that are to draw themselves on the windows form. But I cannot seem to access these classes. I get a compiler error when I build the application. The DLL compiles okay. I also tried the Scribble sample by taking the Stroke Class out and puting it in a DLL file. The ...Show All
youngDev Tree View Label Edit
How can i use the paint event for the treeview. I want to edit a lable in tree view but after editing it and refreshing it it is showing the new values at two different node. private void ImageTreeView_AfterLabelEdit( object sender, System.Windows.Forms.NodeLabelEditEventArgs e) { if (e.Label != null ) { if (e.Label.Length > 0) { ...Show All
shauntj TreeVew, Expand treenodes (C#)
I have attempted to expand my TreeNodes once they are added to the TreeView, but it doesn't work. I'm using: TreeNode ParentNode1; TreeNode ParentNode2; ParentNode1 = treeView1.Nodes.Add("tv1"); ParentNode1.Nodes.Add("tv1FirstChild"); ParentNode1.Nodes.Add("tv1SecondChild"); ParentNode1.Expand(); ParentNode2  ...Show All
macca_24 User Control Events?
I have created a simple User Control. It contains a couple of picture boxes and other standard controls. My control inherits a bunch of Events from User Control. However, I have noticed that the inherited Events do not work as expected. ...Show All
Maclau WaitCursor and form disable
Hi I got an application with a lenghtly task in managed C++. I wish to disable the form to prevent user from doing anything and have a waitcursor (hourglass) when the task is running. this->Cursor = Cursors::WaitCursor; this->Enabled = false; the task this->En ...Show All
derf1934 "Help" button/utility
Hi, I want to make a "Help" button in my application that opens up help documentation in the msdn format. I want it to have a side panel, with index, search, documentation etc. and the main panel with the actual documents. Is there so ...Show All
ChromeDomeSA Choosing a Grid Control: Janus or DevExpress
Does anybody have any experience or feedback on third party grid controls for Windows Forms applications. We have looked at the field and are down to two players: 1. Janus GridEx 2. DevExpress We will not be binding to a database but rather a custom  ...Show All
EA512 How to locate a certain pattern in image?
Hello. I have a bitmap image that has in it a certain graphical pattern (say 'P'). I know the exact BMP structor of the 'P' but I don't know where is it in the image. I need code to locate the x,y position of the pattern. Help! ...Show All
ts11 Comboboxes not behaving correctly
Hi There, I have an embedded Windows Forms Control on my IE page. When I click on a combobox after a postback or if I click outside of the Forms Control the combobox behaves incorrectly. It drops down but then immediately closes the  ...Show All
bork How can I make my forms move faster ?
Dear .NET I have a C# solution on .NET v2 that has a GUI project in it, The Forms are defined as "global" static objects on the Main() so that I will B able 2 use them from anywhere through MainApp.MyForm.Is_Flag_On; I start the application from the Main() like this: Form_Main = new GUI. Main_Form (); Application .Run(Form_Main); The problem is that the Forms became TOO SLOW !!! 1. You can see it when you Sh ...Show All
ComSpex Designing a WinForms application.
Such an embarrasing question, but i've been working in ASP.NET for so long that i've lost grasp with Forms design architecture. I'm designing an application using WinForms 2.0. The screen for the application will keep the same structure throught the App. For example, a user will create a new customer. Then he might want to create a new employee, so will click the "employee" button. This won't fire up a new employee form, but will display the emp ...Show All
Notdino Get And Set Public Property's
Hello, I got a question that I think is fairly dumb but I just cant figure it out. I have a class called users and in that class I have inserted some public properties that I would like all of my forms to be able to access,& ...Show All
Albert Eltawil Forms -> Html, CSS, others?
Hi, I was wondering what other options there are to "style" windows forms in a way you "style" websites. I'm working on a GUI similar to Infragistics Tracker. Here's what I exactly want and why: The company has printable forms that they hand&nb ...Show All
Tyler Clendenin Keyword is "mari"
Congrats David !! I can do nothing !!! Thanks. I just wish I had made Angela, Tabitha, and Emily aggressive towards small (newborn) carnivores so that I could wipe out Mame entirely. ;o) I'm . . . overwhelmed&nbs ...Show All
