| Thread | Last Post | Replies |
|
| Dataset acting strangely | 05 Feb 2005 02:37 GMT | 1 |
Here is the situation, I extended the textbox windows control so that it has an additional custom string property. I have a typed dataset and my extended textbox's new property is bound to one of the columns of one of the tables in this dataset.
|
| Displaying Images from MyPictures | 04 Feb 2005 15:55 GMT | 1 |
I have a form which I want to display all the images in the 'MyPictures' folder automatically when the form loads. I want the images to appear down the left hand side of my form as thumbnails and when the user selects the image I want a large version to appear on the right hand ...
|
| LinkLabel Size | 04 Feb 2005 15:53 GMT | 1 |
I'm trying to find a way to determine the size of the text in a LinkLabel. I want it to automatically resize itself. Other controls have a ContentsResized event, but the LinkLabel is sadly lacking. Any ideas? I was thinking that I could create a Graphics object from the
|
| UPPER case text box | 04 Feb 2005 10:43 GMT | 2 |
How do I make a text box display only upper case letters. I know I have to write this ////////////////////////////////////////// myBox.Text=myBox.Text.ToUpper()
|
| Suspending a thread for outstanding events | 04 Feb 2005 08:37 GMT | 2 |
I'm trying to unit test a winforms application using nunitforms. To do this I don't use Application.Run, instead I use form1.Show(). To process any events that may
|
| MDI form with Menu assigned through IDesignerHost wouldn't refresh | 04 Feb 2005 04:11 GMT | 4 |
I tried to assign a MainMenu to a MDIForm from the ControlDesigner class. It actually work when I click on the MDIIForm's border after I assigned it. If I don't do the "clicking on the MDIForm's border", the MainMenu will never appear whether or not I save the Solution/Projects. ...
|
| Resources and Folders in VS | 04 Feb 2005 00:30 GMT | 1 |
I try to organise my Projects with folders. For example I try to put all resource files in one folder. When I put a resource file (.resx) in a folder I always get errors when building.
|
| SizeChanged vs. Resize | 03 Feb 2005 23:39 GMT | 4 |
Can anybody give me a practical example which will highlight the difference between SizeChanged and Resize Events of a form. TIA, --Saurabh
|
| Haunted Visual Studio | 03 Feb 2005 23:34 GMT | 2 |
Can someone please explain the following behaviour, its driving me nuts! I have a a listbox and a tab control which has many text boxes on it. I have a dataset and few dataview. If I bind the textboxes and listbox to dataset, it displays just fine.
|
| Add UserContol to Toolbox without creating Windows Control Library | 03 Feb 2005 22:47 GMT | 2 |
I've got two C# UserControls in a standard Windows Application project, but I'd like to be able to add them to my Toolbox so I can start placing them on forms. Unfortunately, it's not really clear how to do this, since all the
|
| SortedList vs Own sorted array | 03 Feb 2005 22:31 GMT | 5 |
I have a list of mytype objects which need to be stored as a sorted collection. The mytype implements IComparable. For some reason someone else has implemented it as a normal collection. but whenever an element is added, it calculates the insertion point and then does Array.Copy ...
|
| Problem with focus on main form after splash screen | 03 Feb 2005 20:34 GMT | 4 |
I created a small application which shows splash screen for a moment, and then hides it and shows main form. The problem is with focus on main
|
| .NET form and Web Browser control | 03 Feb 2005 20:29 GMT | 2 |
I have a .NET VB form that contains a Web Browser control. In the document in the Web Browser I have JavaScript that responds to certain click events within nodes (not buttons or other controls). How do I get information about the click event back to the parent VB form? I want ...
|
| Is Winforms compatible with terminal server? | 03 Feb 2005 18:59 GMT | 2 |
We are planning to provide terminal server access to one of our windows applications written in VB.NET. Do you think it will work fine? The network admin wants me to find out if the app is compatible with terminal server (users will be on virtual desktop)
|
| System.ComponentModel and using System.Reflection | 03 Feb 2005 15:49 GMT | 2 |
Any good books or web site that really dig into these topics? I did a search at Amazon and did not find anything. I am specifically look at ways to really leverage the property grid, and so far I have found some helpful samples on the web,
|