| Thread | Last Post | Replies |
|
| Where can I find pennis enlargment pills and download VS Studio 20 | 31 May 2006 23:30 GMT | 1 |
Where can I download VS Studio 2005 ? Pls contact me via emails : omvinh@tma.com.vn lttuan@tma.com.vn
|
| Running a VS2003 App with .Net Framework 2.0 | 31 May 2006 15:42 GMT | 1 |
I've built a C# WinForms app using VS2003. I've just released it for Alpha testing and am receiving reports back that it's not running on computers that have the .Net Framework 2.0 but not 1.1. So I did some research and read that I can resolve this by simply creating a
|
| ToolStripMenuItem and tool tips | 31 May 2006 15:41 GMT | 1 |
Is it normal that tool tips appear on menu items of a menu strip although the ShowItemToolTips property of the menu strip is set to false? I know that setting the ToolTipText property of a menu item to an empty string prevents tool tips from being shown but I need this
|
| call a mnuFileNew_Click method from a Main MDI class from another class (can be a MdiChild class.. )? | 31 May 2006 06:28 GMT | 1 |
|
| Filtering focus messages/events | 31 May 2006 02:39 GMT | 3 |
I'm developing a Windows Forms application with .NET 2.0 and I need to centrally get all focus messages / events. For example, when a user tabs from one TextBox to another in the application, I want to know that TextoBox1 lost focus and TextBox2 got focus. I tried to add a
|
| about MDIChild | 31 May 2006 02:03 GMT | 2 |
Hi ,All when I new a MDIChild, and Show It, It's Position move to right and down a little, I want the the MDIChild hold It's old position , How can I do ?
|
| 2.0 Web Browser Control | 31 May 2006 00:21 GMT | 3 |
Does anyone know of a way to prevent images/cookies etc from being pulled via the new web browser control. Essentially what I am looking for is html rendering like what is done via outlook (it blocks images, etc) until you tell it that its ok to download them. Does anyone know ...
|
| OpenFileDialog throws "Illegal characters in path" | 30 May 2006 17:11 GMT | 4 |
I have a OpenFileDialog on my windows form whose filter is *.*. I want the users to be able to further filter the files by giving *.doc or *.zip etc in the "file name" field of the dialog (Just like it happens in the open file dialog of MS Word)
|
| Making multiple forms same size and position | 30 May 2006 11:41 GMT | 4 |
I have a Windows Forms application written in .NET 2.0 made up of multiple forms. These forms use visual inheritance to share a common layout while presenting some specific content. The application switches among the different forms by showing/hiding them
|
| Combobox change selected value automatically? | 30 May 2006 02:22 GMT | 2 |
I have four combobox in my windows code that has the same data source. I noticed that whenever i select a value in one of the combobox the others will change it selected value to the same as the one i select. Is there anything i miss out here?
|
| Converting XML datasource to PDF | 29 May 2006 14:10 GMT | 1 |
I have data in XML file, thats generated at runtime. Now i want to load this all data into a PDF file and save that file... can someone suggest me dome way of doing the same. Thanx
|
| Problem with form activation | 29 May 2006 08:51 GMT | 4 |
A problem occurs when I show a form (using method Show or Visible set to true). The form, when displayed is also activated and I do not want to. The property Form.ShowWithoutActivation returns false.
|
| ShowDialog Being Skipped | 29 May 2006 03:43 GMT | 13 |
I have a method that gets a screen of user input. The method has this in it: public static bool getscrn(ScreenData SD) { GetForm form1 = new GetForm(SD);
|
| Context menu strip | 28 May 2006 21:14 GMT | 2 |
hi ng, I actually want to program an application whose main window contains a menu strip and a tree view control. In the main menu there are items I want to use for a context menu strip in the tree view but if I add a
|
| JIT Debugger and WinForms | 26 May 2006 23:53 GMT | 1 |
I'm working on a windows forms application that has a wrapper around the main execution code (in Main) to report any unhandled exception through a custom dialog. This works fine on my machine but when I give it to a client the dialog doesn't appear but rather they are presented ...
|