| Thread | Last Post | Replies |
|
| Can you spawn a new browser window from ASP.NET code? | 09 Dec 2004 22:45 GMT | 3 |
Can you spawn a new browser window from a web application or does it have to be done from the HTML code in the browser?
|
| Am I creating the correct signature to wrap this unmanaged functio | 09 Dec 2004 22:23 GMT | 1 |
The function signature in the unmanaged DLL is as follows. KPDCStatus KPDCIteratorFind(KPDCIteratorRef inIteratorRef, const char *inName, KPDCOpaqueRef *outFoundItemRef); The types are:
|
| Web forum page <-> e-mail account bridge - how to start? | 09 Dec 2004 22:14 GMT | 2 |
I am a total newbie in the Internet programming, so I would like some general advice of "what to start from" kind. First I will explain what I want to do: Suppose there is a web page that requires a logon, and then the logged user
|
| problem moving console appliation to send email to server | 09 Dec 2004 22:00 GMT | 1 |
I created a console application using .net to email information out on a monthly basis. My problem is this. It works from my pc and anyone else with the visual studio .net, but not from the web server. Was i supposed to do anything else other than build my solution and copy ...
|
| Monitor class not working as specified | 09 Dec 2004 18:50 GMT | 1 |
I have trouble with the Monitor class. I did some troubleshooting and finally figured out the problem. The thing is, the Monitor class simple does not work as specified.
|
| Interop problems with >1 assemblies OR private static members | 09 Dec 2004 17:55 GMT | 1 |
I have a .NET web service proxy client that is intended to be invokable from ASP 2.0 (Classic as follows) MyOrg.web.publications.OrderData - Data class that is at the highest level MyOrg.web.publications.iOrderData - Interface for
|
| Launch a doc file with Process.Start(my.doc), need to know when the file is closed. | 09 Dec 2004 16:31 GMT | 3 |
I'm storing documents and images in a client database. I want to be able to launch a document or image into the proper application that can view or modify the object. I do this by copying the object from the database to the temp directory then calling Process.Start(filename) which ...
|
| Should a (string) Null have a TypeOf = Boolean | 09 Dec 2004 16:20 GMT | 1 |
I pass a parameter to a subroutine, and in the subroutine, I check its 'typeof' If the parameter is a string, but NULL, the Typeof comes up as Boolean, not String. Is this expected behaviour, or has something corrupted itself in my project?
|
| Terminating a thread from the main thread | 09 Dec 2004 14:13 GMT | 3 |
I have created a thread that writes data from a memorystream to the harddrive. If the user, during the write decides to cancel the operation, I call Abort on the thread. i.e.
|
| XmlTextWriter and Extended ASCII | 09 Dec 2004 14:01 GMT | 1 |
I am using XmlTextWriter to extract data into XML. The problem is that I cannot get XmlTextWriter to support the extended ASCII. Everytime it runs across an extended ASCII character, the XmlTextWriter will translate it into '?'.
|
| BDE | 09 Dec 2004 13:57 GMT | 12 |
Can anyone tell me from where I can download datprovider BDE for NET Thanks
|
| DotNet 2.0: Is a generic of a subclass a subclass of the generic of its base? | 09 Dec 2004 13:44 GMT | 5 |
And if not, why not? For example: If I define List<MyClass> foo = new List<MyClass>();
|
| XmlTextWriter and Extended ASCII | 09 Dec 2004 12:21 GMT | 1 |
I am using XmlTextWriter to extract data into the database. The problem is that I cannot get XmlTextWriter to support the extended ASCII. Everytime it runs across an extended ASCII character, the XmlTextWriter will translate it into '?'.
|
| Copy DataColumn Between Tables? | 09 Dec 2004 11:15 GMT | 3 |
Is it possible to copy a DataColumn from one DataTable to another? I have a column with custom caption, default value, and Extended Properties, and don't want to re-create the whole thing for a DataTable in a different DataSet.
|
| app.config Globalization?? | 09 Dec 2004 09:16 GMT | 1 |
is there any way to tell the program to execute under any given CultureInfo setting, using the app.config file? Similar to the asp.net web.config setting <globalization> tag, but for WIndows Forms???? I know how to set the CUltureInfo of the current thread, but have no
|