Answer Questions
Felice Can the position of a tabpage be changed?
I want to put tabpage5 where tabpage2 is now. Is there any way to do it dennist The order of items in the TabPages collection on the TabControl. You can edit this in Visual Studion by opening the TabPages collection editor in the property grid when the TabControl is selected. Hope this helps. - mike ...Show All
anayconsultancy OpenFileDialog "hangs" on Windows 2000
I have a WinForms remoted application using a simple OpenFileDialog control. When I instantiate the dialog, the program hangs and never responds. This only happens on Windows 2000. The program functions perfectly on Win XP & Win 98. The ...Show All
tweduk ClickOnce and Client Certificates
There was some discussion back in the summer about the use of client certificates to secure the application on a web site. Since the RTM was released I haven't seen any updates about his issue. I have a requirement to secure our applications web site using client certificates, however because dfsvc.exe doesn't send any client certificates to the server when its downloading the manifests and the application it basically means that the publishe ...Show All
L Zhou Printing image from desktop application (VB)
Hi, I’ve got this ASP.NET desktop application, which has a form containing a mapcontrol. The form also contain a button, which I use to produce a imagefile from the current image of this mapcontrol. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim ExportObject As MapInfo.Mapping.MapExport = New MapInfo.Mapping.MapExport( ...Show All
-Matthew- Using Access as a report tool
I would like to use MS Access to handle reporting for a .Net application. I consider myself an Access "guru", but definately not a .Net guru. In my .Net app, I've included the Access 9.0 object library and have used code to&nbs ...Show All
Scott.Anderson HELP!using click once for crystal reports fails with HRESULT=-2146697211
i don't know how to deal with it. although the files are there the downloading fails again and again with the following (Copying files to temporary directory "C:\DOCUME~1\mikili\LOCALS~1\Temp\VSD13.tmp\" Downloading files to "C:\DOCUME~1\mikili\LOCALS~1\Temp\VSD13.tmp\" (3/16/2006 8:45:26 AM) Downloading 'CrystalReports\CRRedist2005_x86.msi' from 'http://gatewaytesting/KytyKat/CrystalReports/CRRedist2005_x86.msi' to 'C:\DOCUM ...Show All
AlexHWGUY BindingSource.Find throws exception on empty DataSet
I have a problem with a bindindingSource very similar to the problem reported here but I've tried the solution outlined (explicitly setting the bindingSource's DataSource before the call to Find) but it doesn't help me (the DataSources for my BindingSources are correct) - so there's no chance for the DataSources to get set incorrectly. My situation is slightly different because I'm adding the BindingSources from the toolbox (not by ...Show All
Dennis Vys a control that looks like VS.NET toolbox
How can i create this kind of control Or where kan i buy it I have tried to make something that looks like the Visual Studio toolbox. But i cant get it right! Please help! I'm trying to greate a "button list"& ...Show All
ravensensei Manifest Signing
Does anybody know how to sign the application and deployment manifests with a code signing certificate from Verisign We have two files myKey.pvk and mycert.spc, however do you sign the manifests using these two files Thanks, Import these certificates into your Personal or MY certificate store. Once they are installed there, you should be able to access them from Visual Studio or Mage. Solved the problem. The two f ...Show All
byRamiX Need to Override Event Sink in Outlook 2002 due to bug in PIA's with CLR 1.1
I need to implement a custom event sink override for Outlook - there's a bug in that the Office 10 type libraries... They were written so that the Cancel parameters only have [in] parameters (rather than [in][out]).. CLR 1.0 didn't enforce it, ...Show All
Hristo Ivanov Narrowing down the rtf code to its bare bones
I am using a rich text box to populate sections of a document from a database. I am also dynamically building tables with rows and cells with in the rich text box. Everything seems to be working well except for sentences that are bigger than the cells. Instead of the cells expanding to fit all of text, it allows the text to run out of the cell. My question is, is there a way to have the rtf cell expand to fit a ...Show All
shajahan Simple question
I have VS2005 beta, but when I load a form, there is no grid, how can I turn the grid on Grateful for help. Thanks Jack ...Show All
Rick M Could not find InstallState
I add a custom action to the Commit node of Setup project. The custom action is a .dll. But when I execute the install project, it result in an error message at the end of installation: Could not find files 'C:\WinProg\CutomAction.InstallState' Where c:\WinProg is the target folder. How can I do I think that in your install method, you need to use the "statesaver" object and save the o ...Show All
Daniel Papas Create CodeGroup Policy for BOTH Frameworks
I am able to create codegroups and save them and permissions, but it is only for framework v1.0. This doesn't bode well for my usercontrols that are embedded in Internet Explorer. Because I also have v1.1, the usercontrol in IE I have check permissions, ...Show All
JerryCic PRB - SplitContainerDesigner initialization throw exception.
Hallo all, i wrote a .NET windows forms editor working under framework 1.1. Now i tryed to use it under framework 2.0 and i found the "SplitContainerDesigner" throw an "Object reference not set to an instance of an object" exception if it is initialized. As you know .NET design time programming is complex, so i extract some lines of code out of my programm to demonstrate my problem: (...) IComponent aComp = (IComponent)Activator.CreateIn ...Show All
