| Thread | Last Post | Replies |
|
| private array member still public...? | 31 Dec 2007 05:20 GMT | 3 |
I have a class with a 3 point array which I want to protect through encapsulation. Unfortunately, the following does not do what I want: private PointF[] vtx = new PointF[3]; public PointF[] Vtx
|
| connecting to a cifs or windows share on a nas device using a specific username and password | 31 Dec 2007 02:17 GMT | 1 |
In ASP.Net, how can we connect to a nas that uses cifs for its file sharing protocol. Currently we should be able to provide the ip address or hostname of the nas, the sharename along with any directories to go directly into that sharename, and the username and password. This
|
| Help! All my text has turned into lines of boxes! | 29 Dec 2007 23:04 GMT | 1 |
Can someone help me? I am writing a book and saved it last night on my pen drive and when I opened it this morning all the text had turned into lines of boxes. I can't figure out how to change it back. I tried all this but it did NOT work:
|
| cannot get into hotmail | 29 Dec 2007 15:43 GMT | 1 |
When I try to open my email after clicking on hotmail, I get a blank screen and it says "done" at the bottom. This is the second day this has happened. I recently did a spyware and virus scan and things look ok there. This is the first time I have not been able to open my ...
|
| problem with label printing | 28 Dec 2007 20:47 GMT | 1 |
have customised lable. when printing label one line of text is only printing half of the text,can anybody offer advice please
 Signature i really don`t know what i`m doing
|
| Framework version | 28 Dec 2007 19:56 GMT | 3 |
How can I programmatically get the current framework version? -Lou
|
| Link ENUM to a ComboBox | 28 Dec 2007 15:32 GMT | 2 |
How do you link an numeration to a combobox? I have an enumeration which I want to appear as the data source in the combo-box. Do I have to skip the enumeration and create a bindable list object instead?
|
| How can i make Refresh(rerender) on control in wpf? | 28 Dec 2007 15:28 GMT | 2 |
I have custom control, with my own render function, but i don't know how to make my control to Refresh itself?
|
| C++ vs CSharp vs VB benchmarks | 28 Dec 2007 13:44 GMT | 6 |
I created two benchmark applications. One does a discrete Fourier transform on a data series and the other is an implementation of quicksort. Before entering the main section where all the work is getting done, I save the start time using their respective tick count
|
| Dot net 1.1 in Dot net 2.0 | 28 Dec 2007 13:04 GMT | 2 |
I have a code that is compiled and runs in VS 2003, which i believe runs 1.1 frameworks, I want to know if we can do any of the following 1. I want to compile the code in 1.1 framework but run on 2.0
|
| ConfigurationSettings.AppSettings always returns null | 28 Dec 2007 05:22 GMT | 1 |
I'm not using One Touch or OpenNetCF, so none of the workarounds offered by those search results work. What I do have is a .NET 1.1 EXE which runs as a service on a machine without IIS, and it used to work fine until I had to install .NET 2.0 because
|
| using System.Net and System.XML Question | 28 Dec 2007 01:57 GMT | 6 |
My XML knowledge is extreemly limited but learning not quite fast enough! I am getting some XML back from the USPS web service as a string <?xml version="1.0"?> <ZipCodeLookupResponse><Address ID="0"><Address2>6406 IVY
|
| MVC Framework - Routing | 27 Dec 2007 23:59 GMT | 3 |
All I've just stated playing with the MVC framework included in the ASP .NET Extensions release, but I'm hving trouble with the default settings. I have created a default ASP .NET MVC Web Application, which includes a
|
| Sending mail using Timer control in Global.asax | 27 Dec 2007 23:21 GMT | 1 |
System.timers.timer control is triggering every minute and it is updating the application variable. But i am not able to send a mail when it triggers. please see the code below (Global.asax):
|
| .NET Framework versions | 27 Dec 2007 19:45 GMT | 2 |
My control panel says I not only have .NET 3.0 but also STILL have 2.0, 1.1 and security fix for 1.1. I want to remove all but, of course, the 3.0 as the rest (especially 2.0) takes up a lot of space. BUT is this safe? or am I missing something?
|