Re: [DOTNET] shift-click in IE can cause headaches :(

2002-06-11 Thread David B. Bitton
do what i do, just tell QA it's not a bug, it's a performance enhancement -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT - Original Message - From: "Phill Tornroth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesda

Re: [DOTNET] Remoting, I think

2002-06-04 Thread David B. Bitton
new sk00l -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh Daily™ - Original Message - From: "Marsh, Drew" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 1:30 PM Subject: Re: Remoting, I think > David B. Bitton

Re: [DOTNET] Remoting, I think

2002-06-04 Thread David B. Bitton
What I was thinking was the ability to change front end behavior by the asp pages via a "command console" . -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh Daily™ - Original Message - From: "Browning, Don" <[EMAIL PROTECTED]> To: <[EM

Re: [DOTNET] Calling Java classes from ASP.NET

2002-06-04 Thread David B. Bitton
Our app is using Java in conjuntion w/ ASP. I call my Java classes via SOAP. The Java code is running on a seperate machine (though that is only for resources sake) under Tomcat 4 and Apache SOAP 2.2. Once you fine tune the interop, it works like a charm! -- David B. Bitton [EMAIL PROTECTED

[DOTNET] Remoting, I think

2002-06-04 Thread David B. Bitton
I'd like to have an app running in the foreground, and handle calls coming in from an ASP page. How would I allow code from ASP to interact w/ a running app (a WinForms app)? Would I use remoting? And if so, how? -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh D

[DOTNET] CDO for Windows 2000 a la C#

2002-06-03 Thread David B. Bitton
I have an app that was using CDO for Windows 2000 in VB6. Is there an equivelant managed class in c#/.NET? -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other

[DOTNET] add Array items

2002-06-03 Thread David B. Bitton
ompilation: int bar = foo.Add(i); foo being an array defined as such: int[] foo = new int[]{}; Do i want to use an ArrayList instead? -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT You can read messages from the DOTNET archive, unsubscribe from DOTNET, or su

[DOTNET] Call class by name

2002-05-31 Thread David B. Bitton
Java has a function called Class(string) that allows you to instantiate a class by string literal. Does C# have this? -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other

Re: [DOTNET] Byte array to disk

2002-05-29 Thread David B. Bitton
thanks. actually, when i said quickest, i just meant least amount of code. ha. thanks. -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT - Original Message - From: "Axel Heitland" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wedn

[DOTNET] Webservice response is null

2002-05-29 Thread David B. Bitton
he response envelope come back and it looks good, and .NET doesn't seem to have any problem w/ it. The problem is that 'response' is null. response.response is a System.Byte[]. -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT You can read messages f

[DOTNET] Byte array to disk

2002-05-28 Thread David B. Bitton
What's the quickest way to dump a byte array to disk (new file) ? -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

[DOTNET] Forcing Exception Handling

2002-05-17 Thread David B. Bitton
In Java, if something is defined as throwing an exception, the calling function must catch it. Is there anything like this in C#? -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT You can read messages from the DOTNET archive, unsubscribe from DOTNET, or

[DOTNET] Built in backward compatibility

2002-05-13 Thread David B. Bitton
ot; in the interface class that I would maintain. What I'm wondering is if I could do something simliar w/ binding that I would do if I was binding textboxes on a WinForm to a dataset. Any idea how I would go about this? -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made F

Re: [DOTNET] CopyMemory (RtlMoveMemory) -- The .NET way

2002-05-10 Thread David B. Bitton
-- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh Daily™ - Original Message - From: "Marsh, Drew" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 6:08 PM Subject: Re: CopyMemory (RtlMoveMemory) -- The .NET way >

[DOTNET] CopyMemory (RtlMoveMemory) -- The .NET way

2002-05-10 Thread David B. Bitton
Our application (VB6) receives a byte array via a TCP conversation. We then take the byte array, and do a CopyMemory into a UDT. This has been a classic way of handling this type of situtation. Now, I want to know how I would do this, the .NET way. How is this done? -- David B. Bitton

Re: [DOTNET] custom URL protocol handler

2002-05-10 Thread David B. Bitton
the reference to the document() XSLT function is a great example of what I'd like to do. -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh Daily™ - Original Message - From: "Marsh, Drew" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

Re: [DOTNET] custom URL protocol handler

2002-05-10 Thread David B. Bitton
ginal postings, that I need to implement two classes that inherit from WebRequest and WebResponse. Where my question lies, is two fold. First, does anyone have a sample if this being done? And second, once I have these classes, how are they known to be called when I create the WebClient() object?

Re: [DOTNET] custom URL protocol handler

2002-05-09 Thread David B. Bitton
on the local machine? -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh Daily™ - Original Message - From: "Marsh, Drew" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 07, 2002 1:45 PM Subject: Re: custom URL protocol handler

[DOTNET] custom URL protocol handler

2002-05-07 Thread David B. Bitton
Java 2 allows for the definition of custom URL protocol handlers. By this, any entity that takes a URL as location for data, you can create a custom protocol (like cvs://), and your custom protocol handler would fetch the data. Can I do this in .NET? -- David B. Bitton [EMAIL PROTECTED

[DOTNET] Multithreaded v. Singlethreaded

2002-05-06 Thread David B. Bitton
I'm guessing that [STAThread] is marking to componenet as Single Threaded Architecture. How can I make my dll multilthreading, or free threaded/thread neutral, so I can take advantge of MTS object pooling? -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT Yo

Re: [DOTNET] Control SOAP Envelope

2002-05-01 Thread David B. Bitton
doesn't seem to play that way. -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT - Original Message - From: "John Cavnar-Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 30, 2002 10:59 PM Subject: Re: Contro

[DOTNET] Control SOAP Envelope

2002-04-30 Thread David B. Bitton
it as safe? I tried to poke around in the .NET MMC snap-in, but it was a bit to cryptic. Can someone shed some light on this? TX :) -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT You can read messages from the DOTNET archive, unsubscribe from DOTNET, or sub

Re: [DOTNET] Fill Strongly Typed DataSet

2002-04-21 Thread David B. Bitton
om: dotnet discussion [mailto:[EMAIL PROTECTED]] > > On Behalf Of David B. Bitton > > Sent: Saturday, April 20, 2002 8:16 PM > > To: [EMAIL PROTECTED] > > Subject: [DOTNET] Fill Strongly Typed DataSet > > > > > > How do I deserialize XML into a Strongly Ty

[DOTNET] Fill Strongly Typed DataSet

2002-04-20 Thread David B. Bitton
How do I deserialize XML into a Strongly Typed DataSet that I created using the an XSD schema desfcribing the XML structure. The DataSet derived class was created with xsd.exe. I know how to do this with a DataReader from a DB, but not XML. -- David B. Bitton [EMAIL PROTECTED

Re: [DOTNET] Typed Dataset

2002-04-15 Thread David B. Bitton
, I would like to see a quick sample. Thanks. :) -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT - Original Message - From: "Shawn Wildermuth" <> To: <[EMAIL PROTECTED]> Sent: Sunday, April 14, 2002 10:35 PM Subject: Re: Typed Dataset

[DOTNET] Typed Dataset

2002-04-14 Thread David B. Bitton
ck in native format from the DB. So, where do I go? -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [DOTNET] NEWS: Google with .NET Api!

2002-04-14 Thread David B. Bitton
All you have to do is hit the targetUri w/ a browser and you'll see they're using Apache SOAP, which is Java. -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT - Original Message - From: "Simon Robinson" <[EMAIL PROTECTED]> To