| Thread | Last Post | Replies |
|
| Why can't access a file under mapped network drive from Web Servic | 14 Jul 2004 12:05 GMT | 3 |
I write a program accessing files in network drive o:. It is doable as a standalone application. However, if it is running under windows service, the following exception will appear: 13/07/2004 10:24:48 AM run() error: System.IO.IOException: The specified network password is not ...
|
| Converting XML data to other formats. | 14 Jul 2004 03:33 GMT | 4 |
I have to convert XML data (that may be received through a dataset) to other formats such as CSV, Excel etc. Are there any libraries or sample code that would help me do this task. I have also to decide on the approach for doing this. The Destination Format needs to be ...
|
| Diagnostics.Process class and ASP.NET | 13 Jul 2004 23:38 GMT | 3 |
In a simple console app the following few lines open up an Acrobat file without a hitch: Process p = new Process(); p.StartInfo.FileName = @"C:\test.pdf";
|
| treeview help | 13 Jul 2004 21:14 GMT | 1 |
I'm trying to use the treeview control but having a hard time trying to visualize how I'm going to achieve when I'm trying to do, as an example in the end of my program I want my treeview to look something like this :- ANIMALS
|
| Event log Full | 13 Jul 2004 19:40 GMT | 1 |
Hi all, is there any possibility to override the "log is full" by code ??? thks JSB
|
| MSDN Mag suggesting EULA violation ? | 13 Jul 2004 19:05 GMT | 6 |
Is this article wrong ?? http://hugobatista.dotnetx.org/archive/2004/07/12/170.aspx
|
| reading in C++ a serialized object from .net | 13 Jul 2004 16:22 GMT | 2 |
Hello World, Using (unmanaged) C++ only, I'd like to be able to read a binary stream coming from a .net object standard serialization. For example, let's assume I have a .net client which serializes some "POD" objects
|
| Unit Testing | 13 Jul 2004 15:05 GMT | 2 |
The upcoming version of Visual Studio has in built testing functionality, or so I read. Does anyone know if this is support for the industry standard unit testing framework (NUnit) or has the NIH bug bitten our friends at Microsoft again??
|
| Security Exception - Request Failed | 13 Jul 2004 14:04 GMT | 3 |
i am developing a project which is made up of three projects. 1) main project (presentation layer) 2) data access layer 3) business logic layer
|
| Does ASP 1.1 support Web Parts or do I need SharePoint? | 13 Jul 2004 11:43 GMT | 1 |
Can Web Parts be easily deployed in ASP 1.1 forms or would it be better to use SharePoint (or wait for ASP 2.0)?
|
| Drawing | 13 Jul 2004 10:21 GMT | 1 |
I want to give the user of my program the ability to draw lines onto a panel, much the same as a paint program. I can draw the lines onto the panel, but I want the line to move around until the second time the mouse is clicked before the line is drawn permanently. So I need to know ...
|
| VB.net Standard Edition Controls | 13 Jul 2004 10:15 GMT | 2 |
I am looking at buying VB.net standard edition (109 US$), does anyone have any information of the controls that are included, would it have 'at least' the same control as VB5 Enterprise edition. Thanks,
|
| Windows User Groups | 13 Jul 2004 10:14 GMT | 1 |
I am working on a program in VB.NET and i want to be able to view the groups that the currently logged on user is assigned to. I know so far that the System.Windows.Forms.SystemInformation class gives me the currently logged on user. Any directions/help would be a appreciated. ...
|
| doc needed: localazing for dummies... | 13 Jul 2004 09:34 GMT | 1 |
can you point me on some good documentation about every aspect (forms,messages,etc...) of localazing an application in VB Net? thanx, Giulio
|
| whitespace character added to html email | 13 Jul 2004 08:20 GMT | 2 |
I send an email from an asp.net application using the SmtpMail object. I create and HTML string and send the email in HTML MailFormat. I see the string in debug mode before the email is sent, and the string is correct.
|