| Thread | Last Post | Replies |
|
| process.start gives stackoverflowexception. | 05 Nov 2007 04:55 GMT | 4 |
Hiall i have derived class from process class and implemented one method in that i am starting process using this.start. Its giving me stackoverflowexception. Can anyone tell me why?
|
| Generics Dictionary - modify ContainsKey and Key Lookup | 05 Nov 2007 03:01 GMT | 2 |
I have a class that inherits from Generics Dictionary The string that is used for the key is passed thru-out my pgm and sometimes it has modifiers added to the key string that are used in the system. The problem is now I have to strip the modifer to lookup in the Dictionary
|
| Unexpected result using DateTime.ParseExact | 04 Nov 2007 22:33 GMT | 2 |
I've the following line of code: result = DateTime.ParseExact("1999-12-01T23:59:59Z", "yyyy-MM-ddTHH:mm:ssZ", CultureInfo.InvariantCulture); where I get in result "result" "02.12.1999 00:59:59" instead of teh
|
| Databinding property of object in other thread | 04 Nov 2007 22:07 GMT | 7 |
I have an object which runs in a sperate thread, from the main thread, and while running it updates a public property. In my main form I defined databinding on the property and I would like to see this databinding update my form property to reflect the value of the
|
| DateTimePicker question | 04 Nov 2007 22:00 GMT | 1 |
I have a DateTimePicker on mu form with only the time in it. Now I must get the time from the TimePicker and compare it with the current time. How to do this? Rinaldo
|
| Start a job | 04 Nov 2007 21:34 GMT | 6 |
In my program, if the user click on the backupbutton a second dialog appears. How to start the job automatticly. I think in form_Activated like this: Code Blockpublic
|
| Help to develop wrapper for cmd.exe and to redirect all input and output in TextBox. | 04 Nov 2007 20:11 GMT | 1 |
Help to develop wrapper for cmd.exe and to redirect all input and output in TextBox.
 Signature http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| Possible Bug in the .NET Framework, Please Advise | 04 Nov 2007 19:18 GMT | 9 |
I'm at my wit's end on this one, and would appreciate any help or insight that could be given. Environment: Windows Vista x64 ONLY Code:
|
| The project type is not supported by this installation | 04 Nov 2007 19:07 GMT | 2 |
I am trying to open a solutions containing around 8 projects. But for one project when i am trying to load it is giving the error that The project type is not supported by this installation.. But the same code is working fine in my lead machine.
|
| Not a valid MSI? | 04 Nov 2007 18:41 GMT | 1 |
I sent someone an MSI for testing but when they run it (Windows XP) it says it is not a valid installer and that he should contact his vendor. I can't find a solution to this on Google. Does anyone know what is causing this and what I should do?
|
| How to create the coloured mouse cursor dynamically? | 04 Nov 2007 18:27 GMT | 2 |
How to create the coloured mouse cursor dynamically?
 Signature http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| images not clear | 04 Nov 2007 18:18 GMT | 2 |
hey all, i took Microsoft's sample pictures and resized them with the Ofiice Picture Manager and put it on my web page and the pictures look great. however, when i take a digital photo of my own and resize it with Picture
|
| using web service with winform | 04 Nov 2007 17:54 GMT | 2 |
I'm learning about web services and i made my own... now i want to use this service with winforms... i have added webreference for my service in solution explorer but i want dynamically add url for my serivce in code, for example if I change address of serivce
|
| Dynamically add to listbox | 04 Nov 2007 17:43 GMT | 1 |
I am trying to add a generic list of items to a listbox using AddRange. The code is below, I am getting a error. The documentation say you can add a object[] to AddRange. Any ideas?
|
| How do you stop a ListView having no selected Items? | 04 Nov 2007 17:30 GMT | 1 |
I've added a listview to my WinForms C# 2.0 application. The listview is displayed in Details view and has the FullRowSelect property set to true. I'm using the listview control like a multi column list box (with column headers), and I've set the MultiSelect property to false. It ...
|