Re: [DOTNET] A bug in Abort()?

2002-06-22 Thread Pierre Greborio
--- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- -Original Message- From: The DOTNET list will be retired 7/1/02 [mailto:[EMAIL PROTECTED]] On Behalf Of Luca Marchesi Sent: Saturday, June 22, 2002 11:54 AM To: [EMAIL PROTECTED

Re: [DOTNET] Restart a thread

2002-06-10 Thread Pierre Greborio
So, I can create a new one or manage the state through suspend and resume. Wath the best way doing it ? Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- -Original Message

[DOTNET] Restart a thread

2002-06-10 Thread Pierre Greborio
Hi, I have a thread in stopped state and I need to start it again. The start method raise an exception. How can I retart the thread ? Thx Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it

Re: [DOTNET] Array on struct

2002-06-07 Thread Pierre Greborio
OK, but I need to call Initialize method first. Then I could create a new constructor passing an unused parameter and then call it. I would do it without calling any constructor or method. Pierre --- Pierre Greborio [EMAIL PROTECTED] http

Re: [DOTNET] byte[] to Object

2002-05-29 Thread Pierre Greborio
You could serialize the object in a binary format. There is a sample on ms-help://MS.NETFrameworkSDK/cpguidenf/html/cpconbasicserialization.htm Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it

Re: [DOTNET] ToolboxBitmap bug ?

2002-05-29 Thread Pierre Greborio
That was exactly the problem. Thank you very much for your assistance. Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- -Original Message- From: dotnet discussion

Re: [DOTNET] ToolboxBitmap bug ?

2002-05-29 Thread Pierre Greborio
It happens something strange. In the manifest there is the assembly name added MyAssembly.MyNamespace.MyControl.bmp whereas the filename is MyNamespace.MyControl.bmp. Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it

Re: [DOTNET] ToolboxBitmap bug ?

2002-05-27 Thread Pierre Greborio
I already did but nothing changes. I get always the default component image instead of mine. It seems to work only if I set the filename. Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it

[DOTNET] ToolboxBitmap bug ?

2002-05-25 Thread Pierre Greborio
type ToolboxBitmap(typeof(MyNamespace.MyControl)) it shows the default image and not my own. Is it a bug ? Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- You can read messages fro

Re: [DOTNET] How much memory used?

2002-05-25 Thread Pierre Greborio
There's a great freeware tool on gotdotnet: http://www.gotdotnet.com/userfiles/MaheshP/AllocationProfiler.zip Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- -Ori

Re: [DOTNET] Http Request

2002-05-25 Thread Pierre Greborio
); Pierre ------- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Raphael Nascimento Sent: Saturday, May 25, 200

[DOTNET] Drag&Drop image

2002-05-18 Thread Pierre Greborio
Hi, I have a WindowsForm and I need to drag and drop an image from one PictureBox to another. I would also show the image moving with the mouse. Any tip ? Thank you Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it

Re: [DOTNET] Bmp for a component

2002-05-14 Thread Pierre Greborio
I did, but nothing changes. One more info, the bitmap was built as embedded resource. Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- -Original Message- From: dotnet

[DOTNET] Bmp for a component

2002-05-14 Thread Pierre Greborio
mponent on the toolbox I cannot see my image. Any idea ? Thank you Pierre ------- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- You can read messages from the DOTNET archive, unsubscribe from

Re: [DOTNET] Hide part of code from Developers

2002-05-13 Thread Pierre Greborio
Ok, the only soluton is to use an obfuscator. Anyone knows if there's a freeware obfuscator ? Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- -Original Message-

Re: [DOTNET] Hide part of code from Developers

2002-05-13 Thread Pierre Greborio
With ildasm and Anakrino you can see anything :-) Maybe you can encrypt that key and the decrypt at runtime. Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- -Original

Re: [DOTNET] Open file

2002-05-10 Thread Pierre Greborio
Thank you very much for your reply. I'll do a smart notepad application for our customer :) Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- -Original Message-

[DOTNET] Open file

2002-05-09 Thread Pierre Greborio
ierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [DOTNET] HOWTO: Create object from type?

2002-05-07 Thread Pierre Greborio
You can use Activator.CreateInstance Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf

Re: [DOTNET] write Excel file from VB.NET

2002-05-07 Thread Pierre Greborio
May here you can find something usefull: http://www.c-sharpcorner.com/Code/2002/Jan/CreateExcelSheetGAG.asp Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- -Original

Re: [DOTNET] Displaying .tif files

2002-05-06 Thread Pierre Greborio
Ok, but they are limited to Windows platform. Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On

Re: [DOTNET] Displaying .tif files

2002-05-06 Thread Pierre Greborio
You cannot display a tiff image on an html page. The images types that can be used are: gif, jpeg and png. Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it <http://www.pierregreborio

[DOTNET] TcpClient and proxy

2002-05-02 Thread Pierre Greborio
k you Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at

Re: [DOTNET] Debugging asp applications with static ip

2002-05-01 Thread Pierre Greborio
I changed the sln file setting the ip address Http://192.168.0.1/xxx but the debuggr doesn't work. I'll try with remote debugging configuration eithier if I'm local. Thx Pierre ------- Pierre Greborio [EMAIL PROTECTED] http://www.pi

[DOTNET] Debugging asp applications with static ip

2002-05-01 Thread Pierre Greborio
e web application ") either if I set the new ip on the project file configuration. Any suggestion ? Pierre ------- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- You can read message

Re: [DOTNET] [OT] IIS mappings

2002-04-30 Thread Pierre Greborio
That's a nice workaround ! Thank you very much. Pierre --- Pierre Greborio [EMAIL PROTECTED] http://www.pierregreborio.it --- -Original Message- From: dotnet discussion [mailto:[EMAIL PROT

[DOTNET] [OT] IIS mappings

2002-04-30 Thread Pierre Greborio
Hi, I'm trying to set a new application mapping to my IIS (Windows XP Prof, IIS5.1) but the "OK" button is always disabled. Any suggestion ? Pierre ------- Pierre Greborio [EMAIL PROTECTED] http://www.pi