Re: [ADVANCED-DOTNET] Help.. disabling "Sign In with Microsoft Passport .NET Network"

2006-03-08 Thread Jacob Grass
is all started to "mercilessly prompt me" after going to the msn.moneycentral.com account. I have purged all cookies that may have to do with moneycentral. I can go ahead and run this XP script if you don't think it will harm a Win2K PC. Tom ----- Original Message - From

Re: [ADVANCED-DOTNET] Help.. disabling "Sign In with Microsoft Passport .NET Network"

2006-03-08 Thread Jacob Grass
The problem is that Windows Messenger is autostarting when you reboot and, if you don't log in, it prompts you mercilessly: http://www.dougknox.com/xp/tips/xp_messenger_remove.htm Jacob A. Grass -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On B

Re: [ADVANCED-DOTNET] Reasons to use HTTP remoting

2005-08-29 Thread Jacob Grass
I have an application that uses binary formatting over http. I recall having some issues getting it working and debugging was a pain, but it's been going strong for about 2 years now. Jacob A. Grass -Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL

Re: [ADVANCED-DOTNET] FAQ/guidance for testers

2005-07-07 Thread Jacob Grass
In general, what you need for each bug report is: 1- A statement of the bug (e.g. "Received null object error from Account Maintenance screen.") 2- A list of steps for reproducing (e.g. "Press Apply, then Cancel on the Account Maintenance screen after filling out the name field.") 3- A statement o

Re: [ADVANCED-DOTNET] Own Usercontrol with child controls inside

2005-04-21 Thread Jacob Grass
Is the panel in your control declared Public? Jacob A. Grass Presentation Team Lead Viziqor __ this message contains confidential information intended solely for the recipient of the addressee(s) named above any review disclosure distribution copying or use of the information

Re: [ADVANCED-DOTNET] Own Usercontrol with child controls inside

2005-04-20 Thread Jacob Grass
A common wizard implementation is to use stacked panels on a single form. This sort of tool helps manage designing a large number of panels that are intentionally stacked on a single form. Jacob A. Grass Presentation Team Lead Viziqor __ this message contains confidential info

Re: [ADVANCED-DOTNET] Getting at WndProc for a DataGrid TextBox/Boolean

2003-07-07 Thread Jacob Grass
Actually, after a little investigating, this seems perhaps a little more complicated than necessary. What does this approach over, say, the DataGrid.CurrentCellChanged Event buy you? Jacob A. Grass Software Engineer Daleen __ this message contains confidential information inte

Re: [ADVANCED-DOTNET] Getting at WndProc for a DataGrid TextBox/Boolean

2003-07-07 Thread Jacob Grass
> I'm thinking no problem, I'll just add a message filter in > (WndProc) and > fire the validation myself -- but I cannot figure out how to code this > given that the data grid text box is initially created in the > constructor > for the data grid text box column -- so how to attach to it's > me

Re: [ADVANCED-DOTNET] Treeview refresh problem

2002-05-27 Thread Jacob Grass
Are you setting the SelectedImageIndex property of the node as well? If that doesn't work, you can set the Treeview's selected node property to the node that you are currently on. Jacob A. Grass > -Original Message- > From: Steve Ghattas-Smith [mailto:[EMAIL PROTECTED]] > Sent: Sa