Firefox Winforms control
Chris Bordeman <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
Hi guys. I have a web site I'm embedding into two side-by-side IE controls. In one browser control I'm logging into one account, in the other browser control I'm logged into a second account. The problem is the site is built using a permanent cookie to store the current user, so the browsers have an identity problem. My solution is to replace one of the controls with a FireFox plugin, but I can't seem to find one for WinForms. Does anyone know of one, or for another reliable browser? Thanks much, Chris Bordeman -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Peter Osucha Sent: Tuesday, May 22, 2007 3:32 PM To: [email protected] Subject: Re: [DOTNET-WINFORMS] toolstrip radio style buttons Robert, I should have been clearer... It doesn't seem that there is a way to set the button style for buttons added to toolstrips as 'radio button'. Am I missing something? Peter -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Peter Osucha Sent: Tuesday, May 22, 2007 4:26 PM To: [email protected] Subject: Re: [DOTNET-WINFORMS] toolstrip radio style buttons Robert, That's exactly what I want to do! However, I can't set a button to a 'radio button' style. ;-) Peter -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Robert Lee Sent: Tuesday, May 22, 2007 4:23 PM To: [email protected] Subject: Re: [DOTNET-WINFORMS] toolstrip radio style buttons Peter, Use the Radio Button, and set its appearance to button. HTH Rob -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Peter Osucha Sent: Tuesday, May 22, 2007 4:18 PM To: [email protected] Subject: [DOTNET-WINFORMS] toolstrip radio style buttons VS2005 I am using a toolstrip control inside a form panel. I have added some buttons that I want to behave like 'radio' buttons (only one can be selected at a time). It seems the functionality I want could be achieved with a drop down box - however, I want to use buttons. How is this done, please? Peter