Answer Questions
Paul Nystrom Custom Skins
I’m trying to figure out how to create my own skins. I know this is a time consuming process so I decided to start simple with a plant. So far I’ve managed to create a plant, the icons, and the resource file, but I can’t figure& ...Show All
kclarico Date Time Picker
Hi, Anyone know how to format the Date Time Picker in C# to shows MONTHS only Hi, If you want to display records according to ID, then you would have to modify your SELECT statement in SqlCommand(). Just add the additional filter (hope your familiar with SQL lang)... Well to subtract just the Hours of a time, you may use this approach: DateTime d = DateTime.Parse("12:30 am"); &n ...Show All
stephen terapak excel type data grid
I've been tasked with writing a basic time tracker program for our department. I've created 2 tables in my database. One is employeeprojects and the other is timeentries. So, an employee sets up whatever projects they work on and then s ...Show All
CiTiZEN Hi ppl, I need some help on threading.
oki.. this is wat iv got As i know it. No object is allowed to be manipulated outside the thread it was created unless its marshaled through a delegate. Now the problem i have is.. If i create a variable or an instance of a class  ...Show All
TonyL82 Adding menu to treeview nodes
My situation: I have a treeview which displays different levels of nodes and I would like to allow the user to right-click the node and then he will see menu options for that particular node (IE: rename node, delete node, etc..). I have added the MouseDown event but I have to figure out how to create a menu (with menu items) and add this menu and display it with the node that was clicked. I have never added a menu to a node and would great ...Show All
spregula Problems
Hi. i have a bug thats now sami-alright, so i tryed to add it to the eco system, and it added fine, no errors or nuthing. arfter about 10 minits no bugs had been teleported to me, and all my bugs that got teleported came back,&nb ...Show All
Daniel Herling Changing an inherited dataset on a user control
Hello, I am probably misunderstanding inheritence, but then that is why I am here! :) I have created a base class user control that has a dataset and a number of methods for typical data usage & navigation. When I inherit from this control ...Show All
BindingDesparation Speed of inserting rows to DataGridView
Hello I insert 50 000 or more rows in loop to DataGridView use mDataGridView.Rows.Add( New Object () {uData, uDouble, uFloat}) It works fine, but too slow (~ 200rows/sec) Any tips to improve it Albert Ok, this is something for start. Why you insert directly into DataGridView Typically insertions go to the DataTable or some List<> with custom classes. Do your task allow to create ...Show All
MaggieC How to make an mathematical look expression in textbox or lable of Win Form
Hello, I wish to put an mathematical looking expression in Win Form for Lable or other textbox, such as Greek letter, superscript, subscript etc. Could someone please help how to compose that looking. Thank you, James Hi, Have you tried setting the Font property of the Label to "Symbol" That might work for the Greek characters but I am not sure what you can use for superscript and subscript ...Show All
ambran Problem with Minimizing both Forms
I have asked this question before but I may have described the issue a little poorly. Basically I have 2 Forms. Form1 & Form2. I start the application with Form1. On Form1, I have a button and it's click event has the following code to launch Form2. Form2 frm2 = new Form2(); frm2.ShowDialog(); When I minimize Form2, Form1 is still in the background. Now, the first question is, how do you minimize Form1 as well, when Form2 is minimized The s ...Show All
kline How to display Child Form besides a tree-view column.
Hello: I have a question of present tree-view control and a tree-node correspondent Child Form side by side in an MDI Form. I tried to use Split-Container with tree-view on the left side and wish the Child Form Window correspondent to the selected tree-node on the right panel. However, the Child Form can not be shown in the Split-Container panel. Would there be a way to design this User Interface Thank you very mu ...Show All
BoulderGent Generate Code for an Event Handler
Hi, i use the IEventBindingService in a control designer to create an event handler. private void BT_Search_Click( object sender, System.EventArgs e) { } But now, i want to generate code automatically for it. I know that i must use CodeDom but not where. W hat would be the best way to solve that Best Regards ...Show All
SammyD How to give the focus to a toolstrip textbox
Is it by any means possible to give a toolstrip textbox the focus ToolStripTextBox.Focus() ...Show All
preps Different minimize, maximixe/restore down, and close buttons
I've seen in some applications that they do not use the default windows buttons eg. Msn explorer. I would like to know how to do this, thank you. this.Text = ""; Here is some code I use to make a completely blank ...Show All
Gumblad A modified TaskVision, secure and fast
As a demo of <a href="http://www.windowsforms.net/Forums/ShowPost.aspx tabIndex=1&tabId=41&PostID=19138">XRMS Remote Object Invoking Framework</a>, which is designed to build high performance, secure communication layers, without hand-coding, for distributed applications to run over ...Show All
