| Thread | Last Post | Replies |
|
| passing values between forms | 13 Mar 2007 15:44 GMT | 1 |
Hai dear all,. How can i capture child form close event in parent form in c# 2005, I'll make it some more clear , I have one master form with 40 text boxes, and one 'search' button , in the search button im calling child
|
| Image transfer to another machine | 13 Mar 2007 14:06 GMT | 2 |
-- I am programatically capturing image and then transfering it to another machine. but the size of image depends on the screen resolution. I want to keep the size of image very small and still it should also maintaine it's clairity so
|
| Passing values from child to parent form | 13 Mar 2007 06:27 GMT | 3 |
I have struck up with some probs, I m using c#.net (VS2005) I have a form for employee details which is having 65 fields, from there i'm calling a child window with a data grid which will display only emp_name , id designation , my requirement is I need to fill
|
| Opinion wanted | 13 Mar 2007 04:06 GMT | 19 |
Is there a general approach for preventing users from selecting a menu item in an SDI or MDI application whenever the current field on your form is invalid (assuuming the app consists of a data entry form). In my case, I'm working with a "DataGridView" which occupies the entire ...
|
| Is MDI a sensible choice for this app? If not, what is? | 13 Mar 2007 01:36 GMT | 2 |
I am trying to develop an application which is replacing an obselete application running in DOS on old hardware. We are replacing it with a system running Windows XP, and my new software which will be written in Visual C++ .Net.
|
| How to ensure timer ticks | 13 Mar 2007 01:35 GMT | 1 |
I have a custom progress bar control that is supposed to draw itself via OnPaint whenever an internal timer ticks. Its for situations in which the amount of time remaining cant be determined so it "progresses" in a loop. When theres other more pressing work the internal timer that ...
|
| How to set webservices ttlInSeconds through vb.net code | 13 Mar 2007 01:33 GMT | 1 |
I need to reset ttlInseconds in my project. I don't have big ideas how to do it. Only thing I changed it is in app.config, but it doesn't seems to working. App.Config
|
| PrintPreview | 13 Mar 2007 01:32 GMT | 1 |
I 'm writing an application with a time consuming rendering alghoritm,so generating in one shot all printpreview pages is very frustrating. There is a way to draw the page only on demand, when it became the current page in PrintPreviewControl?
|
| SplitterPanel Height - Docs completely wrong!! | 13 Mar 2007 01:31 GMT | 1 |
If the splitter panelheight cannot be set then why at this Url http://msdn2.microsoft.com/en-us/library/system.windows.forms.splitterpanel.heig ht(VS.80).aspx does Microsoft provide example code on how to set the splitter panel height.... and why is the property caption written up ...
|
| Vista 'Run as admin' changes behavior forever. Why? | 13 Mar 2007 01:06 GMT | 3 |
I have a .NET 1.1 Windows Forms app that is called through the following chain: - Start the program, which is a VB6 app - VB6 app calls CreateObject on .NET dll - VB6 calls .ShowDialog on the instantied object
|
| tabbing not cyclic - focus disappearing completely ! | 13 Mar 2007 01:06 GMT | 2 |
I have quite a complex form - build part in the designer, and part dynamically. The tabbing basically works - but when I tab off the last control in my work area panel the focus disappears. no matter how many times I
|
| ToolStripMenuItem bug ? | 12 Mar 2007 16:09 GMT | 1 |
I have a ToolStripMenuItem ('A') with a sub menu ('B') (also a ToolStripMenuItem), their parent is a ToolStripDropDownButton. Both ToolStripMenuItem use the check mark (property Checked). After the sub menu 'B' check mark is clicked, the menu disappear.
|
| Focus Loss | 12 Mar 2007 15:56 GMT | 5 |
I am using VS 2005 to develope a WindowsForms application. In the application I have a TextBox control which I am trying to use as data input to an incremental search and positioning of the current row in a DataGridView, which is sourced through a DataSource to a DataSet ...
|
| How do you bypass cells in a "DataGridView" | 12 Mar 2007 14:35 GMT | 4 |
Does anyone know if it's possible to prevent a user from entering a particular "DataGridView" cell. I simply want to redirect them into the next available cell but nothing I try works. Setting the "CurrentCell" property for instance causes no end of problems. If I call it in a ...
|
| VS2005 Icons for use on menu and buttons... | 11 Mar 2007 23:41 GMT | 2 |
Where do you find all those cool icons used in Visual Studio? I want to use them for my menus and buttons. Thanks, Charlie
|