rpolansky's Q&A profile
Smart Device Development Tab Control swap difference in CF?
I'm working on my first CF app, and am finding differences between CF and non-CF handling of the tab control. I've searched and not found any reference to this item, so am hoping to find out if it is a bug or just my misunderstanding. I've created two test apps. One is a ppc2003 .net CF app, the other is a windows .net app. They have a single form which contains a single tab control. This tab control has 3 tabpages defined in the designer. One of these tabpages has an 'add' button. When clicked a new TabPage is created with a single label and added to the tab control. This is then 'swapped' with the ...Show All
Visual C++ How to get SysListView32 of hiding object with IAccessible
Dear Sir, I try to get the objects under SysListView32 and Internet Explorer_Server but they are difference behavior. Like to double click to launch MyComputer icon of client is SysListView32 and I put in the url address in the Address. The client was changed to Internet Explorer_Server and show web page. I used the IAccessible of accSelect with para, SELFLAG_TAKESELECTION, try to reach hiding object, out of window view. I can reach the hiding object under Internet Explorer_Server but I can't reach under SysListView32. I suppose they are difference class so that difference behavior. I can reach object easy under Internet Explorer_Server. ...Show All
.NET Development beta users for next .net release
I was just curious if there was any avenue for myself as a .net developer to get involved in the next release. Sorry if this doesn't belong in the right place, and I understand if 2.0 isn't going to be replaced any time soon, but I've looked around ms.com and haven't come up with much. You could enroll at http://beta.microsoft.com/ but it is no guarantee. Another path would be if you or your employer are a MSDN subscriber which usually also contains betas of products. There are also community technology previews that anyone can take part of. It takes some looking around to find them sometimes but if you follow some .NET blogs yo ...Show All
Visual Studio Team System Publish trx file to a SQL Server Report
Hi I have a bunch of trx files and I have set up the SQL server where the loadtest database is with reporting services. I want others to be able to view the results that tdoes not have VSTS test edition installed. I know you can convert the trx files to reports if you have a team foundation server. Is there a way to do this with out team foundation server thanks This is not possible "out of the box" -- you are free to parse the XML format of the TRX files and manipulate the data yourself into the TFS. However, this is significant work. I would highly recommend evalu ...Show All
Visual Basic How to fill data to datagridview async like SQL2005
Hi All, I want to display 40000 rows on the datagridview but the speed is slow. How can I fill data to datagridview async using background worker ...Show All
Visual Studio winforms, local report, business objects, field foo.a.b
ive got a local winforms report that uses a business object for the data source. foo is the object and has 20 fields. 2 of the 20 fields are other objects, call them A and B and each contain 10 fields. i can sucessfully print fields in foo but nothing in foo.A or foo.B; i can manually drag the fields from foo.A and B on the report but they dont print. additionally, i can select the foo.A and B fields i want from the TextBox.Value property but same result, nothing prints (yes, there is data in them). what am i doing wrong Tim, according to this: http://blogs.msdn.com/tudortr/ you can use Fields!Foo.A.va ...Show All
Windows Forms Problem with Databound DataGrid on a MDI Child form
Hello all, I have this problem with a databound datagrid in a MDI child form. When bounding an empty datatable ( filled by a query which doesn't contain any results) to the datagrid, I actually see 2 rows in the MDI child form. 1 of these rows is an empty row and 1 is a new row. (see code below) But the datagrid should only display 1 row (the new row), because the datatable doesn't contain any rows (results). Before bounding the datable to the datagrid, it still contains zero rows. while a run-time check (with a button) the datatable contains 1 row.This problem does only occur when the form is functioning as a MDI child form(where th ...Show All
Microsoft ISV Community Center Forums Importing data from Microsoft Access to Microsoft Word
To anyone who can help Is there anyway that data from an access/sql query can be imported straight into Microsoft Word without losing the formating that has been set up in access. Many Thanks to anyone who can help Mark Hi Mark, The support engineer needs to know if you are planning for any reporting like mail merge, or simple data copy and paste And, he also needs to know which version of Office you are using. -brenda (ISV Buddy Team) ...Show All
Software Development for Windows Vista Using InvokeWorkFlow Activity
Hello - We have a program hosted by the Console that consists of two workflows. The first waits in a while loop for text files to appear in a folder; when one does, this workflow uses InvokeWorkFlow to kick off the second workflow which will write the file name into another file. The problem is that when the second workflow is finished, the first workflow gets terminated. Why is that I've understood from the documentation that this should not happen. Thanks, Mike OK, once again thanks for the responses. The handler for WorkFlowCompleted has code that raises the AutoResetEvent. We commented that out and it works gooooood! Mike ...Show All
Visual Studio Tools for Office Visio 2003 : Save as web page bug
Hi, I have written 9 pages (Flowchart) in a visio document. (.vsd). When I export the pages as webpages, I get problems concerning the size of the images. Some pages (5) are saved (gif file) correctly. Size is adequate (fits original page content). But 4 pages have incorrect image size. (A large white area is saved in the image. This makes my flowchart look small in the top corner of the web page). I could make a print screen of my Flowchart and replace it in the gif file. Unfortunatly, the flowchart contains "reference shapes" and i would have to map out the clickable area for each. (Waste of time). I thought that mayb ...Show All
Visual Studio Team System Workspace mapping lost when doing "Open from source control"
Hello All I have the following structure in TFS Source Control : My Server DH2 DH2Solution (holding my .sln file) DH2 (a WebSite) DH2.Installeur DH2.Installeur.Action DH2.Metier.Commun DH2.Metier.CRM some other DLLs When I want to get back the solution, here is the step I follow: Create a new workspace Map my strucuture : $/DH2 is mapped to C:\Projects\PDA\DH2 Then I do File / Source Control / Open From Source Control and I select my .sln file (ie $/DH2/DH2Solution/DH2Solution.sln) All my projects are retreived correctly but my website is not retrieved. If I go back to my wo ...Show All
Visual Studio External images using parameters
I am trying to add external images to my report, feeding the paths via parameters. Dim params(1) As Microsoft.Reporting.WinForms.ReportParameter params(0) = New Microsoft.Reporting.WinForms.ReportParameter("imageSig", My.Application.Info.DirectoryPath & "\images\sig1.gif") params(1) = New Microsoft.Reporting.WinForms.ReportParameter("imageLogo", My.Application.Info.DirectoryPath & "\images\logo.gif") Me.ReportViewer1.LocalReport.SetParameters(params) The value for my two image controls are set like so: Source=External Value=" file:/// " & Parameters!imageSig.Value Source=External Value=" file:/// " & Parameters!i ...Show All
.NET Development webservice error
Greetings All, i have written a webservice which returns a dataset. my web method fill dataset with 150 tables, after compliting 100 table it throwing following error An unhandled exception of type 'System.InvalidOperationException' occurred in system.web.services.dll Additional information: Client found response content type of 'text/html', but expected 'text/xml'. The request failed with the error message: -- <html> <head> <title>Server Unavailable </title> </head> <body> <h1><font face=Verdana ...Show All
Visual Studio mscorsvw will not stop running
I installed .net 2.0 beta 2. After 2 days, mscorsvw continues to dominate the CPU. Other process such as logon and Oracle DB take about 3 times longer to execute. This is not a bug please read the following blog post http://blogs.msdn.com/davidnotario/archive/2005/04/27/412838.aspx ...Show All
Software Development for Windows Vista designer and project template support for C# Express Edition 2005.
Hi, I have installed the SDK package, everything went fine except designer and project template support, there are no templates available when I want to create a new project. Should this be part of the sdk or do I need a separate installer package for this bicmar wrote: Thank you for the answer. When you say ' Visual Studio 2005 designer extensions' are not supported in the Express edition, what does this mean No visual design support at all , or just no templates, or ... And is this just for the moment or ... There's no visual design support within the Vi ...Show All
