| Thread | Last Post | Replies |
|
| ascx file outputs unformatted html - need pretty output | 18 Mar 2004 19:48 GMT | 1 |
The html generated by my ascx control is a big blob. Is there any way to make it output using outlined tabs like regualar aspx pages do? My friends at microsoft.public.dotnet.framework.aspnet ignored this post previoiusly.
|
| GetObjectData & XMLSerializer | 18 Mar 2004 18:26 GMT | 1 |
I'm trying to serialise an object to obtain its serialiased XML representation. However I also want to control this by using the ISerializable interface, as I want to specifically override some values within the GetObjectData call. We were using the XMLSerializer object to ...
|
| email from within .Net | 18 Mar 2004 18:16 GMT | 2 |
Does anyone know of any way to send an email from an application without using the SMTP class (which relies on a mail server)? In VB6 we could use the MAPI component which would use the default MAPI client (Outlook, Outlook Express, or whatever). Must also be able to add attachments ...
|
| pocket pc game | 18 Mar 2004 18:07 GMT | 2 |
I'm a beginner,and i would like to develop a game for pocket pc devices.What language is suitable to develop such an application?Does anyone have the tutorial or source code on game for beginner? Thank You
|
| Outprocess library in .NET | 18 Mar 2004 16:49 GMT | 2 |
I'm using MSMQ triggers to launch COM object written in C#. Unfortunately, there is a need to have some .config file attached to my COM, so it could read necessary settings within. As far as I understand my class library (written in c# and registered as COM object) is an ...
|
| Q: System error messages from .Net framwork - which language? | 18 Mar 2004 14:00 GMT | 1 |
My question is _only_ regarding VS.Net applications running on _XP_! I need to know in which language system error messages are shown, when a .Net application fails. Please note that I am only asking about unhandled errors where _no_ customization of error messages has been
|
| Add user to group in AD | 18 Mar 2004 12:39 GMT | 5 |
Can somebody help me with this Have tested a few different samples, and they work The problem is that all existing users in the group is removed, and then added again, and last of all, the user I wanted to add to the group is added In groups with a few members there is no big ...
|
| How do we know when Windows goes to Standby mode? | 18 Mar 2004 11:36 GMT | 6 |
I'm developing VB .NET framework. I would like to know how do I know when Windows goes to Standby or Shutdown mode Thanks KPH
|
| Saving a Stream to disk?? | 18 Mar 2004 11:24 GMT | 2 |
Hello I have a Stream (IO.Stream) with information insize, I want to save this stream into a file in my disk "C:\myFile.exe" How Can I do that without loosing information? Thanks
|
| Astra QuickTest or Rational Robot for asp.net? | 18 Mar 2004 09:05 GMT | 1 |
We have mostly ASP.NET applications here. We need a tool that can run thru different itterations of user actions (click this button, select this item etc) to look for database and page errors. I have no experience in the field of automated testing tools...
|
| Reading assembly versionnumber without locking the file | 18 Mar 2004 08:18 GMT | 2 |
I'm trying to read an assembly versionnumber without locking the file. I created a new AppDomain, turned shadowcopy on and even read the assembly into a byte array before loading it. It still locks the file on disk though? The assembly is in the same directory as the executable and ...
|
| AVI on a form | 18 Mar 2004 06:59 GMT | 1 |
How to I play an AVI on a windows form. I have an AVI that I run when performing long operations on a progress form, sort of like the operating system does when you are copying a file. But I don't see a way to handle this.
|
| Unable to find file | 18 Mar 2004 05:01 GMT | 1 |
When installing visual studio .net pro 2003 from the hd it says unable to find file .. I burnt it to cd and tried again and it says "please installl english CD 1" which is the disc thats in, you click okay and it keeps looking for the same file which it never finds, and the file ...
|
| MPEG2 Video Capture to a BMP | 18 Mar 2004 01:58 GMT | 2 |
We have an application that has a propriotary mpeg2 player. The API of the version I am currently using does not provide an interface to get a bitmap of the current image being displayed. I have spent the day searching for video capture from web cam devices, etc. and I think I am ...
|
| Invalid server certificate | 17 Mar 2004 23:06 GMT | 1 |
Does anyone know how to instruct HttpWebRequest object to ignore an invalid server certificate error? When calling the GetResponse() method, I got a WebException exception and the Status property of this exception says it is "TrustFailure" one. I
|