| Thread | Last Post | Replies |
|
| (More info) EnableVisualStyles breaks my program! | 23 Jun 2006 15:52 GMT | 3 |
Further to previous post... I have a big, complex program which works fine as long as I don't call EnableVisualStyles. If I do this:
|
| FileIOPermission question | 23 Jun 2006 15:48 GMT | 6 |
Hi NG ! I have the following piece of code below. the first try/catch part would return true although I do not have permission to access this computer. The second try/catch part would return false.
|
| UserControl Question | 23 Jun 2006 15:46 GMT | 2 |
Hello All, I just created my first user control in VS 2005, it consists of a TabControl with two pages, and several textboxes and labels on each page, I built it, and added it to my toolbox, however !, having placed the control on a form, I can't access any of the controls within ...
|
| What is ReadTimeout good for in serial ports? | 23 Jun 2006 15:24 GMT | 1 |
I can't get the sense of the ReadTimeout property in the serial port - what is the function of it? the serialport.Read returns immediately no matter how many bytes you ask it to read and no matter what ReadTimeout is set to???? Thanks
|
| IClonable deep vs shallow, best practise | 23 Jun 2006 15:21 GMT | 2 |
I have come across the need to distinguish between the creation of a deep and a shallow copy and with great interest I have read this article: http://blogs.msdn.com/brada/archive/2004/05/03/125427.aspx
|
| Application templates. | 23 Jun 2006 15:18 GMT | 2 |
A friend of mine is trying to create a Windows Service in VS 2K5 and he doesn't have the windows service under the choices. Yet I do. He has had VS for a long time. I installed it this week. We both have Pro. Anybody know why this would happen? Is there someplace you can download ...
|
| Parameters byref | 23 Jun 2006 15:16 GMT | 3 |
I hace a function that needs to return two integers. I know that objects can be passed by reference and updated in a function. Can I do the same thing with primitive value type parameters?
|
| HttpRequest (well known by now..) error | 23 Jun 2006 14:49 GMT | 4 |
does anybody have found a working solution for this HttpRequest error : "ServerProtocolViolation/The server committed a protocol violation. Section=ResponseStatusLine" i tried the solution regarding the app.config file, by puting there the
|
| Timer ticks? | 23 Jun 2006 14:38 GMT | 1 |
Is there a way to get ticks from a the system without using the DateTime.Ticks (there isn't a watch in the hardware so it doesn't work)? The Thread.Sleep(x) works well so where does it get its information from? Thanks
|
| How to compare two byte arrays? | 23 Jun 2006 13:09 GMT | 2 |
How do I compare two byte arrays in a if statement? Thanks Ole
|
| usable of typeof | 23 Jun 2006 11:42 GMT | 9 |
I have made this code in a class private static Type[] Etats = new Type[] { typeof(Transition1),
|
| csharpbuilder shortcuts | 23 Jun 2006 10:57 GMT | 1 |
does anybody has a list or link for the shortcuts that are being used in csharpbuilder 2003? thank u very much best regards,
|
| datagrid cell width problem | 23 Jun 2006 09:15 GMT | 3 |
In my C# Windows form project. I am wondering can we manually define the width of a cell in a DataGrid? Thanks for help. Jason
|
| OpenFileDialog for Web | 23 Jun 2006 09:14 GMT | 1 |
Is it possible to add an OpenFileDialog control for the Web? I'm really looking for something where the user can choose the directory in their local machine. My first thought was to use the OpenFileDialog for this. I have VS.Net 2003 v1.1.
|
| PrintDocument and Resolution | 23 Jun 2006 07:09 GMT | 2 |
I'm trying real hard to set the printer resolution for a PrintDocument. It appears that the printer is already set to 300 x 300 dpi, which is JUST what I want. But the Margins and PrintableArea properties of the PageSettings in the
|