bill777's Q&A profile
Windows Forms Wizard Control for .NET
Hello, I am looking for a control for my new application that acts exactly the same as a tab but without the tabs. Is there any way of removing the tabs in the Windows forms control without changing the offset ...Show All
Windows Forms richtextbox
hi, i want a button in my richtextbox how can i add that to it .. ...Show All
Visual Studio Cast error when pass a parameter in localreport and reportviewer
hello friends, i have a problem with my report when pass a pamameter in vb.net and VS 2005 The code is: Dim objParameter As ReportParameter objParameter = New ReportParameter( "Name" , "test" ) Me .ReportViewer1.LocalReport.SetParameters(objParameter) the error is: System.InvalidCastException was unhandled Message="Unable to cast object of type 'Microsoft.Reporting.WinForms.ReportParameter' to type 'System.Collections.Generic.IEnumerable`1[Microsoft.Reporting.WinForms.ReportParameter]'." Please help me Rodrigo Thanks for your response. The first time the report loads, the ...Show All
Visual Basic Adding an ocx component to vb2005 project
can somebody help me on how to add an ocx component on a vb2005 project such as shockwave ocx Dominic tanx for the reply. Ive already register it and it was succeeded but it still doesnt work. its still replying an error message " activeX control is unregistered" tanx.. ...Show All
Visual Studio Tools for Office How to Hide controls during printing or proview
I am new in VSTO 2005 and I would to know How to hide the controls in the page of word project during the preview or during the printing of the page. When you add a control to a Word document, it is added "in line with text" by default. This means that control is positioned directly in the text of the document. You can change the format of the control. For example, you can set the control so that it floats above the text, or appears behind the text. To do this, right-click the control and select Format Control . In the Format Object dialog box, click the Layout tab. Then change the wrapping style to anything other than "In l ...Show All
Windows Forms Being able to acces the data connections of the server explorer from a Custom Wizard
I'd like to know if there's a way to access the data connections of the server explorer from a Custom Wizard Im developing, I know I have to manipulate the DTE object, but I dont know how... Any help will be thanked. I understand where you're coming from and sympathize. On the other hand, even if there is a way to programmaticall ...Show All
Windows Forms Is it possible to create a dynamic userControl?
Can I create a user control that contains dynamic controls What I meanis that at design time there is no static controls created except place holders for text boxes and labels. When the user control is added to a form, the form will tell the user control how many text boxed and labels to create and where on the user control at run time. I tr ...Show All
Software Development for Windows Vista AutomationFocusChangedEvent
I have a problem with AutomationFocusChangedEvent in in February CTP build of WPF. AddAutomationFocusChangedEventHandler works only for Window element. Will this event be supported in the future builds or is there any way to make it working Thanks. Hello Vlad! I believe you may need to add a reference to UIAutomationClientSideProviders.dll in your project. Basically without that dll you will not get support for Win32/WinForms controls. Can you let me know if that assists with your issue Thomas ...Show All
Visual Studio 2008 (Pre-release) No CTP in March?
Hello! I've noticed a new download of Windows Workflow 2.2. Does this new download imply that there'll be no March CTP for WinFX Best regards, Henrik Dahl I hope not. They just got Vista, WPF, and EID in sync again. Please let me get a week's work done before it all goes in flux again. :-) ...Show All
Windows Forms Werid problem? Datagrid's NullReferenceException
Cheers all, I'm coding against .NET 1.1. 4322, IDE ver 7.1.3088. My program uses Jet.OLEDB to query a name range in a Excel workbook. After filling my datatable without any exceptions, I set the target datagrid's DataSource to be this datatable. Then the strange thing happened: the datagrid is FULL filled, about 3 seconds later, NullReferenceException occurred. If I click "break" in the exception dialog, it shows a message: no source code available for the current location . Any explanations BR, Lanceli Hi again, I found a way to way around: the problem solved after simply define ...Show All
Windows Forms use part of name from one object as name for another object
Hey I would like to use part of the name of one object as the name of another object Imagine I have an object called myObjectFoo1 I can remove part of that name, to myObjectFoo How do I name a different object with myObjectFoo I of course don't know the name of the object at runtime... Not really, given say an ArraylLst f different  ...Show All
Windows Forms Problem with value DataGridViewComboBoxCell
In VB 2005 Express I have a problem, which completely do not understand. I use a DataGridViewComboBox in a DataGridView. When I change data and save it, I have no problem. But when I close the form I a repeting error, being: System.ArgumentException: DataGridViewComboBoxCell value is not valid. Can anybody help Thanks in advance, Simon Use the following link: http://lab.msdn.microsoft.com/productfeedback/Default.aspx -mark DataGridView Program Manager Microsoft This post is provided "as-is" ...Show All
SQL Server Cannot delete Sequence Container -- details
I have a Sequence Container with an Exec SQL Task in it. I can't delete the task or the container. I can't disable them. Here's how I got there: I put a Dataflow Task and the Exec SQL Task in the container, then set a precedence constraint. Lots of complaints moving either of them. Managed to delete the Dataflow Task, but now can't do anything. Any dieas Laurence Collection cannot be null. Parameter name: c (Microsoft Visual Studio) ------------------------------ Program Location: at System.Collections.ArrayList.InsertRange(Int32 index, ICollection c) at System.Collections.ArrayList. ...Show All
Visual Studio 2008 (Pre-release) Compact Framework Support?
We currently use .NET Remoting for our inhouse line-of-business applications. The main problem with .NET Remoting is that is not supported in the compact framework (which is really a compact framework problem not a remoting problem, remoting rocks!). This keeps us from developing applications that integrate with these systems. Will Indigo/WCF be supported from the compact framework Hi Jon, we don't currently have WCF for CF, but you can write WCF services that can talk to CF clients. For this to work, use the basicHttpBinding on the service side, which will look just like an ASMX style .Net Web service. Your CF clients can connect to i ...Show All
Visual Basic VB and XML variables?
Hello, I am sorry but this also has to do with the XML which isn't familiar to this forum but please help on the VB part. Is it possible to put a VBE's variables to a existing XML file then put it into XML then copy the XML into a specific folder or a path Thank You Very Much Keehun Nam Hi KN1123, This is the way i save some program settings to XML file. Public dbsConfig As New DataSet Public Function getConfig( ByVal ConfigName As String , Optional ByVal RecordNumber As Short = 0) As String Dim Params() As String = ConfigName.Split(".") Dim strData As S ...Show All
