Software Development Network Logo
  • IE Development
  • Visual C#
  • VS Team System
  • Visual FoxPro
  • SharePoint Products
  • Windows Forms
  • Audio and Video
  • Smart Devicet
  • Windows Vista
  • Microsoft ISV
  • Visual Studio
  • Visual Basic
  • SQL Server
  • Visual C++
  • .NET Development

Software Development Network >> dr.acv's Q&A profile

dr.acv

Member List

ogtr
JPower
Tony512
NickiC
ComputerWhiz
Robert Craill
PLife_Jones
dmb13
N0v3m83r
KitGreen
Davids Learning
Tom Helm
Matt47517
Oaf300092
mnkumar
SeanTom24
Nyasha
Brian Hartman - MSFT
dambo
ZopoStyle
Only Title

dr.acv's Q&A profile

  • Internet Explorer Development C# IE toolbar: how to use ShowBrowserBar to make the toolbar initially visible?

    Hi, As I'm programming in C#, I'm using the DeskBand object http://www.codeproject.com/csharp/dotnetbandobjects.asp , rather than the MSDN .net kbbar sample which is written in managed C++. I would like to make the toolbar visible after its installation. Do you know a way to do this I tried to use code like this: Object oShow = true; Object dummy = false; Object vGuid = t.GUID.ToString("B"); // or this.GetType().GUID... Explorer.ShowBrowserBar( ref vGuid, ref oShow, ref dummy); but the problem is: where do I put this code ! If I put it in the SetSite method, it is called when the toolbar is displayed, so too late! Ideally, I would have liked to make it visible in the Register method, but unfortunately, the Explorer is not ...Show All

  • SQL Server Modifying a report created in report builder in the report designer.

    After I use the report builder to create a generic report, how do I actually get that report into the report designer so that I can modify it more effectivly The issue that I have now is that the file on the report server is not a .rdl file and if I simply save it as one and then bring it into VS to modify it the code file is a html structure rater than a XML file type. Any suggestions would be appreciated. Thanks I been looking at how I can load reports from the reports builder in to the proper reports designer as you can design your reports alot faster in the reports builder, and then use reports designer in VS to tidy things up. However I always get a message saying it couldnt ...Show All

  • SQL Server Sick database - giant log file

    Hi, I have a database with a giant logfile which I am having trouble shrinking - 25GB log file for a 10MB database. I cannot back up the database because I get some sort of disk failure in the application log file (there is plenty of room on the disk I think - 35GB). (Note: the software RAID system on this box is suspect.) I cannot detach the database because it is being replicated. I cannot remove the replication because the server the publication refers to no longer exists and I get an error about only being allowed to use real server names (a real Catch 22 there). If I stop the server and rename the log file, the database becomes "suspect". Renaming it back fixes it. This is an inherited database and I don't rea ...Show All

  • SQL Server Order by clause in View doesn't order.

    I have created view by jaoining two table and have order by clause. The sql generated is as follows SELECT TOP (100) PERCENT dbo.UWYearDetail.*, dbo.UWYearGroup.* FROM dbo.UWYearDetail INNER JOIN dbo.UWYearGroup ON dbo.UWYearDetail.UWYearGroupId = dbo.UWYearGroup.UWYearGroupId ORDER BY dbo.UWYearDetail.PlanVersionId, dbo.UWYearGroup.UWFinancialPlanSegmentId, dbo.UWYearGroup.UWYear, dbo.UWYearGroup.MandDFlag, dbo.UWYearGroup.EarningsMethod, dbo.UWYearGroup.EffectiveMonth If I run sql the results are displayed in proper order but the view only order by first item in order by clause. Has somebody experience same thing How to fix this issue Thanks, Well, that' ...Show All

  • Visual C++ Old C++ Form compile problems

    Hi. I am programming in C++. My normal class deff looks like: MyClass.h #ifndef DEFAULT_h #define DEFAULT_h class DEFAULT { public : DEFAULT(); ~DEFAULT(); // private : // }; MyClass.cpp #include "0c++_DEFAULT.h" //============ Constructor ============================== DEFAULT::DEFAULT(){ //============ Destructor ============================== DEFAULT::~DEFAULT(){ } I have a normal CLR Windows Form. How do I write a standard C++ class to work & compile so I can access its functions from the form please please can you help ...Show All

  • Visual Studio 2008 (Pre-release) TextWrapping in Grid with Column '*' sizing

    TextWrapping doesn't work in a Grid (TextBlock or TextBox) if the column width is set using * sizing. Is this intentional and if so why Thanks Michael I'm not seeing any change doing that. In any case, I need the grids to size to their parent widths - HorizontalAlignment="Stretch". ...Show All

  • Visual Studio Team System Unable to fix binding using tfpt

    Hi all, Here what I've done. Please let me know if I missed something. 1. Get files from VSS 2. Added into TFS by add folder 3. Create workspace. 4. Get latest into workspace 5. From command line prompt go to workspace directory and execute tfpt bind /convert /r. As a result, nothing happen. No error/warning message. Best Regards, The only thing you need to do at this point is open the solution in Visual Studio. Any other fix up required (if any, depends on the solution layout and workspace mappings) will be done when loaded in Visual Studio. Ed ...Show All

  • SQL Server Time of day report parameter

    Hi, When you specify a report parameter as type datetime, the report will show a datepicker to let you chose the date. I'd like to be abe to let the user enter the time of day as well. Is there a built-in way of having the report show a "time of day" control to let user enter the time of day, or shoild I create one myself Thank you. Luc ...Show All

  • SQL Server MDX query based on a subquery

    Hi, I hope that some can help me with a small problem I have got. I am new to data warehousing and MDX and am wondering if it is possible to construct a query based on a subquery (something like a T-SQL IN Clause). Want I want to do is take all the customers who has looked at one product category (ex Dairy products) and see what else they have looked at. I guess what I want to do is create some sort of a filter to be able to only take those users from the measure and slice them by the product dimension again. I am using ProClarity and will also need to be able to use it in there. I am thankful for any help or any pushes in the right direction :-). Kind Regards Stefan Ghose Thank you soo ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. First Person Perspective

    Can anyone explain how I could modify the 3D Tutorial so that I can control the spaceship from a FPS view. Currently the tutorial allows you to control the ship and move it left right etc. But how would I simulate being inside the ship I hope this makes sense. If you put the camera inside the ship model, you would have to model the inside of your ship too (and put in some windows). :) It might be easier to just render the scene, and draw your cockpit/bridge as a large HUD over that. Or just have a model of your cockpit/bridge and render that in front of your camera. If the window is small, you can probably render only part of your scene in a smaller viewport to get some performance. ...Show All

  • Visual Studio Team System Is there a way to select the executed test cases from the database when generating report?

    I am generating a test case report for our project manager in VSTS. I can set the filed "workitem type" as "test case" to get all the cases. but i do not find a field i can use to get the executed test cases. Anyone can help me Thanks! Thank you for your reply. I will introduce my situation in details. My purpose is to show my PM what kind of report VSTS can generate for test cases. I did not creat work item called "Test Case". Instead, I imported some test cases from Product Studio into TFS server, but i did not import test results into TFS server. Some of the test cases are executed and some are not. There is a field called "CC Scenario" in Product Studio which stored if the test case ...Show All

  • Visual Studio Express Editions Windows Application Start-up when windows does

    Hi there I want my application to start up when windows does without it being in the start-up folder...If tehre is a way, please share it with me Thanks, AliQ The registry is one method and if you do not have the experience or expertise to open and edit the registry then......another is to place a shortcut for your program in the all users satrtup directory: C:\Documents and Settings\All Users\Start Menu\Programs\Startup ...Show All

  • SQL Server Help on report subscription

    I got error as below: Failure sending mail: The report server has encountered a configuration error. See the report server log files for more information. Then i found error in log file as below: ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. See the report server log files for more information., AuthzInitializeContextFromSid: Win32 error: 5; possible reason - service account doesn't have rights to check domain user SIDs.; Info: Does that mean sth to do with SQL agent running account or SQl Server Report Service running account Thanks Nick i got erroer when i click initialize button in Report se ...Show All

  • SQL Server microsoft visual studio cannot shut down because a modal dialog is active

    if i get this message one more time I am going to put my fist through my monitor I get it all the time too (less often now though), and had to CTRL-ALT-DELETE and kill the devenv.exe Microsoft Windows XP Pro SP2 Microsoft SQL Server 2005 SP1 (on the servers, not locally) MS Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) MS .NET Framework Version 2.0.50727 Microsoft SQL Server Integration Services Designer Version 9.00.2047.00 Microsoft SQL Server Reporting Services Designers Version 9.00.2047.00 Microsoft SQL Server Analysis Services Designer Version 9.00.2047.00 ...Show All

  • Internet Explorer Development IE 7 opening to Run Once page with error on it.

    I downloaded updates last week. I have been using IE7 for a while with no problem. I dwnloaded the updates. Now when I open my browser the page tries to go to http://runonce.msn.com/runonce2.aspx . There is an error reported for this page and it will not open up I get a blue screen. How do I eliminate this I have my home page set in the tools section but when opening it won't go to my home page until I hit the home button on the tool bar. What error is reported for the page Is there a script error Also, could you run Internet Explorer (No Add-ons) from Start->All Programs->Accessories->System Tools and see if the runonce page opens fine ...Show All

©2008 Software Development Network