Bernd Burger's Q&A profile
SQL Server is it possible to know whether report still executing
Hi friends i've .net app where display reports from report server using SOAP api. all works fine. my question is, i have a export button on my screen to export to different formats. whats happening is , as you know, when load report it says "report being generated" ,right so our users clicking export button before report is loaded into report viewer control. is it possible to know whether the report is still being loaded Thanks for y ...Show All
Software Development for Windows Vista UDP & RTP Filter Lacking In DirectShow
Fellow C++ Developers, =) At the moment, I’m in the progress of creating a Mpeg-2 player in Microsoft Visual C++ with the use of DirectShow v9.0. The Mpeg2 player works as expected when playing Mpeg2 video files off the local machine. However, my goal is to display a live and continuous stream of Mpeg2 data. So what about this Mpeg-2 stream The Mpeg-2 stream is coming over a network through either UDP or UDP with ...Show All
Visual C# HowTo Query XML WebServices Using C#
I would like to query a webservice located at http://tckimlik.nvi.gov.tr/Web/WebServices.aspx It gives info about usage and some links but I dont know how can I implement a program into C# that queries this XML webService and returns me the result. Most topics in this forum is about reading from an xml file but I need to query a xml file then get the result. Thanks. Hi, In your C# project choose, Add Web ...Show All
Visual C# Overriding a property with a new name
Hi there, I was wondering if is there a way to override a property from an inherited class with a new name... like: //the base class public class BaseClass { private string _attribute; public string Attribute //the property to use { get { return this._attribute;} set { this ._attribute = value ...Show All
Microsoft ISV Community Center Forums Setting Autonumber back to zero
hi, can anybody tell me how to set autonumber in access back to zero. thanks, PSD Best way I found is; 1. If your table has a "relationship" then undo it 2. Download to excel a blank template of the table (the one that you want the autonumbers to be reseted to zero) 3. From the database go to File>Get external data>Import ... import the blank template 4. Import as a new table and give it the same ...Show All
Visual Studio VS 2005 Setup Errors
I am trying to setup "Visual Studio 2005 Team Suite Edition Beta 2- English" on my machine. I am currently have vs 2002 and vs 6.0. It says.. The following component failed to install X Microsoft .NET Framework 2.0 Beta 2 The following component was not attempted X Microsoft Visual Studio 2005 Team Suite Edition Beta 2- English Error Log [06/08/05,16:57:30] VS Scenario: [2] *** Blocking Components exist and must be satisified before ...Show All
Visual C# How to debug a localized application?
(Visual C# Express) I have created a localized application (so far with two cultures), translated the strings, but now I would like to run the application with these non-default culture strings to see how it looks (and whether I have to adjust sizes of labels etc.). However, I can't find any debug settings, that allow me to switch culture when running the app. How do I do that Nightmare_BE wrote: U can also store the lan ...Show All
Microsoft ISV Community Center Forums Adding an Outlook Feature
What I want to do is relatively simple. I'm not asking for someone to do this for me, I just want to pick people's brains for a little direction and I can take it from there. What I'd like to do is write a script that would give Outlook users the option to right click on an email message and have a function, say "report spam" that would create a new message with the selected message as an attachment that has a specific email address in ...Show All
SQL Server SQL 2005 Enterprise June CTP Installation Error
Tried to install several times (on Win2003 Ent. SP1) but I always get the following error: Failure adding user NT AUTHORITY\NETWORK SERVICE to local group SQLServer2005MSSQLServerADHelperUser (1388) The user varies (sometimes NT AUTHORITY\SYSTEM) and so does the local group (sometimes SQLServer2005SQLBrowserUser). Any tips Regards Roger I have tried to install SQLDEV ,But got the same error mesage. ...Show All
.NET Development Coexistence between VS 2005 beta 2 and SQL Server 2005 on XP 64
I just got an e-mail announcing that VS 2005 beta 2 is coming soon. I have SQL Server 2005 beta 2 installed on my XP 64bit. Will VS 2005 beta 2 coexist with it, or will I need to upgrade my SQL Server 2005 (if so, to which CTP ) Bruno No -- VS Beta 2/.NET Framework Beta 2) and SQL Server 2005 beta 2 will not coexist. The Whidbey .NET Framework is not side-by-side with itself between builds. You will need to use the SQL Server April ...Show All
Visual C# copy datagrid to datatable
is there a way to copy a datagrid into a datatable I could loop through it and copy each value but i'm looking for a cleaner way of doing it This should do it: DataSet dsDG = new DataSet(); DataTable dt = new DataTable(); //first cast the DataSource into a DataSet dsDG = (DataSet)MyDataGrid.DataSource; //then pull the DataTable out of the Dataset dt = dsDG.Tables[0]; Hope that ...Show All
Visual Basic Isolated Thread
Is it possible to from one application start two threads that is totally independant of each other (no memory sharing) I have a console app that has two "paths" it need to execute (timer triggers the diffrent path each 30 seconds), problem is that the underlying components are not threadsafe, so If I run it with two threads it crashes sooner or later, if I run it with only one thread its going forever. One solution is of course to start th ...Show All
Visual C# Writing a txt File problem
Ok, in my proyect iam trying to simulate a drawing editor, but i want to create a Log File ( drawing.txt ) in this file i want that every line have two points example: {100,100},{200,00} // this for the first line drawn {45,88},{82,89} // this for the second line ... //... etc, for every line drawn so i did in my code a function, fucntion that is called by the event OnPaint public void logactions( Point a, Point b) { ...Show All
SQL Server 2005 encryption - symmetric keys
Hi There We have been playing around with encryption in 2005. I cannot find a BOL topic that discusses dropping encryption objects such as keys. We do the followign steps: Create master key with password, then we create a certificate using the master key, we then create a symmetric key using this certificate and encrypt data columns. But what i find worrying is that you can then drop the symmetric key , there are no warnings that ...Show All
Visual Studio Team System Web Testing - When used in Load Test, nothing written to System
Hi, Pretty beginner question, but unfortunitely I've run out of web-ex's to help me out. I am currently load testing a web site and have written a web test which retrieves data from the data source (10 rows) and inserts these rows into the web site. When run through Test Manager, this works and inserts records into the System. I have now included this test in a load test for 8 users, but I'm not quite sure how this is meant to add data ...Show All
