| Thread | Last Post | Replies |
|
| Parsing XML file | 20 Jan 2008 22:28 GMT | 3 |
I've got a Winforms app and I'm trying to parse an ASP.Net web.config file (xml) I need to search each of the connectionstrings in the connectionstrings section, to see if the name is there already
|
| copy paste reboots | 20 Jan 2008 17:53 GMT | 1 |
Recently when I try to copy and paste or drag something on the desktop my computer reboots and comes up with a message that says it has recovered from a serious error. However if I am working in Word or Excel this feature works properly. The machine is XP Home Edition and I ...
|
| Multiple Combo Boxes - Same Binding Source | 20 Jan 2008 17:52 GMT | 2 |
I have a rather form where the user enters address information. It is entered in more than one place because it represents different addresses for the same customer - like shipping and billing. Both of these addresses contain a combo box so that the
|
| Handling image list | 20 Jan 2008 16:56 GMT | 4 |
how are you handling images in your applications?? Sometimes components wants images from Resources, sometimes imagelist... Also for image list you must specify image size, but I would like to use sometimes 16x16, sometimes 32x32 and use one source for all
|
| User.config file creation | 20 Jan 2008 16:13 GMT | 1 |
I am playing with application and user settings for windows forms applications. I found this very helpful topic <http:// groups.google.com/group/microsoft.public.dotnet.framework.windowsforms/ browse_thread/thread/e9a8ba3295ca909b/e903f50e3bd04d68?
|
| Problems with MDI and docking... | 20 Jan 2008 14:48 GMT | 1 |
I am writing application that should contain of multiple forms that should cooperate with each other. Design should be similar to Outlook style - one main navigation bar at left and rest. However I got problem - whenever any MDI child is maximized, it will
|
| Drag Drop within TreeView Question... | 19 Jan 2008 06:52 GMT | 4 |
I've found lots of examples of Drag and Drop between two TreeView controls and I currently have Drag and Drop working between a TreeView and a DataGridView control. What I need to do now though is to do Drag and Drop between two TreeNodes
|
| unknown error [VS2005 C#, SQL 2005] | 18 Jan 2008 22:31 GMT | 1 |
I wrote a simple application in C# (VS 2005) that operates on SQL data. The problem is that I am getting sometimes errors like that: http://komputery.katalogi.pl/dziwny_b%C5%82%C4%85d_%5BC%23%2C_VS_2005%2C_ADO%5D- t123218.html whatr does it mean? How to avoid that?
|
| drawing issue with modeless window | 18 Jan 2008 21:15 GMT | 5 |
I have a popup window created from a form that contains a progress bar and a label field. The problem is while the progress bar updates fine, the label field does not show up at all on the form. I have tried a couple of different things, but nothing seems to make the
|
| TaskBar height and location? | 18 Jan 2008 18:59 GMT | 2 |
I have developed a custom dialog that is popped up when the user hovers over a notify icon in the system tray. Is there a way to obtain the following: Taskbar Height Taskbar Location
|
| Tabcontrol | 18 Jan 2008 18:45 GMT | 1 |
I have a tabcontrol with optional tabpages. Depending on the data, I would like to hide or add tabpages. How can I do that?
|
| Serialization of Controls | 18 Jan 2008 12:06 GMT | 2 |
How can I save (and after loading) to binary files all properties configured in a Tab Control (including collections such as TabPages, ImageLists) and other .NET Controls (System.Windows.Forms.Control) ? Best Regards,
|
| ClickOnce deployment with Password | 18 Jan 2008 05:37 GMT | 3 |
I want to publish my application in such a way that at the time of Install it should ask for password.Means If put publish URL then will ask for password if i click on Install button .So without password no one can download my application.I do not know it is
|
| Localization tutorial? | 17 Jan 2008 13:58 GMT | 9 |
Hi; Is there a good url somewhere that walks through how to localize the resources in a C# forms app?
|
| Resources in C# | 17 Jan 2008 12:31 GMT | 4 |
Can someone help me using resources in C#/.NET 2005? I've found numerous examples on the internet. They all seem to refer to resources files ending in ".resource". why? When I add a new resource file, the filetypes are ".resx". Or some others want me to use resgen..
|