Answer Questions
ShaneBough Problem accessing a windows application with HTTPS
I am facing a problem with web deployment of a windows application, What i am trying to achieve is I have deployed a smartclient on webserver and trying to use it from a client application and IE. The windows app is a very simple application. Accessing with a client APP: I am loading the exe using Assembly.loadfrom by giving the URL as the input. In the client app if i give the HTTP URL it works fine. If i change it to HTTPS (SSL) it thro ...Show All
VishalOnline non rectangular Usercontrol
How to non rectangular Usercontrol Hoe to set Region property of Usercontrol Mike Docherty's Tips & Tricks at http://dotnetrix.co.uk "Tips/Custom Controls" should be helpful. Best of luck. ...Show All
janislkovach Alternating cursor
Arrgghh, this is very frustrating. Visual Studio 2005 Windows Form designer seems to go bonkers after entering more than about 10 - 15 controls on a form. The cursor sits there and alternates between the arrow and the reposition control cursor. Not sure what it is doing, but the only way it seems I can get it back is to select a different running program then switch back to visual studio. Any suggestions on this would be ...Show All
chasiubao Internet Explorer 7 problem
I recently downloaded IE 7 and I got tired of it in a day. I tried to download the old IE 6 and I couldn't because I had IE 7 installed. Is there any way of removing IE 7 so I can use IE 6 again Thanks ~Terry ...Show All
robotrm My UserControls and ToolTips
I have several of my own user controls on some of my forms and I'm trying to set tooltips for the controls from the parent form but It doesn't seem to be working. Anyone know why -Andy Moyer Two solutions exist- Let each user control have its own tooltip and maybe in the constructor you can set the tooltip to work with the current control by- this .toolTip1.SetToolTip(this,"MyUserControl"); OR In the fo ...Show All
Go4More ClickOnce Errors with C# Express Final
Hi gang, My ClickOnce-deployed application, which used to work fine back in the beta-2 days, is now giving everyone who tries to install it a lot of headaches. When I deployed this version (made using the final release of Visual C# Express) I deliberately put it in a different folder on my web server, so there could be no "accidental" upgrades from beta users. My users have meticulously uninstalled the beta version of my program, as well as the ...Show All
ZKing ClickOnce API Memory Leak
Hi, Has anyone noticed a memory leak when using the ClickOnce API calls. Each time I call the CheckForUpdates method, my application's memory increases my 300K. This memory is only released when the application stops I think that it's a bug within the System.Deployment.Application assemble Regards, HELP~MS! HELP~Everybody! This horrible bug is killing me! ...Show All
Mark Dormer I need to build a DataGrid which is grouping rows (like Outlook pane)
I need to build a Windows DataGrid which is grouping rows and keep under a header (like Outlook pane) any help Do you have a suggestion Not a code sample, I need your advise to choose a way. Thanks in advance JJ I see. You could use the Expanding/Collapsing DataGridView code that I posted in this link: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=194921&SiteID=1 but this isn't databound. You would ...Show All
Jan DHondt Get Datarow from DataGridView
Hi again guys. I'm still working with the datagridview and now im trying to get the datarow of the datagridview - row that im currently working with... Right now im doing it like this: SalesOrderData dt = ( SalesOrderData ) this .lineBinding.DataSource; DataRow dr = dt.Lines[( int ) this .soLines.CurrentRow.Index]; it works brilliant and does exactly what I want it to - BUT... here's the question... If the CurrentRow is a & ...Show All
Kursplat charts...
Hi, Does anyone know of any FREE 3d pie chart control for windows forms Thanks Don't know of any free 3D charts, but Dundas charts are pretty inexpensive. You can also look at the TaskVision application on GDN, since there is s ...Show All
francoisL Combo box with treeview
Are there any sample code how to create a combo box control with treecontrol being dropped down as the combo expanded. It will be better if you can send me the code thanks n regards Post your solution if you get a chance. I can probably l ...Show All
Calua TabControl: How do you turn off it's Left/Right cursor functionality?
The default functionality of a Tab Control (Framework 2, VS2005) is if you press the left Cursor, it moves to the previous tab to the left. Similarly, Right cursor moves to the next tab on the right This works well But it doesn't wrap, you can move as far as the last tab, or the first, you cannot wrap around. Any one know how you can turn this wrapping on Or alternativly turn off the entire cusror handling for a TC (since I already have my ow ...Show All
KerryLW Assembly has not been installed in the GAC
I have strong-named my winforms app, as per MS recommendations - one exe and 9 dlls all signed with the same key. I published the application to an internet location and it installed OK on the client, but when I published an update, with several assemblies changed, I get an error when installing the update saying that one of my assemblies was expected to be installed in the GAC first. None of my assemblies lives in the GAC. Is this a bug, or is ...Show All
S_Kumar Position of context menu
Hi, How can I get the position of context menu Thank's Alexei Hi, I want to get screen X,Y position of Context Menu that created on Panel. Thank's Alexei Alexei, Is this context menu for a form or some other control.If it for some other control,then add this method to that control.Put a breakpoint on the first line and see if code comes in there. Hi, You are wrong. I put this p ...Show All
Xinwei Hong -- MSFT Setting the Autoscroll colours on a panel
Hi all, sorry if this is in the wrong place. I've got an application with a panel on it. When the panel gets filled autoscroll scroll bars are added. Positioning etc is working fine but I can't for the life of me get the colours of&n ...Show All
